Added custom exception for indexers being treated as properties during serialization #885
Annotations
10 warnings
|
tests/MiniExcelTests/MiniExcelOpenXmlAsyncTests.cs#L56
Non-nullable property 'Test4' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
tests/MiniExcelTests/MiniExcelOpenXmlAsyncTests.cs#L54
Non-nullable property 'Test3' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
tests/MiniExcelTests/MiniExcelOpenXmlAsyncTests.cs#L52
Non-nullable property 'Test2' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
tests/MiniExcelTests/MiniExcelOpenXmlAsyncTests.cs#L50
Non-nullable property 'Test1' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
tests/MiniExcelTests/MiniExcelOpenXmlMultipleSheetTests.cs#L101
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
tests/MiniExcelTests/MiniExcelOpenXmlAsyncTests.cs#L44
Non-nullable property 'Test' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
tests/MiniExcelTests/MiniExcelAutoAdjustWidthTests.cs#L155
Dereference of a possibly null reference.
|
|
tests/MiniExcelTests/MiniExcelAutoAdjustWidthTests.cs#L149
Dereference of a possibly null reference.
|
|
tests/MiniExcelTests/MiniExcelOpenXmlConfigurationTest.cs#L37
Non-nullable property 'Img' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
tests/MiniExcelTests/MiniExcelOpenXmlConfigurationTest.cs#L34
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading