2.0.0 Preview 1 #5
Annotations
1 error and 20 warnings
Renaming result file
Process completed with exit code 1.
|
Benchmark:
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.
|
Benchmark:
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.
|
Benchmark:
src/MiniExcel.Core/WriteAdapters/MiniExcelWriteAdapterFactory.cs#L11
Converting null literal or possible null value to non-nullable type.
|
Benchmark:
src/MiniExcel.Core/WriteAdapters/MiniExcelWriteAdapterFactory.cs#L10
Possible null reference argument for parameter 'typeArguments' in 'Type Type.MakeGenericType(params Type[] typeArguments)'.
|
Benchmark:
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
|
Benchmark:
src/MiniExcel.Core/DataReader/MiniExcelDataReaderBase.cs#L20
Nullability of reference types in return type of 'object? MiniExcelDataReaderBase.this[string name].get' doesn't match implicitly implemented member 'object IDataRecord.this[string name].get' (possibly because of nullability attributes).
|
Benchmark:
src/MiniExcel.Core/DataReader/MiniExcelDataReaderBase.cs#L13
Nullability of reference types in return type of 'object? MiniExcelDataReaderBase.this[int i].get' doesn't match implicitly implemented member 'object IDataRecord.this[int i].get' (possibly because of nullability attributes).
|
Benchmark:
src/MiniExcel.Core/DataReader/MiniExcelDataReaderBase.cs#L255
Nullability of reference types in return type of 'object? MiniExcelDataReaderBase.GetValue(int i)' doesn't match implicitly implemented member 'object IDataRecord.GetValue(int i)' (possibly because of nullability attributes).
|
Benchmark:
src/MiniExcel.Core/DataReader/MiniExcelDataReaderBase.cs#L90
Nullability of reference types in return type of 'IDataReader? MiniExcelDataReaderBase.GetData(int i)' doesn't match implicitly implemented member 'IDataReader IDataRecord.GetData(int i)' (possibly because of nullability attributes).
|
Benchmark:
src/MiniExcel.Core/DataReader/MiniExcelAsyncDataReader.cs#L101
'MiniExcelAsyncDataReader.DisposeAsync()' hides inherited member 'MiniExcelDataReaderBase.DisposeAsync()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Build:
src/MiniExcel.Core/WriteAdapters/EnumerableWriteAdapter.cs#L85
Possible null reference argument for parameter 'key' in 'object IDictionary<string, object>.this[string key]'.
|
Build:
src/MiniExcel.Core/WriteAdapters/MiniExcelDataReaderWriteAdapter.cs#L46
Possible null reference argument for parameter 'name' in 'int IDataRecord.GetOrdinal(string name)'.
|
Build:
src/MiniExcel.Core/WriteAdapters/MiniExcelWriteAdapterFactory.cs#L11
Converting null literal or possible null value to non-nullable type.
|
Build:
src/MiniExcel.Core/WriteAdapters/MiniExcelWriteAdapterFactory.cs#L10
Possible null reference argument for parameter 'typeArguments' in 'Type Type.MakeGenericType(params Type[] typeArguments)'.
|
Build:
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
|
Build:
src/MiniExcel.Core/DataReader/MiniExcelDataReaderBase.cs#L20
Nullability of reference types in return type of 'object? MiniExcelDataReaderBase.this[string name].get' doesn't match implicitly implemented member 'object IDataRecord.this[string name].get' (possibly because of nullability attributes).
|
Build:
src/MiniExcel.Core/DataReader/MiniExcelDataReaderBase.cs#L13
Nullability of reference types in return type of 'object? MiniExcelDataReaderBase.this[int i].get' doesn't match implicitly implemented member 'object IDataRecord.this[int i].get' (possibly because of nullability attributes).
|
Build:
src/MiniExcel.Core/DataReader/MiniExcelDataReaderBase.cs#L255
Nullability of reference types in return type of 'object? MiniExcelDataReaderBase.GetValue(int i)' doesn't match implicitly implemented member 'object IDataRecord.GetValue(int i)' (possibly because of nullability attributes).
|
Build:
src/MiniExcel.Core/DataReader/MiniExcelDataReaderBase.cs#L90
Nullability of reference types in return type of 'IDataReader? MiniExcelDataReaderBase.GetData(int i)' doesn't match implicitly implemented member 'IDataReader IDataRecord.GetData(int i)' (possibly because of nullability attributes).
|
Build:
src/MiniExcel.Core/DataReader/MiniExcelAsyncDataReader.cs#L101
'MiniExcelAsyncDataReader.DisposeAsync()' hides inherited member 'MiniExcelDataReaderBase.DisposeAsync()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Loading