Skip to content

workflow patches

workflow patches #7

Triggered via push October 25, 2024 08:08
Status Success
Total duration 1m 50s
Artifacts

check.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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: Views/MainView.cs#L24
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: 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: Helpers/ListHelper.cs#L32
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build: Views/SettingsPage.cs#L77
Dereference of a possibly null reference.
build: Views/SettingsPage.cs#L96
Dereference of a possibly null reference.
build: Helpers/LoggingHelper.cs#L25
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build: Views/MainView.cs#L92
Possible null reference return.
build: Views/MainView.cs#L98
Possible null reference return.