Skip to content

Lint checks in CI runs #467

Lint checks in CI runs

Lint checks in CI runs #467

Triggered via pull request September 27, 2023 10:47
@chayimchayim
synchronize #183
Cleaning2
Status Success
Total duration 14m 32s
Artifacts

doctests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
doctests: tests/NRedisStack.Tests/TransactionsTests.cs#L33
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.
doctests: tests/NRedisStack.Tests/TransactionsTests.cs#L85
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.
doctests: tests/NRedisStack.Tests/TransactionsTests.cs#L33
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.
doctests: tests/NRedisStack.Tests/TransactionsTests.cs#L85
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.