CodeQL #159
Annotations
12 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)
The "paths"/"paths-ignore" fields of the config only have effect for JavaScript, Python, and Ruby
|
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):
ItemsParser/ItemParser.cs#L284
Dereference of a possibly null reference.
|
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.
|