New github report templates #908
Merged
Annotations
11 warnings
|
Manual build:
src/MiniExcel.Core/WriteAdapters/EnumerableWriteAdapter.cs#L96
Possible null reference argument for parameter 'prop' in 'CellWriteInfo.CellWriteInfo(object? value, int cellIndex, MiniExcelColumnInfo prop)'.
|
|
Manual build:
src/MiniExcel.Core/WriteAdapters/EnumerableWriteAdapter.cs#L85
Possible null reference argument for parameter 'key' in 'object IDictionary<string, object>.this[string key]'.
|
|
Manual build:
src/MiniExcel.Core/WriteAdapters/MappingCellStreamAdapter.cs#L76
Possible null reference argument for parameter 'key' in 'bool Dictionary<string, object?>.TryGetValue(string key, out object? value)'.
|
|
Manual build:
src/MiniExcel.Core/WriteAdapters/MiniExcelDataReaderWriteAdapter.cs#L46
Possible null reference argument for parameter 'name' in 'int IDataRecord.GetOrdinal(string name)'.
|
|
Manual 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
|
|
Manual 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).
|
|
Manual 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).
|
|
Manual 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).
|
|
Manual 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).
|
|
Manual 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.
|
|
Initialize CodeQL
CodeQL Action v3 will be deprecated in December 2026. Please update all occurrences of the CodeQL Action in your workflow files to v4. For more information, see https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/
|
Loading