Worked through the warnings in the error list of VS2022. #562
Annotations
11 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.DataAccess/Models/PurchasedPhoneNumber.cs#L83
Possible null reference return.
|
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.Ingest/Owned.cs#L155
Dereference of a possibly null reference.
|
build:
NumberSearch.Ingest/Provider.cs#L115
Dereference of a possibly null reference.
|
build:
NumberSearch.Ingest/Provider.cs#L265
Dereference of a possibly null reference.
|
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:
NumberSearch.Mvc/Controllers/LookupController.cs#L43
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/Controllers/CartController.cs#L171
Converting null literal or possible null value to non-nullable type.
|