Skip to content

Refactoring for the release of .NET 10 and VS18 #898

Refactoring for the release of .NET 10 and VS18

Refactoring for the release of .NET 10 and VS18 #898

Triggered via pull request November 14, 2025 18:42
Status Success
Total duration 56s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: tests/MiniExcelTests/MiniExcelOpenXmlAsyncTests.cs#L57
Non-nullable property 'Test5' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: tests/MiniExcelTests/MiniExcelOpenXmlAsyncTests.cs#L56
Non-nullable property 'Test4' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: tests/MiniExcelTests/MiniExcelOpenXmlAsyncTests.cs#L54
Non-nullable property 'Test3' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: tests/MiniExcelTests/MiniExcelOpenXmlAsyncTests.cs#L52
Non-nullable property 'Test2' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: tests/MiniExcelTests/MiniExcelOpenXmlAsyncTests.cs#L50
Non-nullable property 'Test1' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: tests/MiniExcelTests/MiniExcelOpenXmlConfigurationTest.cs#L37
Non-nullable property 'Img' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: tests/MiniExcelTests/MiniExcelOpenXmlConfigurationTest.cs#L34
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: tests/MiniExcelTests/MiniExcelOpenXmlAsyncTests.cs#L44
Non-nullable property 'Test' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: tests/MiniExcelTests/MiniExcelAutoAdjustWidthTests.cs#L155
Dereference of a possibly null reference.
build: tests/MiniExcelTests/MiniExcelAutoAdjustWidthTests.cs#L149
Dereference of a possibly null reference.