Skip to content

CodeQL

CodeQL #387

Triggered via schedule July 11, 2024 16:36
Status Success
Total duration 11m 58s
Artifacts

codeql-analysis.yml

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

Annotations

10 warnings
Analyze (csharp): src/libraries/Highbyte.DotNet6502.Systems/Commodore64/Video/Vic2SpriteManager.cs#L127
Potential stack overflow. Move the stackalloc out of the loop. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2014)
Analyze (csharp): src/libraries/Highbyte.DotNet6502.Systems/Commodore64/Video/Vic2SpriteManager.cs#L131
Potential stack overflow. Move the stackalloc out of the loop. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2014)
Analyze (csharp): src/libraries/Highbyte.DotNet6502.Systems/Commodore64/Video/Vic2SpriteManager.cs#L179
Potential stack overflow. Move the stackalloc out of the loop. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2014)
Analyze (csharp): src/libraries/Highbyte.DotNet6502.Systems/Commodore64/Video/Vic2SpriteManager.cs#L185
Potential stack overflow. Move the stackalloc out of the loop. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2014)
Analyze (csharp): src/libraries/Highbyte.DotNet6502.Systems/Commodore64/Video/Vic2SpriteManager.cs#L247
Potential stack overflow. Move the stackalloc out of the loop. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2014)
Analyze (csharp): src/libraries/Highbyte.DotNet6502.Impl.Skia/Commodore64/Video/C64SkiaRenderer.cs#L45
Non-nullable field '_charGen' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Analyze (csharp): src/libraries/Highbyte.DotNet6502.Impl.Skia/Commodore64/Video/C64SkiaRenderer.cs#L45
Non-nullable field '_spriteImages' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Analyze (csharp): src/libraries/Highbyte.DotNet6502.Impl.Skia/Commodore64/Video/C64SkiaRenderer.cs#L45
Non-nullable field '_borderStat' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Analyze (csharp): src/libraries/Highbyte.DotNet6502.Impl.Skia/Commodore64/Video/C64SkiaRenderer.cs#L45
Non-nullable field '_backgroundStat' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Analyze (csharp): src/libraries/Highbyte.DotNet6502.Impl.Skia/Commodore64/Video/C64SkiaRenderer.cs#L45
Non-nullable field '_textScreenStat' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.