Remove PWA tests from E2E suite #30
Annotations
1 error and 10 warnings
|
build-test-deploy
Process completed with exit code 1.
|
|
build-test-deploy:
PoFunQuiz.Client/Components/Pages/GameSetup.razor#L225
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:
PoFunQuiz.Client/Components/Pages/GameSetup.razor#L10
The using directive for 'Radzen.Blazor' appeared previously in this namespace
|
|
build-test-deploy:
PoFunQuiz.Client/Components/Pages/GameSetup.razor#L9
The using directive for 'Radzen' appeared previously in this namespace
|
|
build-test-deploy:
PoFunQuiz.Client/Components/Pages/GameSetup.razor#L8
The using directive for 'Microsoft.AspNetCore.Components.Web' appeared previously in this namespace
|
|
build-test-deploy:
PoFunQuiz.Client/Components/Pages/Leaderboard.razor#L130
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:
PoFunQuiz.Client/Components/Pages/Leaderboard.razor#L84
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:
PoFunQuiz.Client/Components/Pages/Results.razor#L112
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:
PoFunQuiz.Client/Components/Pages/Results.razor#L84
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:
PoFunQuiz.Client/Components/Pages/Results.razor#L74
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:
PoFunQuiz.Client/Components/Pages/Results.razor#L46
Found markup element with unexpected name 'RadzenAvatar'. If this is intended to be a component, add a @using directive for its namespace.
|