Skip to content

updated package version #16

updated package version

updated package version #16

Triggered via push June 3, 2025 00:40
Status Success
Total duration 38s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build: samples/Blazorex.Samples.ResizeCanvas/Pages/Home.razor#L35
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.SimpleCanvas/Pages/Home.razor#L14
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.SimpleCanvas/Pages/Home.razor#L11
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.SimpleCanvas/Pages/Home.razor#L33
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: src/Blazorex/RenderContext2D.cs#L212
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: src/Blazorex/RenderContext2D.cs#L164
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: src/Blazorex/RenderContext2D.cs#L49
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build: src/Blazorex/RenderContext2D.cs#L49
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build: src/Blazorex/RenderContext2D.cs#L41
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build: src/Blazorex/RenderContext2D.cs#L41
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.