Deploy to GitHub Pages #6
main.yml
on: workflow_dispatch
deploy-to-github-pages
1m 45s
Annotations
9 warnings
|
deploy-to-github-pages
SpawnDev.BlazorJS.Toolbox.HeapViewString.HeapViewString(String, Int64, Int64): Unresolved type 'MyType' in 'DynamicDependencyAttribute'.
|
|
deploy-to-github-pages:
BlazorWASMWebGPUComputeDemo/Pages/ComputeBoidsSample/ComputeBoids.razor.cs#L42
The field 'ComputeBoids.timerSamples' is assigned but its value is never used
|
|
deploy-to-github-pages:
BlazorWASMWebGPUComputeDemo/Pages/ComputeBoidsSample/ComputeBoids.razor.cs#L40
The field 'ComputeBoids.computePassDurationSum' is assigned but its value is never used
|
|
deploy-to-github-pages:
BlazorWASMWebGPUComputeDemo/Pages/ComputeBoidsSample/ComputeBoids.razor.cs#L18
The field 'ComputeBoids._running' is assigned but its value is never used
|
|
deploy-to-github-pages:
BlazorWASMWebGPUComputeDemo/Pages/ComputeBoidsSample/ComputeBoids.razor.cs#L41
The field 'ComputeBoids.renderPassDurationSum' is assigned but its value is never used
|
|
deploy-to-github-pages:
BlazorWASMWebGPUComputeDemo/Pages/BasicDemo.razor#L16
Field 'BasicDemo._adapterInfo' is never assigned to, and will always have its default value null
|
|
deploy-to-github-pages:
BlazorWASMWebGPUComputeDemo/Pages/Mandelbrot01.razor#L208
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.
|
|
deploy-to-github-pages:
BlazorWASMWebGPUComputeDemo/Pages/BasicDemo.razor#L66
Possible null reference argument for parameter 'pipeline' in 'void GPURenderPassEncoder.SetPipeline(GPURenderPipeline pipeline)'.
|
|
deploy-to-github-pages:
BlazorWASMWebGPUComputeDemo/Pages/Mandelbrot01.razor#L101
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.
|