workflow patches #7
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.
|
Loading