Skip to content

CodeQL

CodeQL #523

Triggered via schedule December 19, 2024 16:38
Status Success
Total duration 12m 38s
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.Skia/Commodore64/Video/v2/C64SkiaRenderer2b.cs#L212
Non-nullable field '_skiaPixelArrayBitmap_BackgroundAndBorder' 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/C64SkiaRenderer2b.cs#L212
Non-nullable field '_skiaPixelArrayBitmap_Foreground' 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/C64SkiaRenderer2b.cs#L212
Non-nullable field '_skiaPixelArrayBitmap_LineData' 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/C64SkiaRenderer2b.cs#L212
Non-nullable field '_sKRuntimeEffect' 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/C64SkiaRenderer2b.cs#L212
Non-nullable field '_sKRuntimeEffectUniforms' 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/C64SkiaRenderer2b.cs#L212
Non-nullable field '_sKRuntimeEffectChildren' 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/C64SkiaRenderer2b.cs#L212
Non-nullable field '_shaderPaint' 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/C64SkiaRenderer2b.cs#L212
Non-nullable field '_c64SkiaColors' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.