Skip to content

Misc. fixes

Misc. fixes #505

Triggered via pull request October 5, 2024 10:22
Status Success
Total duration 8m 31s
Artifacts

codeql-analysis.yml

on: pull_request
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.Skia/Commodore64/Video/v1/C64SkiaRenderer.cs#L70
Non-nullable field '_charGen' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): src/libraries/Highbyte.DotNet6502.Impl.Skia/Commodore64/Video/v1/C64SkiaRenderer.cs#L70
Non-nullable field '_spriteImages' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): src/libraries/Highbyte.DotNet6502.Impl.Skia/Commodore64/Video/v1/C64SkiaRenderer.cs#L70
Non-nullable field '_borderStat' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): src/libraries/Highbyte.DotNet6502.Impl.Skia/Commodore64/Video/v1/C64SkiaRenderer.cs#L70
Non-nullable field '_backgroundStat' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): src/libraries/Highbyte.DotNet6502.Impl.Skia/Commodore64/Video/v1/C64SkiaRenderer.cs#L70
Non-nullable field '_textScreenStat' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): src/libraries/Highbyte.DotNet6502.Impl.Skia/Commodore64/Video/v1/C64SkiaRenderer.cs#L70
Non-nullable field '_spritesStat' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): src/libraries/Highbyte.DotNet6502.Impl.Skia/Commodore64/Video/v2/C64SkiaRenderer2.cs#L144
Non-nullable field '_skiaPixelArrayBitmap_TextAndBitmap' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): src/libraries/Highbyte.DotNet6502.Impl.Skia/Commodore64/Video/v2/C64SkiaRenderer2.cs#L144
Non-nullable field '_skiaPixelArrayBitmap_Sprites' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.