Skip to content

Update README.md

Update README.md #30

Triggered via push April 1, 2024 10:29
Status Success
Total duration 1m 58s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build-and-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/Prompting/Attachement.cs#L19
Cannot convert null literal to non-nullable reference type.
build-and-test: ContextFlow/Application/Templates/AggregateTemplate.cs#L20
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/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.