Merge branch 'main' into main #7
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.
|