Skip to content

Update README.md

Update README.md #28

Triggered via push November 5, 2023 14:41
Status Success
Total duration 2m 31s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
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/Templates/AggregateTemplate.cs#L20
Cannot convert null literal to non-nullable reference type.
build-and-test: ContextFlow/Application/Prompting/Attachement.cs#L19
Cannot convert null literal to non-nullable reference type.
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/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/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.
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/Sample/SampleRequests.cs#L15
Dereference of a possibly null reference.
build-and-test: Tests/Sample/SampleRequests.cs#L15
Dereference of a possibly null reference.