Update the orders page to reflect when an order is just a Quote. #535
Annotations
11 warnings
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/
|
Messaging/Program.cs#L753
Dereference of a possibly null reference.
|
Messaging/Program.cs#L1496
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.
|
Messaging/Program.cs#L1503
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.
|
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)'.
|
NumberSearch.Mvc/Controllers/CartController.cs#L197
Dereference of a possibly null reference.
|
NumberSearch.Mvc/Views/Cart/Index.cshtml#L261
Dereference of a possibly null reference.
|
NumberSearch.Ingest/Orders.cs#L91
Dereference of a possibly null reference.
|
NumberSearch.Ingest/Orders.cs#L100
Dereference of a possibly null reference.
|
NumberSearch.Ingest/Orders.cs#L148
Dereference of a possibly null reference.
|
NumberSearch.Ingest/Orders.cs#L165
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading