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

Incomplete error message during import #57

Closed kavics closed 6 months ago

kavics commented 6 months ago

The error message does not include the file being processed when the RepositoryReader throws a deserialization error. Maybe use a try-catch block and a rethrow here: https://github.com/SenseNet/sn-io/blob/114b6a09bc8eeb8e6960be510b5dc9063da14d03/src/SenseNet.IO/Implementations/FsContent.cs#L150