Skip to content

Publish Test .NET Blazor WASM app to GitHub Pages (separate url) #2

Publish Test .NET Blazor WASM app to GitHub Pages (separate url)

Publish Test .NET Blazor WASM app to GitHub Pages (separate url) #2

Manually triggered October 17, 2024 11:11
Status Success
Total duration 10m 25s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
deploy: src/libraries/Highbyte.DotNet6502.AI/CodingAssistant/Inference/BackendConfig/OpenAIConfig.cs#L12
Non-nullable property 'ApiKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
deploy: src/libraries/Highbyte.DotNet6502.AI/CodingAssistant/Inference/BackendConfig/OpenAIConfig.cs#L12
Non-nullable property 'ModelName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
deploy: src/libraries/Highbyte.DotNet6502.AI/CodingAssistant/CodeSuggestionConfigurator.cs#L26
The variable 'ex' is declared but never used
deploy: src/libraries/Highbyte.DotNet6502.AI/CodingAssistant/Inference/BackendConfig/AzureOpenAIConfig.cs#L13
Non-nullable property 'ModelName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
deploy: src/libraries/Highbyte.DotNet6502.AI/CodingAssistant/Inference/BackendConfig/AzureOpenAIConfig.cs#L13
Non-nullable property 'Endpoint' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
deploy: src/libraries/Highbyte.DotNet6502.AI/CodingAssistant/Inference/BackendConfig/ChatClientFactory.cs#L66
Possible null reference argument for parameter 'endpoint' in 'OllamaChatClient.OllamaChatClient(Uri endpoint, string? modelId = null, HttpClient? httpClient = null)'.
deploy: src/libraries/Highbyte.DotNet6502.Impl.Skia/Commodore64/Video/v2/C64SkiaRenderer2b.cs#L212
Non-nullable field '_skiaPixelArrayBitmap_BackgroundAndBorder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
deploy: src/libraries/Highbyte.DotNet6502.Impl.Skia/Commodore64/Video/v2/C64SkiaRenderer2b.cs#L212
Non-nullable field '_skiaPixelArrayBitmap_Foreground' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
deploy: src/libraries/Highbyte.DotNet6502.Impl.Skia/Commodore64/Video/v2/C64SkiaRenderer2b.cs#L212
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.
deploy: src/libraries/Highbyte.DotNet6502.Impl.Skia/Commodore64/Video/v2/C64SkiaRenderer2b.cs#L212
Non-nullable field '_sKRuntimeEffect' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.