Skip to content

CodeQL

CodeQL #514

Triggered via schedule November 7, 2024 16:39
Status Success
Total duration 11m 42s
Artifacts

codeql-analysis.yml

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

Annotations

10 warnings
Analyze (csharp): src/libraries/Highbyte.DotNet6502.AI/CodingAssistant/Inference/OpenAI/ResponseCache.cs#L62
Possible null reference argument for parameter 'source' in 'ChatMessage? Enumerable.LastOrDefault<ChatMessage>(IEnumerable<ChatMessage> source)'.
Analyze (csharp): src/libraries/Highbyte.DotNet6502.Impl.SilkNet/Commodore64/Input/C64SilkNetInputHandler.cs#L27
Non-nullable field '_c64SilkNetKeyboard' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): src/apps/Highbyte.DotNet6502.App.SadConsole/SystemSetup/SadConsoleHostSystemConfigBase.cs#L37
Non-nullable field 'SystemConfig' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): src/apps/Highbyte.DotNet6502.App.SadConsole/SadConsoleHostApp.cs#L87
Non-nullable field '_infoConsole' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): src/apps/Highbyte.DotNet6502.App.SadConsole/SadConsoleHostApp.cs#L87
Non-nullable field '_logoDrawImage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.