Skip to content

Trying again in support of #383. #513

Trying again in support of #383.

Trying again in support of #383. #513

Triggered via push August 14, 2023 23:57
Status Success
Total duration 14m 30s
Artifacts
Matrix: Analyze
Fit to window
Zoom out
Zoom in

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.