Skip to content

Merge pull request #20 from Zettersten/feature/enhances-mouse-and-key… #19

Merge pull request #20 from Zettersten/feature/enhances-mouse-and-key…

Merge pull request #20 from Zettersten/feature/enhances-mouse-and-key… #19

Triggered via push June 6, 2025 15:49
Status Success
Total duration 35s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build: samples/Blazorex.Samples.DoomFire/_Imports.razor#L11
The using directive for 'Microsoft.JSInterop' appeared previously in this namespace
Build: samples/Blazorex.Samples.ResizeCanvas/Pages/Home.razor#L15
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.ResizeCanvas/Pages/Home.razor#L13
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.ResizeCanvas/Pages/Home.razor#L34
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.FallingBlocks/Pages/Home.razor.cs#L12
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.FallingBlocks/Pages/Home.razor.cs#L2
The type name 'game' only contains lower-cased ascii characters. Such names may become reserved for the language.
Build: samples/Blazorex.Samples.MouseCoords/Pages/Home.razor#L10
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.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#L20
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/_Imports.razor#L11
The using directive for 'Microsoft.JSInterop' appeared previously in this namespace