workflow patches #7
Annotations
10 warnings
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.
|
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.
|
Helpers/SettingsHelper.cs#L23
Possible null reference return.
|
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)'.
|
Helpers/ListHelper.cs#L32
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
Views/SettingsPage.cs#L77
Dereference of a possibly null reference.
|
Views/SettingsPage.cs#L96
Dereference of a possibly null reference.
|
Helpers/LoggingHelper.cs#L25
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
Views/MainView.cs#L92
Possible null reference return.
|
Views/MainView.cs#L98
Possible null reference return.
|
The logs for this run have expired and are no longer available.
Loading