Skip to content

Updated exercises .NET solutions #822

Updated exercises .NET solutions

Updated exercises .NET solutions #822

Triggered via push May 4, 2024 09:28
Status Failure
Total duration 4m 6s
Artifacts

build.dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Orders.Api.Tests.Orders.InitializingOrder.InitializeOrderTests.InitializeOrder_ShouldReturn_CreatedStatus_With_OrderId
System.InvalidOperationException : Unable to attain a global lock in time order to apply database changes
ECommerce.Api.Tests.ShoppingCarts.Canceling.CancelShoppingCartTests.Delete_Should_Return_OK_And_Cancel_Shopping_Cart
Expected object not to be <null> because ETag response header should be defined.
IntroductionToEventSourcing.BusinessLogic.Mutable.BusinessLogicTests.RunningSequenceOfBusinessLogic_ShouldGenerateSequenceOfEvents: Workshops/IntroductionToEventSourcing/Solved/07-BusinessLogic/Mutable/BusinessLogicTests.cs#L87
Expected property shoppingCart.ProductItems[0].Quantity to be 1, but found 3. Expected property shoppingCart.ProductItems[0].TotalPrice to be 100M, but found 300M. With configuration: - Use declared types and members - Compare enums by value - Compare tuples by their properties - Compare anonymous types by their properties - Compare records by their members - Include non-browsable members - Match member by name (or throw) - Be strict about the order of items in byte arrays - Without automatic conversion.
ECommerce.Api.Tests.ShoppingCarts.Opening.OpenShoppingCartTests.Post_ShouldReturn_CreatedStatus_With_CartId
Expected object not to be <null> because ETag response header should be defined.
build
Process completed with exit code 1.