Skip to content

Fixes #115 (#116)

Fixes #115 (#116) #470

Triggered via push September 12, 2024 18:29
Status Success
Total duration 28m 4s
Artifacts
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Analyze (csharp): src/libraries/Highbyte.DotNet6502.Systems/HostApp.cs#L407
Possible null reference return.
Analyze (csharp): src/libraries/Highbyte.DotNet6502.Systems.Commodore64/C64.cs#L169
Non-nullable property 'BasicTokenParser' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): src/libraries/Highbyte.DotNet6502.Systems.Commodore64/C64.cs#L169
Non-nullable property 'TextPaste' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): src/libraries/Highbyte.DotNet6502.Systems.Commodore64/Video/Vic2SpriteManager.cs#L248
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#L180
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#L186
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#L128
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#L132
Potential stack overflow. Move the stackalloc out of the loop. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2014)
Analyze (csharp): src/apps/Highbyte.DotNet6502.App.SadConsole/ConfigUI/C64MenuConsole.cs#L71
Nullability of reference types in type of parameter 'sender' of 'void C64MenuConsole.C64CopyBasicSourceCodeButton_Click(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
Analyze (csharp): src/apps/Highbyte.DotNet6502.App.SadConsole/ConfigUI/C64MenuConsole.cs#L80
Nullability of reference types in type of parameter 'sender' of 'void C64MenuConsole.C64PasteTextButton_Click(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).