Merge branch 'master' of https://github.com/DavideWiest/ContextFlow #11
Annotations
1 error and 11 warnings
build-and-test
Process completed with exit code 1.
|
build-and-test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build-and-test:
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.
|
build-and-test:
Tests/Util/InstanceComparer.cs#L15
Dereference of a possibly null reference.
|
build-and-test:
Tests/Util/InstanceComparer.cs#L15
Converting null literal or possible null value to non-nullable type.
|
build-and-test:
Tests/Util/InstanceComparer.cs#L16
Dereference of a possibly null reference.
|
build-and-test:
Tests/Util/InstanceComparer.cs#L16
Converting null literal or possible null value to non-nullable type.
|
build-and-test:
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.
|
build-and-test:
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.
|
build-and-test:
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.
|
build-and-test:
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.
|
build-and-test:
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.
|