Common host app model #407
Annotations
10 warnings
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#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#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/apps/Highbyte.DotNet6502.App.SadConsole/ConfigUI/C64ConfigUIConsole.cs#L182
The local function 'CreateLabelValue' is declared but never used
|
Analyze (csharp):
src/apps/Highbyte.DotNet6502.App.SadConsole/ConfigUI/C64MenuConsole.cs#L86
Nullability of reference types in type of parameter 'sender' of 'void C64MenuConsole.C64ConfigButton_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#L93
The local function 'CreateLabel' is declared but never used
|
Analyze (csharp):
src/apps/Highbyte.DotNet6502.App.SadConsole/ConfigUI/C64ConfigUIConsole.cs#L210
Dereference of a possibly null reference.
|
Analyze (csharp):
src/apps/Highbyte.DotNet6502.App.SadConsole/ConfigUI/C64MenuConsole.cs#L127
Dereference of a possibly null reference.
|