Add automatic leaderboard score submission when game ends #35
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.
|