CodeQL #147
Annotations
11 warnings
Analyze (csharp)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Analyze (csharp):
ItemsParser/ItemParser.cs#L72
Possible null reference assignment.
|
Analyze (csharp):
FloatTool/ViewModels/BenchmarkViewModel.cs#L252
Nullability of reference types in type of 'event PropertyChangedEventHandler BenchmarkViewModel.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
Analyze (csharp):
FloatTool/ViewModels/BenchmarkViewModel.cs#L253
Cannot convert null literal to non-nullable reference type.
|
Analyze (csharp):
FloatTool/Common/RelayCommand.cs#L39
Nullability of reference types in type of parameter 'parameters' of 'bool RelayCommand.CanExecute(object parameters)' doesn't match implicitly implemented member 'bool ICommand.CanExecute(object? parameter)' (possibly because of nullability attributes).
|
Analyze (csharp):
FloatTool/Common/RelayCommand.cs#L50
Nullability of reference types in type of parameter 'parameters' of 'void RelayCommand.Execute(object parameters)' doesn't match implicitly implemented member 'void ICommand.Execute(object? parameter)' (possibly because of nullability attributes).
|
Analyze (csharp):
FloatTool/Common/RelayCommand.cs#L44
Nullability of reference types in type of 'event EventHandler RelayCommand.CanExecuteChanged' doesn't match implicitly implemented member 'event EventHandler? ICommand.CanExecuteChanged'.
|
Analyze (csharp):
FloatTool/ViewModels/SettingsViewModel.cs#L248
Nullability of reference types in type of 'event PropertyChangedEventHandler SettingsViewModel.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
Analyze (csharp):
FloatTool/ViewModels/SettingsViewModel.cs#L249
Cannot convert null literal to non-nullable reference type.
|
Analyze (csharp):
FloatTool/Common/Utils.cs#L39
Cannot convert null literal to non-nullable reference type.
|
Analyze (csharp):
FloatTool/Common/Utils.cs#L66
Cannot convert null literal to non-nullable reference type.
|