CodeQL #145
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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):
ItemsParser/ItemParser.cs#L75
Possible null reference argument for parameter 'key' in 'string ItemParser.GetTranslation(string key)'.
|
Analyze (csharp):
ItemsParser/ItemParser.cs#L107
Possible null reference argument for parameter 'key' in 'string ItemParser.GetTranslation(string key)'.
|
Analyze (csharp):
ItemsParser/ItemParser.cs#L114
Possible null reference argument for parameter 'key' in 'string ItemParser.GetTranslation(string key)'.
|
Analyze (csharp):
ItemsParser/ItemParser.cs#L142
Possible null reference argument for parameter 'key' in 'string ItemParser.GetTranslation(string key)'.
|
Analyze (csharp):
ItemsParser/ItemParser.cs#L159
Possible null reference argument for parameter 'key' in 'string ItemParser.GetTranslation(string key)'.
|
Analyze (csharp):
ItemsParser/ItemParser.cs#L249
Possible null reference argument for parameter 'key' in 'string Dictionary<string, string>.this[string key]'.
|
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).
|