Fixed bug that made the DynamicExcelColumn property "Ignore" not work when generating using an IDataReader as source #786
Annotations
10 warnings
|
tests/MiniExcelTests/MiniExcelAutoAdjustWidthTests.cs#L155
Dereference of a possibly null reference.
|
|
tests/MiniExcelTests/MiniExcelAutoAdjustWidthTests.cs#L149
Dereference of a possibly null reference.
|
|
tests/MiniExcelTests/Utils/Helpers.cs#L37
Dereference of a possibly null reference.
|
|
tests/MiniExcelTests/Utils/PathHelper.cs#L14
Dereference of a possibly null reference.
|
|
tests/MiniExcelTests/Utils/PathHelper.cs#L14
Dereference of a possibly null reference.
|
|
tests/MiniExcelTests/Utils/PathHelper.cs#L12
Dereference of a possibly null reference.
|
|
src/MiniExcel/OpenXml/SharedStringsDiskCache.cs#L59
Avoid inexact read with 'System.IO.FileStream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
|
|
src/MiniExcel/OpenXml/SharedStringsDiskCache.cs#L55
Avoid inexact read with 'System.IO.FileStream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
|
|
src/MiniExcel/OpenXml/SharedStringsDiskCache.cs#L52
Avoid inexact read with 'System.IO.FileStream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
|
|
src/MiniExcel/Utils/ExcelTypeHelper.cs#L35
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
|
The logs for this run have expired and are no longer available.
Loading