SenseNet / sn-io

Import and export features and tools for the sensenet repository.
GNU General Public License v2.0
0 stars 0 forks source link

NullRefEx when importing minimal content #44

Closed kavics closed 7 months ago

kavics commented 1 year ago

SnIo.exe finishes with NullRefEx when importing a minimal content file e.g.:

{
  "ContentType": "Folder",
  "ContentName": "Posts"
}

The missing null check is here: FsContent.cs line 116.

kavics commented 9 months ago

Fixed without PR. See: https://github.com/SenseNet/sn-io/commit/2385a99696ef7a925d23613bf6759f0c1420c6f3