bugfix: incorrect branch for automation #3
Annotations
2 errors and 10 warnings
|
|
Foundation/Imaging.cs#L62
Possible null reference argument for parameter 'o' in 'TrayIcons? TrayIcon.GetIcons(Application o)'.
|
Foundation/Imaging.cs#L62
Possible null reference argument for parameter 'source' in 'TrayIcon Enumerable.First<TrayIcon>(IEnumerable<TrayIcon> source)'.
|
Foundation/Imaging.cs#L81
Possible null reference argument for parameter 'o' in 'TrayIcons? TrayIcon.GetIcons(Application o)'.
|
Foundation/Imaging.cs#L81
Possible null reference argument for parameter 'source' in 'TrayIcon Enumerable.First<TrayIcon>(IEnumerable<TrayIcon> source)'.
|
App.axaml.cs#L75
Possible null reference assignment.
|
App.axaml.cs#L24
Cannot convert null literal to non-nullable reference type.
|
Views/MainWindow.axaml.cs#L22
Nullability of reference types in type of parameter 'sender' of 'void MainWindow.OnClosing(object sender, CancelEventArgs e)' doesn't match the target delegate 'EventHandler<WindowClosingEventArgs>' (possibly because of nullability attributes).
|
Views/AboutDialog.axaml.cs#L9
Possible null reference assignment.
|
Views/AboutDialog.axaml.cs#L11
Dereference of a possibly null reference.
|
ViewModels/MainWindowViewModel.cs#L25
Non-nullable field '_slots' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
This job was cancelled
Loading