Merge pull request #14 from mizrael/build-workflow #3
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.SimpleCanvas/_Imports.razor#L11
The using directive for 'Microsoft.JSInterop' appeared previously in this namespace
|