Skip to content

Fixed bug that made the DynamicExcelColumn property "Ignore" not work when generating using an IDataReader as source #687

Fixed bug that made the DynamicExcelColumn property "Ignore" not work when generating using an IDataReader as source

Fixed bug that made the DynamicExcelColumn property "Ignore" not work when generating using an IDataReader as source #687

Triggered via pull request May 24, 2025 22:18
Status Success
Total duration 3m 18s
Artifacts

codeql-analysis.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Analyze (csharp): tests/MiniExcelTests/Utils/Helpers.cs#L49
Dereference of a possibly null reference.
Analyze (csharp): tests/MiniExcelTests/Utils/Helpers.cs#L42
Dereference of a possibly null reference.
Analyze (csharp): tests/MiniExcelTests/Utils/Helpers.cs#L37
Dereference of a possibly null reference.
Analyze (csharp): tests/MiniExcelTests/Utils/PathHelper.cs#L14
Dereference of a possibly null reference.
Analyze (csharp): tests/MiniExcelTests/Utils/PathHelper.cs#L14
Dereference of a possibly null reference.
Analyze (csharp): tests/MiniExcelTests/Utils/PathHelper.cs#L12
Dereference of a possibly null reference.
Analyze (csharp): 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)
Analyze (csharp): 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)
Analyze (csharp): 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)
Analyze (csharp): 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)