Ignoring empty rows in csv files #923
Merged
Annotations
10 warnings
|
Build:
src/MiniExcel.Core/WriteAdapters/AsyncEnumerableWriteAdapter.cs#L27
Possible null reference argument for parameter 'value' in 'List<MiniExcelColumnInfo> CustomPropertyHelper.GetColumnInfoFromValue(object value, MiniExcelBaseConfiguration configuration)'.
|
|
Build:
src/MiniExcel.Core/Reflection/MiniExcelMapper.cs#L67
Dereference of a possibly null reference.
|
|
Build:
src/MiniExcel.Core/Reflection/MiniExcelMapper.cs#L48
Dereference of a possibly null reference.
|
|
Build:
src/MiniExcel.Core/Reflection/MiniExcelMapper.cs#L31
Nullability of reference types in value of type 'List<MiniExcelColumnInfo?>' doesn't match target type 'List<MiniExcelColumnInfo>'.
|
|
Build:
src/MiniExcel.Core/WriteAdapters/EnumerableWriteAdapter.cs#L96
Possible null reference argument for parameter 'prop' in 'CellWriteInfo.CellWriteInfo(object? value, int cellIndex, MiniExcelColumnInfo prop)'.
|
|
Build:
src/MiniExcel.Core/Reflection/CustomPropertyHelper.cs#L49
Nullability of reference types in value of type 'List<MiniExcelColumnInfo?>' doesn't match target type 'List<MiniExcelColumnInfo>'.
|
|
Build:
src/MiniExcel.Core/Reflection/CustomPropertyHelper.cs#L49
Argument of type 'List<MiniExcelColumnInfo?>' cannot be used for parameter 'props' of type 'List<MiniExcelColumnInfo>' in 'List<MiniExcelColumnInfo?> CustomPropertyHelper.SortCustomProps(List<MiniExcelColumnInfo> props)' due to differences in the nullability of reference types.
|
|
Build:
src/MiniExcel.Core/Reflection/CustomPropertyHelper.cs#L43
Dereference of a possibly null reference.
|
|
Build:
src/MiniExcel.Core/DataReader/MiniExcelDataReader.cs#L17
Non-nullable field '_keys' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build:
src/MiniExcel.Core/DataReader/MiniExcelAsyncDataReader.cs#L19
Non-nullable field '_keys' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Loading