Skip to content

fix: better AsyncLocks + ExecutionContextExt #2757

fix: better AsyncLocks + ExecutionContextExt

fix: better AsyncLocks + ExecutionContextExt #2757

Triggered via push November 29, 2023 01:40
Status Success
Total duration 11m 36s
Artifacts

Build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: codecov/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
Cannot convert null literal to non-nullable reference type.
build
Cannot convert null literal to non-nullable reference type.
build
Cannot convert null literal to non-nullable reference type.
build
Cannot convert null literal to non-nullable reference type.
build
Argument 1 should be passed with 'ref' or 'in' keyword
build: tests/Stl.Tests/Async/ExecutionContextExtTest.cs#L34
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: tests/Stl.Tests/Async/ExecutionContextExtTest.cs#L64
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: tests/Stl.Tests/Async/ExecutionContextExtTest.cs#L72
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
Cannot convert null literal to non-nullable reference type.
build
Cannot convert null literal to non-nullable reference type.