Resource drainer #274
Annotations
12 warnings
ubuntu-latest:
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.
|
ubuntu-latest:
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.
|
ubuntu-latest:
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.
|
ubuntu-latest:
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.
|
macos-latest:
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.
|
macos-latest:
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.
|
macos-latest:
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.
|
macos-latest:
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.
|
windows-latest:
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.
|
windows-latest:
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.
|
windows-latest:
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.
|
windows-latest:
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.
|