Skip to content

Mirrors the fix for issue 869 on the master branch #859

Mirrors the fix for issue 869 on the master branch

Mirrors the fix for issue 869 on the master branch #859

Triggered via pull request September 10, 2025 00:14
Status Success
Total duration 1m 6s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: tests/MiniExcelTests/MiniExcelOpenXmlTests.cs#L527
Non-nullable property 'B' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: tests/MiniExcelTests/MiniExcelOpenXmlTests.cs#L526
Non-nullable property 'A' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: tests/MiniExcelTests/MiniExcelOpenXmlTests.cs#L983
Non-nullable property 'Column1' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: tests/MiniExcelTests/MiniExcelIssueAsyncTests.cs#L1390
The variable 'pathCsv' is assigned but its value is never used
build: tests/MiniExcelTests/MiniExcelOpenXmlAsyncTests.cs#L1235
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build: tests/MiniExcelTests/MiniExcelIssueAsyncTests.cs#L366
Dereference of a possibly null reference.
build: tests/MiniExcelTests/MiniExcelIssueAsyncTests.cs#L362
Dereference of a possibly null reference.
build: tests/MiniExcelTests/MiniExcelIssueTests.cs#L408
'MiniExcel.QueryAsDataTable(string, bool, string, ExcelType, string, IConfiguration)' is obsolete: 'QueryAsDataTable is not recommended, because it'll load all data into memory.'
build: tests/MiniExcelTests/MiniExcelAutoAdjustWidthTests.cs#L155
Dereference of a possibly null reference.
build: tests/MiniExcelTests/MiniExcelAutoAdjustWidthTests.cs#L149
Dereference of a possibly null reference.