Fixed exception not being thrown when too long a sheet name was passed as dictionary key #878
Annotations
10 warnings
|
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.
|
|
src/MiniExcel.Core/Reflection/CustomPropertyHelper.cs#L43
Dereference of a possibly null reference.
|
|
src/MiniExcel.Core/WriteAdapters/EnumerableWriteAdapter.cs#L96
Possible null reference argument for parameter 'prop' in 'CellWriteInfo.CellWriteInfo(object? value, int cellIndex, MiniExcelColumnInfo prop)'.
|
|
src/MiniExcel.Core/WriteAdapters/AsyncEnumerableWriteAdapter.cs#L67
Possible null reference argument for parameter 'instance' in 'object? MiniExcelProperty.GetValue(object instance)'.
|
|
src/MiniExcel.Core/WriteAdapters/AsyncEnumerableWriteAdapter.cs#L23
Possible null reference argument for parameter 'value' in 'List<MiniExcelColumnInfo> CustomPropertyHelper.GetColumnInfoFromValue(object value, MiniExcelBaseConfiguration configuration)'.
|
|
src/MiniExcel.Core/Helpers/ThrowHelper.cs#L28
Dereference of a possibly null reference.
|
|
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.
|
|
src/MiniExcel.Core/Attributes/MiniExcelColumnAttribute.cs#L47
Non-nullable property 'CustomFormatter' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
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.
|
|
src/MiniExcel.Core/Api/OpenXmlImporter.cs#L315
Async-iterator 'OpenXmlImporter.CastAsync(IAsyncEnumerable<dynamic>, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
|
The logs for this run have expired and are no longer available.
Loading