Skip to content

Merge pull request #13 from mizrael/releases/v1.1.3 #5

Merge pull request #13 from mizrael/releases/v1.1.3

Merge pull request #13 from mizrael/releases/v1.1.3 #5

Triggered via push January 20, 2025 15:19
Status Success
Total duration 29s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build: src/Blazorex/RenderContext2D.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build: src/Blazorex/RenderContext2D.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build: src/Blazorex/RenderContext2D.cs#L46
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build: src/Blazorex/RenderContext2D.cs#L46
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build: src/Blazorex/RenderContext2D.cs#L134
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
Build: samples/Blazorex.Samples.MouseCoords/_Imports.razor#L11
The using directive for 'Microsoft.JSInterop' appeared previously in this namespace
Build: samples/Blazorex.Samples.MouseCoords/Pages/Home.razor#L21
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Build: samples/Blazorex.Samples.MouseCoords/Pages/Home.razor#L9
Non-nullable field '_canvasManager' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build: samples/Blazorex.Samples.MouseCoords/Pages/Home.razor#L11
Non-nullable field '_context' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build: samples/Blazorex.Samples.DoomFire/_Imports.razor#L11
The using directive for 'Microsoft.JSInterop' appeared previously in this namespace