Skip to content

Fixed a whole pile of warnings. #563

Fixed a whole pile of warnings.

Fixed a whole pile of warnings. #563

Triggered via push September 30, 2024 04:34
Status Success
Total duration 1m 16s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: NumberSearch.Mvc/WorkerServices/MonitorLoop.cs#L152
Dereference of a possibly null reference.
build: NumberSearch.Mvc/WorkerServices/MonitorLoop.cs#L184
Dereference of a possibly null reference.
build: Messaging/Program.cs#L1980
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: Messaging/Program.cs#L1994
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: NumberSearch.Mvc/WorkerServices/MonitorLoop.cs#L152
Dereference of a possibly null reference.
build: NumberSearch.Mvc/WorkerServices/MonitorLoop.cs#L184
Dereference of a possibly null reference.
build: Messaging/Program.cs#L1980
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: Messaging/Program.cs#L1994
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.