Resource drainer #2458
Open
Resource drainer #2458
Annotations
4 warnings
Build:
MetaMorpheus/Test/ReproducibilityTests.cs#L29
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.
|
Build:
MetaMorpheus/Test/ReproducibilityTests.cs#L27
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:
MetaMorpheus/Test/ReproducibilityTests.cs#L29
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.
|
Build:
MetaMorpheus/Test/ReproducibilityTests.cs#L27
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.
|
Loading