Skip to content

Update dotnet.yml

Update dotnet.yml #415

Triggered via push November 25, 2024 20:09
Status Success
Total duration 6m 35s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/libraries/Highbyte.DotNet6502.AI/CodingAssistant/CodeSuggestionConfigurator.cs#L26
The variable 'ex' is declared but never used
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.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/libraries/Highbyte.DotNet6502.Impl.Skia/Generic/Video/SKPaintMaps.cs#L37
'SKPaint.TextSize' is obsolete: 'Use SKFont.Size instead.'
build: src/libraries/Highbyte.DotNet6502.Impl.Skia/Generic/Video/SKPaintMaps.cs#L38
'SKPaint.Typeface' is obsolete: 'Use SKFont.Typeface instead.'
build: src/libraries/Highbyte.DotNet6502.Impl.Skia/Generic/Video/SKPaintMaps.cs#L41
'SKPaint.TextAlign' is obsolete: 'Use SKTextAlign method overloads instead.'
build: src/libraries/Highbyte.DotNet6502.Impl.Skia/Commodore64/Video/v2/C64SkiaRenderer2.cs#L144
Non-nullable field '_skiaPixelArrayBitmap_TextAndBitmap' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/libraries/Highbyte.DotNet6502.Impl.Skia/Commodore64/Video/v2/C64SkiaRenderer2.cs#L144
Non-nullable field '_skiaPixelArrayBitmap_Sprites' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/libraries/Highbyte.DotNet6502.Impl.Skia/Commodore64/Video/v2/C64SkiaRenderer2.cs#L144
Non-nullable field '_skiaPixelArrayBitmap_LineData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/libraries/Highbyte.DotNet6502.Impl.Skia/Commodore64/Video/v2/C64SkiaRenderer2.cs#L144
Non-nullable field '_sKRuntimeEffect' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.