SenseNet / sn-client-dotnet

A .Net client for sensenet that makes it easy to use the REST API of the Content Repository.
https://www.sensenet.com/
GNU General Public License v2.0
7 stars 16 forks source link

BUG: Content cannot be saved #116

Closed kavics closed 7 months ago

kavics commented 1 year ago

After downloading strongly-typed content that has a simple reference property with a null value, the preparation of saving throws a NullReferenceException if the property was not set. See Content_Properties.cs line 367.