MiniExcelDataReader refactoring #929
Merged
Annotations
10 warnings
|
Build:
src/MiniExcel.Core/Reflection/CustomPropertyHelper.cs#L63
Nullable value type may be null.
|
|
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/AsyncEnumerableWriteAdapter.cs#L68
Possible null reference argument for parameter 'instance' in 'object? MiniExcelProperty.GetValue(object instance)'.
|
|
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/WriteAdapters/AsyncEnumerableWriteAdapter.cs#L27
Possible null reference argument for parameter 'value' in 'List<MiniExcelColumnInfo> CustomPropertyHelper.GetColumnInfoFromValue(object value, MiniExcelBaseConfiguration configuration)'.
|
|
Build:
src/MiniExcel.Core/WriteAdapters/EnumerableWriteAdapter.cs#L96
Possible null reference argument for parameter 'prop' in 'CellWriteInfo.CellWriteInfo(object? value, int cellIndex, MiniExcelColumnInfo prop)'.
|
Loading