build(deps): bump danielpalme/ReportGenerator-GitHub-Action from 5.4.5 to 5.4.16#13
Closed
dependabot[bot] wants to merge 1 commit into
Annotations
10 warnings and 1 notice
|
ALGAE/Services/GameDetectionService.cs#L445
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.
|
|
ALGAE/Services/GameDetectionService.cs#L384
Nullability of reference types in value of type '(GameSignature? signature, float confidence)' doesn't match target type '(GameSignature signature, float confidence)?'.
|
|
ALGAE/Services/GameDetectionService.cs#L348
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.
|
|
ALGAE/Services/GameDetectionService.cs#L327
Possible null reference argument for parameter 'signature' in 'void GameDetectionService.MapGameSignatureToDetectedGame(DetectedGame detectedGame, GameSignature signature)'.
|
|
ALGAE/ViewModels/HomeViewModel.cs#L128
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.
|
|
ALGAE/Services/CompanionLaunchService.cs#L194
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.
|
|
ALGAE/Services/CompanionLaunchService.cs#L177
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.
|
|
ALGAE/Services/CompanionLaunchService.cs#L152
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.
|
|
ALGAE/Services/CompanionLaunchService.cs#L129
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.
|
|
ALGAE/App.xaml.cs#L67
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
|
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|
The logs for this run have expired and are no longer available.
Loading