Update dotnet-desktop.yml #25
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/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.
|