Common host app model #410
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#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#L131
Potential stack overflow. Move the stackalloc out of the loop. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2014)
|
Analyze (csharp):
tests/Highbyte.DotNet6502.Systems.Tests/Commodore64/Video/Sprite_collitions_debug.cs#L80
Potential stack overflow. Move the stackalloc out of the loop. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2014)
|
Analyze (csharp):
tests/Highbyte.DotNet6502.Systems.Tests/Commodore64/Video/Sprite_collitions_debug.cs#L84
Potential stack overflow. Move the stackalloc out of the loop. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2014)
|
Analyze (csharp):
tests/Highbyte.DotNet6502.Systems.Tests/Commodore64/Video/Sprite_collitions_debug.cs#L146
Potential stack overflow. Move the stackalloc out of the loop. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2014)
|
Analyze (csharp):
tests/Highbyte.DotNet6502.Systems.Tests/Commodore64/Video/Sprite_collitions_debug.cs#L150
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.SilkNet/Commodore64/Input/C64SilkNetInputHandler.cs#L27
Non-nullable field '_c64SilkNetKeyboard' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|