Adds mapping fields capability #931
Merged
Annotations
10 warnings
|
Build:
src/MiniExcel.Core/Reflection/MiniExcelColumnMapping.cs#L7
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
src/MiniExcel.Core/Reflection/MiniExcelMapper.cs#L65
Dereference of a possibly null reference.
|
|
Build:
src/MiniExcel.Core/Reflection/MiniExcelMapper.cs#L46
Dereference of a possibly null reference.
|
|
Build:
src/MiniExcel.Core/WriteAdapters/AsyncEnumerableWriteAdapter.cs#L68
Possible null reference argument for parameter 'instance' in 'object? MiniExcelMemberAccessor.GetValue(object instance)'.
|
|
Build:
src/MiniExcel.Core/WriteAdapters/AsyncEnumerableWriteAdapter.cs#L27
Nullability of reference types in value of type 'List<MiniExcelColumnMapping?>' doesn't match target type 'List<MiniExcelColumnMapping>'.
|
|
Build:
src/MiniExcel.Core/WriteAdapters/AsyncEnumerableWriteAdapter.cs#L27
Possible null reference argument for parameter 'value' in 'List<MiniExcelColumnMapping?> ColumnMappingsProvider.GetColumnMappingFromValue(object value, MiniExcelBaseConfiguration configuration)'.
|
|
Build:
src/MiniExcel.Core/WriteAdapters/AsyncEnumerableWriteAdapter.cs#L17
Nullability of reference types in value of type 'List<MiniExcelColumnMapping?>' doesn't match target type 'List<MiniExcelColumnMapping>'.
|
|
Build:
src/MiniExcel.Core/WriteAdapters/EnumerableWriteAdapter.cs#L96
Possible null reference argument for parameter 'prop' in 'CellWriteInfo.CellWriteInfo(object? value, int cellIndex, MiniExcelColumnMapping prop)'.
|
|
Build:
src/MiniExcel.Core/WriteAdapters/EnumerableWriteAdapter.cs#L31
Nullability of reference types in value of type 'List<MiniExcelColumnMapping?>' doesn't match target type 'List<MiniExcelColumnMapping>'.
|
|
Build:
src/MiniExcel.Core/WriteAdapters/EnumerableWriteAdapter.cs#L27
Nullability of reference types in value of type 'List<MiniExcelColumnMapping?>' doesn't match target type 'List<MiniExcelColumnMapping>'.
|
Loading