Skip to content

Update actiondemo3.yml #3

Update actiondemo3.yml

Update actiondemo3.yml #3

Triggered via push March 16, 2024 09:19
Status Success
Total duration 2m 24s
Artifacts

actiondemo3.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/ApplicationCore/Services/BasketService.cs#L27
'IReadRepositoryBase<Basket>.GetBySpecAsync(ISpecification<Basket>, CancellationToken)' is obsolete
build: src/ApplicationCore/Services/OrderService.cs#L34
'IReadRepositoryBase<Basket>.GetBySpecAsync(ISpecification<Basket>, CancellationToken)' is obsolete
build: src/ApplicationCore/Services/BasketService.cs#L52
'IReadRepositoryBase<Basket>.GetBySpecAsync(ISpecification<Basket>, CancellationToken)' is obsolete
build: src/ApplicationCore/Services/BasketService.cs#L73
'IReadRepositoryBase<Basket>.GetBySpecAsync(ISpecification<Basket>, CancellationToken)' is obsolete
build: src/ApplicationCore/Services/BasketService.cs#L76
'IReadRepositoryBase<Basket>.GetBySpecAsync(ISpecification<Basket>, CancellationToken)' is obsolete
build: src/Web/Features/OrderDetails/GetOrderDetailsHandler.cs#L26
'IReadRepositoryBase<Order>.GetBySpecAsync(ISpecification<Order>, CancellationToken)' is obsolete
build: src/Web/Services/BasketViewModelService.cs#L32
'IReadRepositoryBase<Basket>.GetBySpecAsync(ISpecification<Basket>, CancellationToken)' is obsolete
build: tests/FunctionalTests/Web/WebPageHelpers.cs#L25
Dereference of a possibly null reference.
build: tests/FunctionalTests/Web/Controllers/OrderControllerIndex.cs#L26
Dereference of a possibly null reference.
build: tests/FunctionalTests/Web/Pages/Basket/BasketPageCheckout.cs#L48
Dereference of a possibly null reference.