Bump MaterialDesignThemes from 5.2.1 to 5.3.0 #16
Annotations
10 warnings
|
ALGAE/Services/GameSignatureService.cs#L371
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#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/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 logs for this run have expired and are no longer available.
Loading