Skip to content

v1.3.9

v1.3.9 #38

Triggered via push August 4, 2025 05:32
Status Failure
Total duration 1m 22s
Artifacts

check.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error, 10 warnings, and 1 notice
build
Process completed with exit code 1.
build: Views/MainView.cs#L407
Dereference of a possibly null reference.
build: Views/MainView.cs#L101
Possible null reference return.
build: Helpers/LoggingHelper.cs#L72
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build: Views/SettingsPage.cs#L96
Dereference of a possibly null reference.
build: Views/SettingsPage.cs#L77
Dereference of a possibly null reference.
build: Helpers/ListHelper.cs#L32
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build: Helpers/SettingsHelper.cs#L23
Possible null reference return.
build: Helpers/ListHelper.cs#L21
Possible null reference argument for parameter 'source' in 'IOrderedEnumerable<UserModel> Enumerable.OrderBy<UserModel, int>(IEnumerable<UserModel> source, Func<UserModel, int> keySelector)'.
build: Views/MainView.cs#L26
Non-nullable field 'logger' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Views/AddOrEditPage.cs#L15
Non-nullable field 'selected' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677