Skip to content

Remove doc about workaround that is no longer necessary. #416

Remove doc about workaround that is no longer necessary.

Remove doc about workaround that is no longer necessary. #416

Triggered via push November 26, 2024 13:20
Status Success
Total duration 7m 16s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/libraries/Highbyte.DotNet6502.AI/CodingAssistant/Inference/OpenAI/ResponseCache.cs#L62
Possible null reference argument for parameter 'source' in 'ChatMessage? Enumerable.LastOrDefault<ChatMessage>(IEnumerable<ChatMessage> source)'.
build: src/libraries/Highbyte.DotNet6502.AI/CodingAssistant/CodeSuggestionConfigurator.cs#L26
The variable 'ex' is declared but never used
build: 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 adding the 'required' modifier or declaring the field as nullable.
build: src/apps/Highbyte.DotNet6502.App.SadConsole/SystemSetup/SadConsoleHostSystemConfigBase.cs#L37
Non-nullable field 'SystemConfig' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/apps/Highbyte.DotNet6502.App.SadConsole/ConfigUI/C64MenuConsole.cs#L25
Dereference of a possibly null reference.
build: src/apps/Highbyte.DotNet6502.App.SadConsole/InfoConsole.cs#L42
Non-nullable field '_statsLabels' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/apps/Highbyte.DotNet6502.App.SadConsole/InfoConsole.cs#L42
Non-nullable field '_statsLabelValues' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/apps/Highbyte.DotNet6502.App.SadConsole/InfoConsole.cs#L42
Non-nullable field '_logsListBox' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/apps/Highbyte.DotNet6502.App.SadConsole/InfoConsole.cs#L42
Non-nullable field '_debugInfoLabels' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/apps/Highbyte.DotNet6502.App.SadConsole/InfoConsole.cs#L42
Non-nullable field '_debugInfoLabelValues' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.