Merge pull request #10 from mcbeev/dsd-updates #9
Annotations
7 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Pages/Index.razor.cs#L32
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.
|
Components/LeaderboardList.razor#L18
The field 'LeaderboardList._firstRender' is assigned but its value is never used
|
Components/TeamScoreBoardItem.razor#L30
The field 'TeamScoreBoardItem._firstRender' is assigned but its value is never used
|
Pages/Index.razor.cs#L32
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.
|
Components/LeaderboardList.razor#L18
The field 'LeaderboardList._firstRender' is assigned but its value is never used
|
Components/TeamScoreBoardItem.razor#L30
The field 'TeamScoreBoardItem._firstRender' is assigned but its value is never used
|
The logs for this run have expired and are no longer available.
Loading