Skip to content

Improved the cart layout in support of #370. #289

Improved the cart layout in support of #370.

Improved the cart layout in support of #370. #289

Triggered via push July 29, 2023 23:08
Status Success
Total duration 1m 22s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: NumberSearch.Mvc/Views/Cart/Index.cshtml#L261
Dereference of a possibly null reference.
build: NumberSearch.Mvc/Controllers/CartController.cs#L92
Possible null reference argument for parameter 'source' in 'ProductOrder? Enumerable.FirstOrDefault<ProductOrder>(IEnumerable<ProductOrder> source, Func<ProductOrder, bool> predicate)'.
build: NumberSearch.Mvc/Controllers/CartController.cs#L717
Dereference of a possibly null reference.
build: NumberSearch.Ops/Views/Lookups/Index.cshtml#L78
Dereference of a possibly null reference.
build: NumberSearch.Ops/Views/OwnedNumbers/OwnedNumberEdit.cshtml#L364
Dereference of a possibly null reference.
build: NumberSearch.Ops/Views/OwnedNumbers/OwnedNumberEdit.cshtml#L436
Dereference of a possibly null reference.
build: NumberSearch.Ops/Views/Carriers/Create.cshtml#L140
Dereference of a possibly null reference.
build: NumberSearch.Ops/Controllers/OwnedNumbersController.cs#L65
Nullable value type may be null.
build: NumberSearch.Ops/Controllers/OwnedNumbersController.cs#L145
Nullable value type may be null.
build: NumberSearch.Ops/Controllers/OwnedNumbersController.cs#L176
Possible null reference assignment.