Trying again in support of #383. #513
Annotations
22 warnings
Analyze (javascript)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Analyze (javascript):
Messaging/Program.cs#L742
Dereference of a possibly null reference.
|
Analyze (javascript):
Messaging/Program.cs#L1482
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.
|
Analyze (javascript):
Messaging/Program.cs#L1489
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.
|
Analyze (javascript):
NumberSearch.Ingest/Orders.cs#L88
Dereference of a possibly null reference.
|
Analyze (javascript):
NumberSearch.Ingest/Orders.cs#L97
Dereference of a possibly null reference.
|
Analyze (javascript):
NumberSearch.Ingest/Orders.cs#L134
Dereference of a possibly null reference.
|
Analyze (javascript):
NumberSearch.Ingest/Orders.cs#L149
Dereference of a possibly null reference.
|
Analyze (javascript):
NumberSearch.Ingest/Orders.cs#L189
Dereference of a possibly null reference.
|
Analyze (javascript):
NumberSearch.Ingest/Orders.cs#L203
Dereference of a possibly null reference.
|
Analyze (javascript):
NumberSearch.Ingest/Orders.cs#L217
Dereference of a possibly null reference.
|
Analyze (csharp)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Analyze (csharp):
Messaging/Program.cs#L742
Dereference of a possibly null reference.
|
Analyze (csharp):
Messaging/Program.cs#L1482
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.
|
Analyze (csharp):
Messaging/Program.cs#L1489
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.
|
Analyze (csharp):
NumberSearch.Mvc/Views/Cart/Index.cshtml#L261
Dereference of a possibly null reference.
|
Analyze (csharp):
NumberSearch.Mvc/Controllers/CartController.cs#L89
Possible null reference argument for parameter 'source' in 'ProductOrder? Enumerable.FirstOrDefault<ProductOrder>(IEnumerable<ProductOrder> source, Func<ProductOrder, bool> predicate)'.
|
Analyze (csharp):
NumberSearch.Mvc/Controllers/CartController.cs#L197
Dereference of a possibly null reference.
|
Analyze (csharp):
NumberSearch.Ingest/Orders.cs#L88
Dereference of a possibly null reference.
|
Analyze (csharp):
NumberSearch.Ingest/Orders.cs#L97
Dereference of a possibly null reference.
|
Analyze (csharp):
NumberSearch.Ingest/Orders.cs#L134
Dereference of a possibly null reference.
|
Analyze (csharp):
NumberSearch.Ingest/Orders.cs#L149
Dereference of a possibly null reference.
|