Skip to content

CodeQL

CodeQL #627

Triggered via schedule March 30, 2025 00:39
Status Success
Total duration 2m 56s
Artifacts

codeql-analysis.yml

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

Annotations

10 warnings
Analyze (csharp): tests/MiniExcelTests/MiniExcelIssueTests.cs#L2499
'MiniExcel.QueryAsDataTable(string, bool, string, ExcelType, string, IConfiguration)' is obsolete: 'QueryAsDataTable is not recommended, because it'll load all data into memory.'
Analyze (csharp): tests/MiniExcelTests/MiniExcelIssueTests.cs#L2393
'MiniExcel.QueryAsDataTable(string, bool, string, ExcelType, string, IConfiguration)' is obsolete: 'QueryAsDataTable is not recommended, because it'll load all data into memory.'
Analyze (csharp): tests/MiniExcelTests/MiniExcelIssueTests.cs#L2270
'MiniExcel.QueryAsDataTable(string, bool, string, ExcelType, string, IConfiguration)' is obsolete: 'QueryAsDataTable is not recommended, because it'll load all data into memory.'
Analyze (csharp): tests/MiniExcelTests/MiniExcelIssueTests.cs#L2144
'MiniExcel.QueryAsDataTable(string, bool, string, ExcelType, string, IConfiguration)' is obsolete: 'QueryAsDataTable is not recommended, because it'll load all data into memory.'
Analyze (csharp): tests/MiniExcelTests/MiniExcelIssueTests.cs#L1684
'MiniExcel.QueryAsDataTable(string, bool, string, ExcelType, string, IConfiguration)' is obsolete: 'QueryAsDataTable is not recommended, because it'll load all data into memory.'
Analyze (csharp): tests/MiniExcelTests/MiniExcelIssueTests.cs#L391
'MiniExcel.QueryAsDataTable(string, bool, string, ExcelType, string, IConfiguration)' is obsolete: 'QueryAsDataTable is not recommended, because it'll load all data into memory.'
Analyze (csharp): src/MiniExcel/OpenXml/SharedStringsDiskCache.cs#L61
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#L57
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#L54
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#L33
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)