Skip to content

Merge branch 'main' into main #7

Merge branch 'main' into main

Merge branch 'main' into main #7

Triggered via push December 3, 2023 15:17
Status Failure
Total duration 42s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
build: src/Application/Common/Seeders/DataSeederServices.cs#L93
'Region' does not contain a definition for 'Somewhere'
build: src/Application/Common/Seeders/DataSeederServices.cs#L93
'Region' does not contain a definition for 'Somewhere'
build
Process completed with exit code 1.
build: src/Application/Statistics/WarNamesQuery.cs#L35
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: src/Application/Statistics/TopPlayersInWarsQuery.cs#L50
Possible null reference assignment.
build: src/Application/Statistics/TopPlayersInWarsQuery.cs#L50
Dereference of a possibly null reference.
build: src/Application/Statistics/TopPlayersInWarsQuery.cs#L35
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: src/Application/Statistics/TopClansByRegionQuery.cs#L35
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: src/Application/Statistics/MostPopularCardByClanQuery.cs#L53
Nullable value type may be null.
build: src/Application/Statistics/MostPopularCardByClanQuery.cs#L35
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: src/Application/Statistics/MostGiftedCardsByRegionQuery.cs#L46
Dereference of a possibly null reference.
build: src/Application/Statistics/MostGiftedCardsByRegionQuery.cs#L36
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: src/Application/Statistics/CompletedChallengesQuery.cs#L40
Possible null reference assignment.