Skip to content

Common host app model #398

Common host app model

Common host app model #398

Triggered via pull request July 21, 2024 20:32
Status Success
Total duration 7m 29s
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.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#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#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.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#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.Impl.Skia/Generic/Video/SKPaintMaps.cs#L37
'SKPaint.TextSize' is obsolete: 'Use SKFont.Size instead.'
Analyze (csharp): src/libraries/Highbyte.DotNet6502.Impl.Skia/Generic/Video/SKPaintMaps.cs#L38
'SKPaint.Typeface' is obsolete: 'Use SKFont.Typeface instead.'
Analyze (csharp): src/libraries/Highbyte.DotNet6502.Impl.Skia/Generic/Video/SKPaintMaps.cs#L41
'SKPaint.TextAlign' is obsolete: 'Use SKTextAlign method overloads instead.'
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 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 declaring the field as nullable.