Skip to content

Feature/wasm silk net opengl lab #372

Feature/wasm silk net opengl lab

Feature/wasm silk net opengl lab #372

Triggered via pull request June 7, 2024 12:34
Status Failure
Total duration 10m 2s
Artifacts

codeql-analysis.yml

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

Annotations

1 error and 10 warnings
Analyze (csharp)
Process completed with exit code 1.
Analyze (csharp): src/libraries/Highbyte.DotNet6502.Impl.SilkNet/SilkNetOpenGlRenderContext.cs#L26
Non-nullable field '_gl' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Analyze (csharp): src/libraries/Highbyte.DotNet6502.Impl.SilkNet/Commodore64/Video/C64SilkNetOpenGlRenderer.cs#L133
Non-nullable field '_textScreenData' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Analyze (csharp): src/libraries/Highbyte.DotNet6502.Impl.SilkNet/Commodore64/Video/C64SilkNetOpenGlRenderer.cs#L133
Non-nullable field '_charsetData' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Analyze (csharp): src/libraries/Highbyte.DotNet6502.Impl.SilkNet/Commodore64/Video/C64SilkNetOpenGlRenderer.cs#L133
Non-nullable field '_bitmapData' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Analyze (csharp): src/libraries/Highbyte.DotNet6502.Impl.SilkNet/OpenGLHelpers/Shader.cs#L22
Non-nullable field '_gl' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Analyze (csharp): src/libraries/Highbyte.DotNet6502.Impl.SilkNet/OpenGLHelpers/Shader.cs#L42
Non-nullable field '_gl' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Analyze (csharp): src/libraries/Highbyte.DotNet6502.Impl.SilkNet/OpenGLHelpers/Shader.cs#L236
Possible null reference argument for parameter 'stream' in 'StreamReader.StreamReader(Stream stream)'.
Analyze (csharp): src/apps/Highbyte.DotNet6502.App.WASM/Emulator/EmulatorConfig.cs#L22
Non-nullable property 'DefaultEmulator' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): src/apps/Highbyte.DotNet6502.App.WASM/Emulator/WasmHostBase.cs#L62
Non-nullable field '_systemName' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Analyze (csharp): src/apps/Highbyte.DotNet6502.App.WASM/Emulator/WasmHostBase.cs#L62
Non-nullable field '_audioContext' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.