Update README.md #2
Annotations
1 error and 10 warnings
|
ContextFlow/Application/Strategy/Async/FailStrategyThrowExceptionAsync.cs#L16
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.
|
Tests/Fakes/Async/ThrowOrSayHiUnderConditionConnectionAsync.cs#L17
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.
|
Tests/Fakes/Async/SayHiConnectionAsync.cs#L10
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.
|
Tests/Fakes/Async/SayGivenInputConnectionAsync.cs#L18
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.
|
Tests/Fakes/Async/RepeatInputConnectionAsync.cs#L11
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.
|
Tests/Fakes/Async/OutputOverFlowConnectionAsync.cs#L10
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.
|
Tests/Request/ParsedRequestResultTest.cs#L59
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.
|
Tests/Sample/SampleRequests.cs#L15
Dereference of a possibly null reference.
|
Tests/Sample/SampleRequests.cs#L15
Dereference of a possibly null reference.
|
Tests/Sample/SampleRequests.cs#L15
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading