Fixed "Excel Dimension Xml is null" exception, removed redundant api methods #781
+53
−34
Annotations
10 warnings
|
tests/MiniExcelTests/MiniExcelCsvTests.cs#L206
Dereference of a possibly null reference.
|
|
tests/MiniExcelTests/MiniExcelCsvAsycTests.cs#L164
Dereference of a possibly null reference.
|
|
tests/MiniExcelTests/MiniExcelCsvAsycTests.cs#L157
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