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

Strongly typed Content saves 0001 CreationDate #128

Closed kavics closed 7 months ago

kavics commented 7 months ago

If a strongly typed Content implements the CreationDate. the DateTime.MinValue will be saved if the property is not assigned. A possible solution: implement CreationDate, ModificationDate, and any other similar property on the base Content with nullable datatype.