Skip to content

Add automatic leaderboard score submission when game ends #35

Add automatic leaderboard score submission when game ends

Add automatic leaderboard score submission when game ends #35

Triggered via push November 21, 2025 11:16
Status Failure
Total duration 1m 8s
Artifacts

main.yml

on: push
build-test-deploy
1m 4s
build-test-deploy
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
build-test-deploy
Process completed with exit code 1.
build-test-deploy: tests/PoFunQuiz.Tests/Services/ConnectionTests.cs#L116
A local or parameter named 'openAISettings' cannot be declared in this scope because that name is used in an enclosing local scope to define a local or parameter
build-test-deploy: tests/PoFunQuiz.Tests/Services/ConnectionTests.cs#L116
A local or parameter named 'openAISettings' cannot be declared in this scope because that name is used in an enclosing local scope to define a local or parameter
build-test-deploy: src/PoFunQuiz.Client/Components/Pages/Results.razor#L87
Found markup element with unexpected name 'RadzenAvatar'. If this is intended to be a component, add a @using directive for its namespace.
build-test-deploy: src/PoFunQuiz.Client/Components/Pages/Results.razor#L77
Found markup element with unexpected name 'RadzenDivider'. If this is intended to be a component, add a @using directive for its namespace.
build-test-deploy: src/PoFunQuiz.Client/Components/Pages/Results.razor#L49
Found markup element with unexpected name 'RadzenAvatar'. If this is intended to be a component, add a @using directive for its namespace.
build-test-deploy: tests/PoFunQuiz.Tests/Integration/OpenAIIntegrationTests.cs#L29
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-test-deploy: src/PoFunQuiz.Client/Components/Pages/GameSetup.razor#L230
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-test-deploy: src/PoFunQuiz.Client/Components/Pages/GameBoard.razor#L191
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-test-deploy: src/PoFunQuiz.Client/Components/Pages/Results.razor#L115
Found markup element with unexpected name 'RadzenDivider'. If this is intended to be a component, add a @using directive for its namespace.
build-test-deploy: src/PoFunQuiz.Client/Components/Pages/Results.razor#L87
Found markup element with unexpected name 'RadzenAvatar'. If this is intended to be a component, add a @using directive for its namespace.
build-test-deploy: src/PoFunQuiz.Client/Components/Pages/Results.razor#L77
Found markup element with unexpected name 'RadzenDivider'. If this is intended to be a component, add a @using directive for its namespace.
build-test-deploy: src/PoFunQuiz.Client/Components/Pages/Results.razor#L49
Found markup element with unexpected name 'RadzenAvatar'. If this is intended to be a component, add a @using directive for its namespace.