Skip to content

Tidying up strategies, building a lock and draft section. Started wor… #201

Tidying up strategies, building a lock and draft section. Started wor…

Tidying up strategies, building a lock and draft section. Started wor… #201

Triggered via push February 3, 2024 09:25
Status Failure
Total duration 3m 31s
Artifacts

sonar.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 4 warnings
Build
Process completed with exit code 1.
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v1, actions/checkout@v2, actions/cache@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1, actions/checkout@v2, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build: src/strategies/locked/RandomRecentHighLow.cs#L20
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: src/strategies/drafts/RandomRecentHighLow copy.cs#L20
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.