Skip to content

CodeQL

CodeQL #161

Triggered via schedule January 25, 2024 04:50
Status Success
Total duration 4m 26s
Artifacts

codeql-analysis.yml

on: schedule
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
Analyze (csharp)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, github/codeql-action/init@v2, actions/setup-dotnet@v1, github/codeql-action/autobuild@v2, github/codeql-action/analyze@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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): ItemsParser/ItemParser.cs#L284
Dereference of a possibly null reference.
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).