Adds hidden columns functionality #957
Annotations
10 warnings
|
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/Reflection/MiniExcelColumnMapping.cs#L9
Non-nullable property 'ExcludeNullableType' 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/MiniExcelColumnMapping.cs#L8
Non-nullable property 'MemberAccessor' 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/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/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>'.
|
|
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>'.
|