Merge pull request #19 from Zettersten/feature/replaces-bad-interop-a… #18
Annotations
10 warnings
|
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
|
|
Build:
src/Blazorex/Interop/MarshalReference.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build:
src/Blazorex/Interop/MarshalReference.cs#L21
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build:
src/Blazorex/Interop/JsOp.cs#L19
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|