Skip to content

Adjusted namespaces in EventStoreDB Application Logic an Optimistic c… #863

Adjusted namespaces in EventStoreDB Application Logic an Optimistic c…

Adjusted namespaces in EventStoreDB Application Logic an Optimistic c… #863

GitHub Actions / Tests Results failed May 2, 2024 in 0s

348 passed, 163 failed and 1 skipped

Tests failed

Report Passed Failed Skipped Time
Core.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx 3✔️ 2s
Core.Kafka.Tests/bin/TestResults/net8.0/test-results.trx 2s
Core.Tests/bin/TestResults/net8.0/test-results.trx 1✔️ 1s
EventSourcing.Integration.Tests/bin/TestResults/net8.0/test-results.trx 1s
Marten.Integration.Tests/bin/TestResults/net8.0/test-results.trx 2s
Sample/ClosingTheBooks/PointOfSales.Api.Tests/bin/TestResults/net8.0/test-results.trx 5✔️ 11s
Sample/decider/Decider.Tests/TestResults/test-results.trx 1✔️ 981ms
Sample/ECommerce/Carts/Carts.Api.Tests/bin/TestResults/net8.0/test-results.trx 5✔️ 33s
Sample/ECommerce/Carts/Carts.Tests/bin/TestResults/net8.0/test-results.trx 4✔️ 2s
Sample/ECommerce/Orders/Orders.Api.Tests/bin/TestResults/net8.0/test-results.trx 1✔️ 10s
Sample/ECommerce/Orders/Orders.Tests/bin/TestResults/net8.0/test-results.trx 2s
Sample/ECommerce/Payments/Payments.Api.Tests/bin/TestResults/net8.0/test-results.trx 1✔️ 9s
Sample/ECommerce/Payments/Payments.Tests/bin/TestResults/net8.0/test-results.trx 2s
Sample/ECommerce/Shipments/Shipments.Api.Tests/bin/TestResults/net8.0/test-results.trx 1✔️ 6s
Sample/ECommerce/Shipments/Shipments.Tests/bin/TestResults/net8.0/test-results.trx 2s
Sample/EventPipelines/EventPipelines.Tests/bin/TestResults/net8.0/test-results.trx 6✔️ 2s
Sample/EventStoreDB/ECommerce/Carts/Carts.Api.Tests/bin/TestResults/net8.0/test-results.trx 5✔️ 23s
Sample/EventStoreDB/ECommerce/Carts/Carts.Tests/bin/TestResults/net8.0/test-results.trx 3✔️ 2s
Sample/EventStoreDB/Simple/ECommerce.Api.Tests/bin/TestResults/net8.0/test-results.trx 4✔️ 1❌ 19s
Sample/EventsVersioning/EventsVersioning.Tests/bin/TestResults/net8.0/test-results.trx 16✔️ 2s
Sample/Helpdesk.Wolverine/Helpdesk.Api.Tests/bin/TestResults/net8.0/test-results.trx 12✔️ 23s
Sample/Helpdesk/Helpdesk.Api.Tests/bin/TestResults/net8.0/test-results.trx 9✔️ 44s
Sample/HotelManagement/HotelManagement.Tests/TestResults/test-results.trx 39✔️ 1s
Sample/MartenMeetsElastic/MartenMeetsElastic.Tests/TestResults/test-results.trx 1✔️ 6s
Sample/MeetingsManagement/MeetingsManagement.IntegrationTests/bin/TestResults/net8.0/test-results.trx 2✔️ 14s
Sample/MeetingsManagement/MeetingsSearch.IntegrationTests/bin/TestResults/net8.0/test-results.trx 1✔️ 6s
Sample/Tickets/Tickets.Api.Tests/bin/TestResults/net8.0/test-results.trx 1✔️ 15s
Sample/Tickets/Tickets.Tests/bin/TestResults/net8.0/test-results.trx 7✔️ 2s
Sample/Warehouse/Warehouse.Api.Tests/bin/TestResults/net8.0/test-results.trx 16✔️ 5s
Workshops/BuildYourOwnEventStore/01-CreateStreamsTable/TestResults/test-results.trx 1s
Workshops/BuildYourOwnEventStore/02-CreateEventsTable/TestResults/test-results.trx 1s
Workshops/BuildYourOwnEventStore/03-CreateAppendEventFunction/TestResults/test-results.trx 1s
Workshops/BuildYourOwnEventStore/03-OptimisticConcurrency/TestResults/test-results.trx 1s
Workshops/BuildYourOwnEventStore/04-EventStoreMethods/TestResults/test-results.trx 2s
Workshops/BuildYourOwnEventStore/05-StreamAggregation/TestResults/test-results.trx 2s
Workshops/BuildYourOwnEventStore/06-TimeTraveling/TestResults/test-results.trx 1s
Workshops/BuildYourOwnEventStore/07-AggregateAndRepository/TestResults/test-results.trx 1s
Workshops/BuildYourOwnEventStore/08-Snapshots/TestResults/test-results.trx 907ms
Workshops/BuildYourOwnEventStore/09-Projections/TestResults/test-results.trx 925ms
Workshops/BuildYourOwnEventStore/10-ProjectionsWithMarten/TestResults/test-results.trx 2s
Workshops/BuildYourOwnEventStore/EventStoreBasics.Tests/bin/TestResults/net8.0/test-results.trx 21✔️ 1✖️ 2s
Workshops/IntroductionToEventSourcing/01-EventsDefinition/TestResults/test-results.trx 980ms
Workshops/IntroductionToEventSourcing/02-GettingStateFromEvents/TestResults/test-results.trx 1s
Workshops/IntroductionToEventSourcing/03-AppendingEvents.Marten/TestResults/test-results.trx 931ms
Workshops/IntroductionToEventSourcing/04-AppendingEvents.EventStoreDB/TestResults/test-results.trx 1s
Workshops/IntroductionToEventSourcing/05-GettingStateFromEvents.Marten/TestResults/test-results.trx 879ms
Workshops/IntroductionToEventSourcing/06-GettingStateFromEvents.EventStoreDB/TestResults/test-results.trx 1s
Workshops/IntroductionToEventSourcing/07-BusinessLogic/TestResults/test-results.trx 1s
Workshops/IntroductionToEventSourcing/08-ApplicationLogic.Marten.Tests/bin/TestResults/net8.0/test-results.trx 1s
Workshops/IntroductionToEventSourcing/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx 2s
Workshops/IntroductionToEventSourcing/10-OptimisticConcurrency.Marten.Tests/bin/TestResults/net8.0/test-results.trx 1s
Workshops/IntroductionToEventSourcing/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx 2s
Workshops/IntroductionToEventSourcing/12-Projections.SingleStream/TestResults/test-results.trx 1s
Workshops/IntroductionToEventSourcing/13-Projections.SingleStream.Idempotency/TestResults/test-results.trx 1s
Workshops/IntroductionToEventSourcing/14-Projections.SingleStream.EventualConsistency/TestResults/test-results.trx 1s
Workshops/IntroductionToEventSourcing/Solved/01-EventsDefinition/bin/TestResults/net8.0/test-results.trx 2✔️ 1s
Workshops/IntroductionToEventSourcing/Solved/02-GettingStateFromEvents/bin/TestResults/net8.0/test-results.trx 3✔️ 1s
Workshops/IntroductionToEventSourcing/Solved/03-AppendingEvents.Marten/bin/TestResults/net8.0/test-results.trx 1✔️ 4s
Workshops/IntroductionToEventSourcing/Solved/04-AppendingEvents.EventStoreDB/bin/TestResults/net8.0/test-results.trx 1✔️ 2s
Workshops/IntroductionToEventSourcing/Solved/05-GettingStateFromEvents.Marten/bin/TestResults/net8.0/test-results.trx 3✔️ 7s
Workshops/IntroductionToEventSourcing/Solved/06-GettingStateFromEvents.EventStoreDB/bin/TestResults/net8.0/test-results.trx 2✔️ 2s
Workshops/IntroductionToEventSourcing/Solved/07-BusinessLogic/bin/TestResults/net8.0/test-results.trx 3✔️ 1s
Workshops/IntroductionToEventSourcing/Solved/08-ApplicationLogic.Marten.Tests/bin/TestResults/net8.0/test-results.trx 78✔️ 28s
Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx 78❌ 5s
Workshops/IntroductionToEventSourcing/Solved/09-BusinessLogic.EventStoreDB/bin/TestResults/net8.0/test-results.trx 3✔️ 2s
Workshops/IntroductionToEventSourcing/Solved/10-OptimisticConcurrency.Marten.Tests/bin/TestResults/net8.0/test-results.trx 84✔️ 28s
Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx 84❌ 5s
Workshops/IntroductionToEventSourcing/Solved/12-Projections.SingleStream/bin/TestResults/net8.0/test-results.trx 1✔️ 1s
Workshops/IntroductionToEventSourcing/Solved/13-Projections.SingleStream.Idempotency/bin/TestResults/net8.0/test-results.trx 1✔️ 1s
Workshops/IntroductionToEventSourcing/Solved/14-Projections.SingleStream.EventualConsistency/bin/TestResults/net8.0/test-results.trx 1✔️ 4s

✔️ Core.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx

3 tests were completed in 2s with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Core.EventStoreDB.Tests.Events.EventStoreDBEventMetadataJsonConverterTests 2✔️ 135ms
EventStoreDB.Integration.Tests.Commands.EventStoreDBAsyncCommandBusTests 1✔️ 1s

✔️ Core.Kafka.Tests/bin/TestResults/net8.0/test-results.trx

No tests found

✔️ Core.Tests/bin/TestResults/net8.0/test-results.trx

1 tests were completed in 1s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Core.Tests.AggregateWithWhenTests 1✔️ 23ms

✔️ EventSourcing.Integration.Tests/bin/TestResults/net8.0/test-results.trx

No tests found

✔️ Marten.Integration.Tests/bin/TestResults/net8.0/test-results.trx

No tests found

✔️ Sample/ClosingTheBooks/PointOfSales.Api.Tests/bin/TestResults/net8.0/test-results.trx

5 tests were completed in 11s with 5 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
PointOfSales.Api.Tests.CashRegisters.EndToEndPositiveScenarios 4✔️ 3s
PointOfSales.Api.Tests.CashRegisters.InitializeCashRegisterTests 1✔️ 6s

✔️ Sample/decider/Decider.Tests/TestResults/test-results.trx

1 tests were completed in 981ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Decider.UnionTypesTests 1✔️ 11ms

✔️ Sample/ECommerce/Carts/Carts.Api.Tests/bin/TestResults/net8.0/test-results.trx

5 tests were completed in 33s with 5 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Carts.Api.Tests.ShoppingCarts.AddingProduct.AddProductTests 1✔️ 5s
Carts.Api.Tests.ShoppingCarts.Canceling.CancelShoppingCartTests 1✔️ 4s
Carts.Api.Tests.ShoppingCarts.Confirming.ConfirmShoppingCartTests 1✔️ 5s
Carts.Api.Tests.ShoppingCarts.Opening.OpenShoppingCartTests 1✔️ 3s
Carts.Api.Tests.ShoppingCarts.RemovingProduct.RemoveProductTests 1✔️ 1s

✔️ Sample/ECommerce/Carts/Carts.Tests/bin/TestResults/net8.0/test-results.trx

4 tests were completed in 2s with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Carts.Tests.Carts.ConfirmingCart.ConfirmCartTests 2✔️ 55ms
Carts.Tests.Carts.InitializingCart.InitializeCartTests 1✔️ 40ms
Carts.Tests.Carts.InitializingCart.OpenShoppingCardCommandHandlerTests 1✔️ 38ms

✔️ Sample/ECommerce/Orders/Orders.Api.Tests/bin/TestResults/net8.0/test-results.trx

1 tests were completed in 10s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Orders.Api.Tests.Orders.InitializingOrder.InitializeOrderTests 1✔️ 7s

✔️ Sample/ECommerce/Orders/Orders.Tests/bin/TestResults/net8.0/test-results.trx

No tests found

✔️ Sample/ECommerce/Payments/Payments.Api.Tests/bin/TestResults/net8.0/test-results.trx

1 tests were completed in 9s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Payments.Api.Tests.Payments.RequestingPayment.RequestPaymentsTests 1✔️ 7s

✔️ Sample/ECommerce/Payments/Payments.Tests/bin/TestResults/net8.0/test-results.trx

No tests found

✔️ Sample/ECommerce/Shipments/Shipments.Api.Tests/bin/TestResults/net8.0/test-results.trx

1 tests were completed in 6s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Shipments.Api.Tests.Packages.SendPackageTests 1✔️ 4s

✔️ Sample/ECommerce/Shipments/Shipments.Tests/bin/TestResults/net8.0/test-results.trx

No tests found

✔️ Sample/EventPipelines/EventPipelines.Tests/bin/TestResults/net8.0/test-results.trx

6 tests were completed in 2s with 6 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
EventPipelines.Tests.ClassesWithBuilderTest 1✔️ 7ms
EventPipelines.Tests.ClassesWithIoCTest 1✔️ 85ms
EventPipelines.Tests.ClassesWithMediatRTest 1✔️ 91ms
EventPipelines.Tests.PureFunctionsWithBuilderTest 1✔️ 4ms
EventPipelines.Tests.PureFunctionsWithIoCTest 1✔️ 89ms
EventPipelines.Tests.PureFunctionsWithMediatRTest 1✔️ 93ms

✔️ Sample/EventStoreDB/ECommerce/Carts/Carts.Api.Tests/bin/TestResults/net8.0/test-results.trx

5 tests were completed in 23s with 5 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Carts.Api.Tests.ShoppingCarts.AddingProduct.AddProductTests 1✔️ 3s
Carts.Api.Tests.ShoppingCarts.Canceling.CancelShoppingCartTests 1✔️ 3s
Carts.Api.Tests.ShoppingCarts.Confirming.ConfirmShoppingCartTests 1✔️ 3s
Carts.Api.Tests.ShoppingCarts.Opening.OpenShoppingCartTests 1✔️ 3s
Carts.Api.Tests.ShoppingCarts.RemovingProduct.RemoveProductTests 1✔️ 2s

✔️ Sample/EventStoreDB/ECommerce/Carts/Carts.Tests/bin/TestResults/net8.0/test-results.trx

3 tests were completed in 2s with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Carts.Tests.Carts.ConfirmingCart.ConfirmCartTests 1✔️ 48ms
Carts.Tests.Carts.OpeningCart.OpenCartCommandHandlerTests 1✔️ 52ms
Carts.Tests.Carts.OpeningCart.OpenCartTests 1✔️ 50ms

❌ Sample/EventStoreDB/Simple/ECommerce.Api.Tests/bin/TestResults/net8.0/test-results.trx

5 tests were completed in 19s with 4 passed, 1 failed and 0 skipped.

Test suite Passed Failed Skipped Time
ECommerce.Api.Tests.ShoppingCarts.AddingProduct.AddProductTests 1✔️ 1s
ECommerce.Api.Tests.ShoppingCarts.Canceling.CancelShoppingCartTests 1❌ 5s
ECommerce.Api.Tests.ShoppingCarts.Confirming.ConfirmShoppingCartTests 1✔️ 1s
ECommerce.Api.Tests.ShoppingCarts.Opening.OpenShoppingCartTests 1✔️ 1s
ECommerce.Api.Tests.ShoppingCarts.RemovingProduct.RemoveProductTests 1✔️ 2s

❌ 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.

✔️ Sample/EventsVersioning/EventsVersioning.Tests/bin/TestResults/net8.0/test-results.trx

16 tests were completed in 2s with 16 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
EventsVersioning.Tests.Downcasters.ChangedStructure 2✔️ 105ms
EventsVersioning.Tests.ExplicitSerialization.ExplicitSerializationTests 2✔️ 146ms
EventsVersioning.Tests.SimpleMappings.NewNotRequiredProperty 2✔️ 23ms
EventsVersioning.Tests.SimpleMappings.NewRequiredProperty 2✔️ 128ms
EventsVersioning.Tests.SimpleMappings.RenamedProperty 2✔️ 7ms
EventsVersioning.Tests.Transformations.MergeEvents 1✔️ 117ms
EventsVersioning.Tests.Transformations.MultipleTransformationsWithDifferentEventTypes 1✔️ 121ms
EventsVersioning.Tests.Upcasters.ChangedStructure 2✔️ 3ms
EventsVersioning.Tests.Upcasters.NewRequiredPropertyFromMetadata 2✔️ 6ms

✔️ Sample/Helpdesk.Wolverine/Helpdesk.Api.Tests/bin/TestResults/net8.0/test-results.trx

12 tests were completed in 23s with 12 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Helpdesk.Api.Tests.Incidents.AcknowledgeResolutionIncidentTests 1✔️ 2s
Helpdesk.Api.Tests.Incidents.AssignAgentToIncidentTests 1✔️ 482ms
Helpdesk.Api.Tests.Incidents.BatchResolutionTests 2✔️ 2s
Helpdesk.Api.Tests.Incidents.CategoriseIncidentTests 1✔️ 923ms
Helpdesk.Api.Tests.Incidents.CloseIncidentTests 1✔️ 570ms
Helpdesk.Api.Tests.Incidents.LogIncidentsTests 1✔️ 32ms
Helpdesk.Api.Tests.Incidents.PrioritiseIncidentTests 1✔️ 607ms
Helpdesk.Api.Tests.Incidents.RecordAgentResponseToIncidentTests 1✔️ 581ms
Helpdesk.Api.Tests.Incidents.RecordCustomerResponseToIncidentTests 1✔️ 917ms
Helpdesk.Api.Tests.Incidents.ResolveIncidentTests 2✔️ 37ms

✔️ Sample/Helpdesk/Helpdesk.Api.Tests/bin/TestResults/net8.0/test-results.trx

9 tests were completed in 44s with 9 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Helpdesk.Api.Tests.Incidents.AcknowledgeResolutionIncidentTests 1✔️ 46ms
Helpdesk.Api.Tests.Incidents.AssignAgentToIncidentTests 1✔️ 194ms
Helpdesk.Api.Tests.Incidents.CategoriseIncidentTests 1✔️ 1s
Helpdesk.Api.Tests.Incidents.CloseIncidentTests 1✔️ 32ms
Helpdesk.Api.Tests.Incidents.LogIncidentsTests 1✔️ 3s
Helpdesk.Api.Tests.Incidents.PrioritiseIncidentTests 1✔️ 824ms
Helpdesk.Api.Tests.Incidents.RecordAgentResponseToIncidentTests 1✔️ 400ms
Helpdesk.Api.Tests.Incidents.RecordCustomerResponseToIncidentTests 1✔️ 796ms
Helpdesk.Api.Tests.Incidents.ResolveIncidentTests 1✔️ 2s

✔️ Sample/HotelManagement/HotelManagement.Tests/TestResults/test-results.trx

39 tests were completed in 1s with 39 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
HotelManagement.Tests.Sagas.GroupCheckouts.GroupCheckoutSagaTests 5✔️ 32ms
HotelManagement.Tests.Sagas.GroupCheckouts.GroupCheckoutTests 17✔️ 339ms
HotelManagement.Tests.Sagas.GuestStayAccounts.GuestStayAccountTests 17✔️ 331ms

✔️ Sample/MartenMeetsElastic/MartenMeetsElastic.Tests/TestResults/test-results.trx

1 tests were completed in 6s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
MartenMeetsElastic.Tests.MeetsElasticTest 1✔️ 5s

✔️ Sample/MeetingsManagement/MeetingsManagement.IntegrationTests/bin/TestResults/net8.0/test-results.trx

2 tests were completed in 14s with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
MeetingsManagement.IntegrationTests.Meetings.CreatingMeeting.CreateMeetingTests 1✔️ 7s
MeetingsManagement.IntegrationTests.Meetings.SchedulingMeetings.ScheduleMeetingTests 1✔️ 5s

✔️ Sample/MeetingsManagement/MeetingsSearch.IntegrationTests/bin/TestResults/net8.0/test-results.trx

1 tests were completed in 6s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
MeetingsSearch.IntegrationTests.Meetings.CreatingMeeting.CreateMeetingTests 1✔️ 4s

✔️ Sample/Tickets/Tickets.Api.Tests/bin/TestResults/net8.0/test-results.trx

1 tests were completed in 15s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Tickets.Api.Tests.Reservations.CreatingTentativeReservation.CreateTentativeReservationTests 1✔️ 13s

✔️ Sample/Tickets/Tickets.Tests/bin/TestResults/net8.0/test-results.trx

7 tests were completed in 2s with 7 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Tickets.Tests.Reservations.CancellingReservation.CancelReservationTests 3✔️ 1ms
Tickets.Tests.Reservations.ChangingReservationSeat.ChangeSeatTests 1✔️ 63ms
Tickets.Tests.Reservations.ConfirmingReservation.ConfirmReservationTests 1✔️ 83ms
Tickets.Tests.Reservations.CreatingTentativeReservation.CreateTentativeReservationCommandHandlerTests 1✔️ 74ms
Tickets.Tests.Reservations.CreatingTentativeReservation.CreateTentativeReservationTests 1✔️ 77ms

✔️ Sample/Warehouse/Warehouse.Api.Tests/bin/TestResults/net8.0/test-results.trx

16 tests were completed in 5s with 16 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Warehouse.Api.Tests.Products.GettingProductDetails.GetProductDetailsTests 4✔️ 297ms
Warehouse.Api.Tests.Products.GettingProducts.GetProductsTests 6✔️ 246ms
Warehouse.Api.Tests.Products.RegisteringProduct.RegisterProductTests 6✔️ 3s

✔️ Workshops/BuildYourOwnEventStore/01-CreateStreamsTable/TestResults/test-results.trx

No tests found

✔️ Workshops/BuildYourOwnEventStore/02-CreateEventsTable/TestResults/test-results.trx

No tests found

✔️ Workshops/BuildYourOwnEventStore/03-CreateAppendEventFunction/TestResults/test-results.trx

No tests found

✔️ Workshops/BuildYourOwnEventStore/03-OptimisticConcurrency/TestResults/test-results.trx

No tests found

✔️ Workshops/BuildYourOwnEventStore/04-EventStoreMethods/TestResults/test-results.trx

No tests found

✔️ Workshops/BuildYourOwnEventStore/05-StreamAggregation/TestResults/test-results.trx

No tests found

✔️ Workshops/BuildYourOwnEventStore/06-TimeTraveling/TestResults/test-results.trx

No tests found

✔️ Workshops/BuildYourOwnEventStore/07-AggregateAndRepository/TestResults/test-results.trx

No tests found

✔️ Workshops/BuildYourOwnEventStore/08-Snapshots/TestResults/test-results.trx

No tests found

✔️ Workshops/BuildYourOwnEventStore/09-Projections/TestResults/test-results.trx

No tests found

✔️ Workshops/BuildYourOwnEventStore/10-ProjectionsWithMarten/TestResults/test-results.trx

No tests found

✔️ Workshops/BuildYourOwnEventStore/EventStoreBasics.Tests/bin/TestResults/net8.0/test-results.trx

22 tests were completed in 2s with 21 passed, 0 failed and 1 skipped.

Test suite Passed Failed Skipped Time
EventStoreBasics.Tests.Exercise01CreateStreamsTable 4✔️ 520ms
EventStoreBasics.Tests.Exercise02CreateEventsTable 7✔️ 239ms
EventStoreBasics.Tests.Exercise03CreateAppendEventFunction 2✔️ 111ms
EventStoreBasics.Tests.Exercise04EventStoreMethods 2✔️ 612ms
EventStoreBasics.Tests.Exercise05StreamAggregation 1✔️ 549ms
EventStoreBasics.Tests.Exercise06TimeTravelling 1✔️ 64ms
EventStoreBasics.Tests.Exercise07AggregateAndRepository 1✔️ 97ms
EventStoreBasics.Tests.Exercise08Snapshots 2✔️ 232ms
EventStoreBasics.Tests.Exercise09Projections 1✔️ 705ms
EventStoreBasics.Tests.Exercise10ProjectionsWithMarten 1✖️ 1ms

✔️ Workshops/IntroductionToEventSourcing/01-EventsDefinition/TestResults/test-results.trx

No tests found

✔️ Workshops/IntroductionToEventSourcing/02-GettingStateFromEvents/TestResults/test-results.trx

No tests found

✔️ Workshops/IntroductionToEventSourcing/03-AppendingEvents.Marten/TestResults/test-results.trx

No tests found

✔️ Workshops/IntroductionToEventSourcing/04-AppendingEvents.EventStoreDB/TestResults/test-results.trx

No tests found

✔️ Workshops/IntroductionToEventSourcing/05-GettingStateFromEvents.Marten/TestResults/test-results.trx

No tests found

✔️ Workshops/IntroductionToEventSourcing/06-GettingStateFromEvents.EventStoreDB/TestResults/test-results.trx

No tests found

✔️ Workshops/IntroductionToEventSourcing/07-BusinessLogic/TestResults/test-results.trx

No tests found

✔️ Workshops/IntroductionToEventSourcing/08-ApplicationLogic.Marten.Tests/bin/TestResults/net8.0/test-results.trx

No tests found

✔️ Workshops/IntroductionToEventSourcing/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx

No tests found

✔️ Workshops/IntroductionToEventSourcing/10-OptimisticConcurrency.Marten.Tests/bin/TestResults/net8.0/test-results.trx

No tests found

✔️ Workshops/IntroductionToEventSourcing/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx

No tests found

✔️ Workshops/IntroductionToEventSourcing/12-Projections.SingleStream/TestResults/test-results.trx

No tests found

✔️ Workshops/IntroductionToEventSourcing/13-Projections.SingleStream.Idempotency/TestResults/test-results.trx

No tests found

✔️ Workshops/IntroductionToEventSourcing/14-Projections.SingleStream.EventualConsistency/TestResults/test-results.trx

No tests found

✔️ Workshops/IntroductionToEventSourcing/Solved/01-EventsDefinition/bin/TestResults/net8.0/test-results.trx

2 tests were completed in 1s with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
IntroductionToEventSourcing.EventsDefinition.Solution1.EventsDefinitionTests 1✔️ 16ms
IntroductionToEventSourcing.EventsDefinition.Solution2.EventsDefinitionTests 1✔️ 22ms

✔️ Workshops/IntroductionToEventSourcing/Solved/02-GettingStateFromEvents/bin/TestResults/net8.0/test-results.trx

3 tests were completed in 1s with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
IntroductionToEventSourcing.GettingStateFromEvents.Immutable.Solution1.GettingStateFromEventsTests 1✔️ 26ms
IntroductionToEventSourcing.GettingStateFromEvents.Immutable.Solution2.GettingStateFromEventsTests 1✔️ 26ms
IntroductionToEventSourcing.GettingStateFromEvents.Mutable.GettingStateFromEventsTests 1✔️ 26ms

✔️ Workshops/IntroductionToEventSourcing/Solved/03-AppendingEvents.Marten/bin/TestResults/net8.0/test-results.trx

1 tests were completed in 4s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
IntroductionToEventSourcing.AppendingEvents.GettingStateFromEventsTests 1✔️ 3s

✔️ Workshops/IntroductionToEventSourcing/Solved/04-AppendingEvents.EventStoreDB/bin/TestResults/net8.0/test-results.trx

1 tests were completed in 2s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
IntroductionToEventSourcing.AppendingEvents.GettingStateFromEventsTests 1✔️ 494ms

✔️ Workshops/IntroductionToEventSourcing/Solved/05-GettingStateFromEvents.Marten/bin/TestResults/net8.0/test-results.trx

3 tests were completed in 7s with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
IntroductionToEventSourcing.GettingStateFromEvents.Immutable.DefaultConvention.GettingStateFromEventsTests 1✔️ 5s
IntroductionToEventSourcing.GettingStateFromEvents.Immutable.SingleApply.GettingStateFromEventsTests 1✔️ 5s
IntroductionToEventSourcing.GettingStateFromEvents.Mutable.GettingStateFromEventsTests 1✔️ 6s

✔️ Workshops/IntroductionToEventSourcing/Solved/06-GettingStateFromEvents.EventStoreDB/bin/TestResults/net8.0/test-results.trx

2 tests were completed in 2s with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
IntroductionToEventSourcing.GettingStateFromEvents.Immutable.GettingStateFromEventsTests 1✔️ 502ms
IntroductionToEventSourcing.GettingStateFromEvents.Mutable.GettingStateFromEventsTests 1✔️ 487ms

✔️ Workshops/IntroductionToEventSourcing/Solved/07-BusinessLogic/bin/TestResults/net8.0/test-results.trx

3 tests were completed in 1s with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
IntroductionToEventSourcing.BusinessLogic.Immutable.BusinessLogicTests 1✔️ 135ms
IntroductionToEventSourcing.BusinessLogic.Mutable.Solution1.BusinessLogicTests 1✔️ 183ms
IntroductionToEventSourcing.BusinessLogic.Mutable.Solution2.BusinessLogicTests 1✔️ 184ms

✔️ Workshops/IntroductionToEventSourcing/Solved/08-ApplicationLogic.Marten.Tests/bin/TestResults/net8.0/test-results.trx

78 tests were completed in 28s with 78 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
ApplicationLogic.Marten.Tests.ShoppingCarts.AddProductItemToShoppingCartTests 18✔️ 5s
ApplicationLogic.Marten.Tests.ShoppingCarts.CancelShoppingCartTests 15✔️ 11s
ApplicationLogic.Marten.Tests.ShoppingCarts.ConfirmShoppingCartTests 18✔️ 3s
ApplicationLogic.Marten.Tests.ShoppingCarts.OpenShoppingCartTests 6✔️ 3s
ApplicationLogic.Marten.Tests.ShoppingCarts.RemoveProductItemFromShoppingCartTests 21✔️ 4s

❌ Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx

78 tests were completed in 5s with 0 passed, 78 failed and 0 skipped.

Test suite Passed Failed Skipped Time
ApplicationLogic.EventStoreDB.Tests.ShoppingCarts.AddProductItemToShoppingCartTests 18❌ 1s
ApplicationLogic.EventStoreDB.Tests.ShoppingCarts.CancelShoppingCartTests 15❌ 251ms
ApplicationLogic.EventStoreDB.Tests.ShoppingCarts.ConfirmShoppingCartTests 18❌ 401ms
ApplicationLogic.EventStoreDB.Tests.ShoppingCarts.OpenShoppingCartTests 6❌ 504ms
ApplicationLogic.EventStoreDB.Tests.ShoppingCarts.RemoveProductItemFromShoppingCartTests 21❌ 449ms

❌ ApplicationLogic.EventStoreDB.Tests.ShoppingCarts.AddProductItemToShoppingCartTests

❌ AddsProductItemToEmptyShoppingCart(apiPrefix: "immutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ AddsProductItemToEmptyShoppingCart(apiPrefix: "mixed")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ AddsProductItemToEmptyShoppingCart(apiPrefix: "mutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ AddsProductItemToNonEmptyShoppingCart(apiPrefix: "immutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ AddsProductItemToNonEmptyShoppingCart(apiPrefix: "mixed")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ AddsProductItemToNonEmptyShoppingCart(apiPrefix: "mutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantAddProductItemToCanceledShoppingCart(apiPrefix: "immutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantAddProductItemToCanceledShoppingCart(apiPrefix: "mixed")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantAddProductItemToCanceledShoppingCart(apiPrefix: "mutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantAddProductItemToConfirmedShoppingCart(apiPrefix: "immutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantAddProductItemToConfirmedShoppingCart(apiPrefix: "mixed")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantAddProductItemToConfirmedShoppingCart(apiPrefix: "mutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantAddProductItemToNotExistingShoppingCart(apiPrefix: "immutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantAddProductItemToNotExistingShoppingCart(apiPrefix: "mixed")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantAddProductItemToNotExistingShoppingCart(apiPrefix: "mutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ ReturnsNonEmptyShoppingCart(apiPrefix: "immutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ ReturnsNonEmptyShoppingCart(apiPrefix: "mixed")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ ReturnsNonEmptyShoppingCart(apiPrefix: "mutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.

❌ ApplicationLogic.EventStoreDB.Tests.ShoppingCarts.CancelShoppingCartTests

❌ CancelsNonEmptyShoppingCart(apiPrefix: "immutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CancelsNonEmptyShoppingCart(apiPrefix: "mixed")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CancelsNonEmptyShoppingCart(apiPrefix: "mutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantCancelAlreadyCanceledShoppingCart(apiPrefix: "immutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantCancelAlreadyCanceledShoppingCart(apiPrefix: "mixed")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantCancelAlreadyCanceledShoppingCart(apiPrefix: "mutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantCancelConfirmedShoppingCart(apiPrefix: "immutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantCancelConfirmedShoppingCart(apiPrefix: "mixed")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantCancelConfirmedShoppingCart(apiPrefix: "mutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantCancelNotExistingShoppingCart(apiPrefix: "immutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantCancelNotExistingShoppingCart(apiPrefix: "mixed")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantCancelNotExistingShoppingCart(apiPrefix: "mutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ ReturnsNonEmptyShoppingCart(apiPrefix: "immutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ ReturnsNonEmptyShoppingCart(apiPrefix: "mixed")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ ReturnsNonEmptyShoppingCart(apiPrefix: "mutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.

❌ ApplicationLogic.EventStoreDB.Tests.ShoppingCarts.ConfirmShoppingCartTests

❌ CantConfirmAlreadyConfirmedShoppingCart(apiPrefix: "immutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantConfirmAlreadyConfirmedShoppingCart(apiPrefix: "mixed")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantConfirmAlreadyConfirmedShoppingCart(apiPrefix: "mutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantConfirmCanceledShoppingCart(apiPrefix: "immutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantConfirmCanceledShoppingCart(apiPrefix: "mixed")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantConfirmCanceledShoppingCart(apiPrefix: "mutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantConfirmEmptyShoppingCart(apiPrefix: "immutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantConfirmEmptyShoppingCart(apiPrefix: "mixed")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantConfirmEmptyShoppingCart(apiPrefix: "mutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantConfirmNotExistingShoppingCart(apiPrefix: "immutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantConfirmNotExistingShoppingCart(apiPrefix: "mixed")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantConfirmNotExistingShoppingCart(apiPrefix: "mutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ ConfirmsNonEmptyShoppingCart(apiPrefix: "immutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ ConfirmsNonEmptyShoppingCart(apiPrefix: "mixed")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ ConfirmsNonEmptyShoppingCart(apiPrefix: "mutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ ReturnsNonEmptyShoppingCart(apiPrefix: "immutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ ReturnsNonEmptyShoppingCart(apiPrefix: "mixed")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ ReturnsNonEmptyShoppingCart(apiPrefix: "mutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.

❌ ApplicationLogic.EventStoreDB.Tests.ShoppingCarts.OpenShoppingCartTests

❌ OpensShoppingCart(apiPrefix: "immutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ OpensShoppingCart(apiPrefix: "mixed")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ OpensShoppingCart(apiPrefix: "mutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ ReturnsOpenedShoppingCart(apiPrefix: "immutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ ReturnsOpenedShoppingCart(apiPrefix: "mixed")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ ReturnsOpenedShoppingCart(apiPrefix: "mutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.

❌ ApplicationLogic.EventStoreDB.Tests.ShoppingCarts.RemoveProductItemFromShoppingCartTests

❌ CanRemoveExistingProductItemFromShoppingCart(apiPrefix: "immutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CanRemoveExistingProductItemFromShoppingCart(apiPrefix: "mixed")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CanRemoveExistingProductItemFromShoppingCart(apiPrefix: "mutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantRemoveExistingProductItemFromCanceledShoppingCart(apiPrefix: "immutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantRemoveExistingProductItemFromCanceledShoppingCart(apiPrefix: "mixed")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantRemoveExistingProductItemFromCanceledShoppingCart(apiPrefix: "mutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantRemoveExistingProductItemFromConfirmedShoppingCart(apiPrefix: "immutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantRemoveExistingProductItemFromConfirmedShoppingCart(apiPrefix: "mixed")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantRemoveExistingProductItemFromConfirmedShoppingCart(apiPrefix: "mutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantRemoveNonExistingProductItemFromEmptyShoppingCart(apiPrefix: "immutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantRemoveNonExistingProductItemFromEmptyShoppingCart(apiPrefix: "mixed")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantRemoveNonExistingProductItemFromEmptyShoppingCart(apiPrefix: "mutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantRemoveProductItemFromEmptyShoppingCart(apiPrefix: "immutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantRemoveProductItemFromEmptyShoppingCart(apiPrefix: "mixed")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantRemoveProductItemFromEmptyShoppingCart(apiPrefix: "mutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantRemoveProductItemFromNotExistingShoppingCart(apiPrefix: "immutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantRemoveProductItemFromNotExistingShoppingCart(apiPrefix: "mixed")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantRemoveProductItemFromNotExistingShoppingCart(apiPrefix: "mutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ ReturnsNonEmptyShoppingCart(apiPrefix: "immutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ ReturnsNonEmptyShoppingCart(apiPrefix: "mixed")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ ReturnsNonEmptyShoppingCart(apiPrefix: "mutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.

✔️ Workshops/IntroductionToEventSourcing/Solved/09-BusinessLogic.EventStoreDB/bin/TestResults/net8.0/test-results.trx

3 tests were completed in 2s with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
IntroductionToEventSourcing.BusinessLogic.Immutable.BusinessLogicTests 1✔️ 520ms
IntroductionToEventSourcing.BusinessLogic.Mixed.BusinessLogicTests 1✔️ 519ms
IntroductionToEventSourcing.BusinessLogic.Mutable.BusinessLogicTests 1✔️ 499ms

✔️ Workshops/IntroductionToEventSourcing/Solved/10-OptimisticConcurrency.Marten.Tests/bin/TestResults/net8.0/test-results.trx

84 tests were completed in 28s with 84 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
OptimisticConcurrency.Marten.Tests.ShoppingCarts.AddProductItemToShoppingCartTests 18✔️ 5s
OptimisticConcurrency.Marten.Tests.ShoppingCarts.CancelShoppingCartTests 15✔️ 3s
OptimisticConcurrency.Marten.Tests.ShoppingCarts.ConfirmShoppingCartTests 18✔️ 2s
OptimisticConcurrency.Marten.Tests.ShoppingCarts.OpenShoppingCartTests 6✔️ 5s
OptimisticConcurrency.Marten.Tests.ShoppingCarts.RemoveProductItemFromShoppingCartTests 27✔️ 11s

❌ Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx

84 tests were completed in 5s with 0 passed, 84 failed and 0 skipped.

Test suite Passed Failed Skipped Time
OptimisticConcurrency.EventStoreDB.Tests.ShoppingCarts.AddProductItemToShoppingCartTests 18❌ 370ms
OptimisticConcurrency.EventStoreDB.Tests.ShoppingCarts.CancelShoppingCartTests 15❌ 2s
OptimisticConcurrency.EventStoreDB.Tests.ShoppingCarts.ConfirmShoppingCartTests 18❌ 278ms
OptimisticConcurrency.EventStoreDB.Tests.ShoppingCarts.OpenShoppingCartTests 6❌ 182ms
OptimisticConcurrency.EventStoreDB.Tests.ShoppingCarts.RemoveProductItemFromShoppingCartTests 27❌ 353ms

❌ OptimisticConcurrency.EventStoreDB.Tests.ShoppingCarts.AddProductItemToShoppingCartTests

❌ AddsProductItemToEmptyShoppingCart(apiPrefix: "immutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ AddsProductItemToEmptyShoppingCart(apiPrefix: "mixed")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ AddsProductItemToEmptyShoppingCart(apiPrefix: "mutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ AddsProductItemToNonEmptyShoppingCart(apiPrefix: "immutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ AddsProductItemToNonEmptyShoppingCart(apiPrefix: "mixed")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ AddsProductItemToNonEmptyShoppingCart(apiPrefix: "mutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantAddProductItemToCanceledShoppingCart(apiPrefix: "immutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantAddProductItemToCanceledShoppingCart(apiPrefix: "mixed")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantAddProductItemToCanceledShoppingCart(apiPrefix: "mutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantAddProductItemToConfirmedShoppingCart(apiPrefix: "immutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantAddProductItemToConfirmedShoppingCart(apiPrefix: "mixed")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantAddProductItemToConfirmedShoppingCart(apiPrefix: "mutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantAddProductItemToNotExistingShoppingCart(apiPrefix: "immutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantAddProductItemToNotExistingShoppingCart(apiPrefix: "mixed")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantAddProductItemToNotExistingShoppingCart(apiPrefix: "mutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ ReturnsNonEmptyShoppingCart(apiPrefix: "immutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ ReturnsNonEmptyShoppingCart(apiPrefix: "mixed")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ ReturnsNonEmptyShoppingCart(apiPrefix: "mutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.

❌ OptimisticConcurrency.EventStoreDB.Tests.ShoppingCarts.CancelShoppingCartTests

❌ CancelsNonEmptyShoppingCart(apiPrefix: "immutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CancelsNonEmptyShoppingCart(apiPrefix: "mixed")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CancelsNonEmptyShoppingCart(apiPrefix: "mutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantCancelAlreadyCanceledShoppingCart(apiPrefix: "immutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantCancelAlreadyCanceledShoppingCart(apiPrefix: "mixed")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantCancelAlreadyCanceledShoppingCart(apiPrefix: "mutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantCancelConfirmedShoppingCart(apiPrefix: "immutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantCancelConfirmedShoppingCart(apiPrefix: "mixed")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantCancelConfirmedShoppingCart(apiPrefix: "mutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantCancelNotExistingShoppingCart(apiPrefix: "immutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantCancelNotExistingShoppingCart(apiPrefix: "mixed")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ CantCancelNotExistingShoppingCart(apiPrefix: "mutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ ReturnsNonEmptyShoppingCart(apiPrefix: "immutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ ReturnsNonEmptyShoppingCart(apiPrefix: "mixed")
	System.InvalidOperationException : The server has not been started or no web application was configured.
❌ ReturnsNonEmptyShoppingCart(apiPrefix: "mutable")
	System.InvalidOperationException : The server has not been started or no web application was configured.

❌ OptimisticConcurrency.EventStoreDB.Tests.ShoppingCarts.ConfirmShoppingCartTests

❌ CantConfirmAlreadyConfirmedShoppingCart(apiPrefix: "immutable")

Report exceeded GitHub limit of 65535 bytes and has been trimmed

Annotations

Check failure on line 0 in Sample/EventStoreDB/Simple/ECommerce.Api.Tests/bin/TestResults/net8.0/test-results.trx

See this annotation in the file changed.

@github-actions github-actions / Tests Results

ECommerce.Api.Tests.ShoppingCarts.Canceling.CancelShoppingCartTests ► Delete_Should_Return_OK_And_Cancel_Shopping_Cart

Failed test found in:
  Sample/EventStoreDB/Simple/ECommerce.Api.Tests/bin/TestResults/net8.0/test-results.trx
Error:
  Expected object not to be <null> because ETag response header should be defined.
Raw output
Expected object not to be <null> because ETag response header should be defined.
   at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message)
   at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message)
   at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc)
   at FluentAssertions.Execution.AssertionScope.FailWith(String message)
   at FluentAssertions.Primitives.ReferenceTypeAssertions`2.NotBeNull(String because, Object[] becauseArgs)
   at Ogooreck.API.ApiSpecification.<>c__DisplayClass58_0.<RESPONSE_ETAG_HEADER>b__0(HttpResponseHeaders headers)
   at Ogooreck.API.ApiSpecification.<>c__DisplayClass60_0.<RESPONSE_HEADERS>b__0(HttpResponseMessage response, TestContext ctx)
   at Ogooreck.API.ApiSpecification.<>c__DisplayClass61_0.<<RESPONSE_ETAG_IS>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at Ogooreck.API.RetryPolicy.Perform(Func`2 send, TestContext testContext, CancellationToken ct)
   at Ogooreck.API.WhenApiSpecificationBuilder.Then(IEnumerable`1 thens, CancellationToken ct)
--- End of stack trace from previous location ---

Check failure on line 0 in Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx

See this annotation in the file changed.

@github-actions github-actions / Tests Results

ApplicationLogic.EventStoreDB.Tests.ShoppingCarts.AddProductItemToShoppingCartTests ► AddsProductItemToEmptyShoppingCart(apiPrefix: "immutable")

Failed test found in:
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/09-ApplicationLogic.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
Error:
  System.InvalidOperationException : The server has not been started or no web application was configured.
Raw output
System.InvalidOperationException : The server has not been started or no web application was configured.
   at Microsoft.AspNetCore.TestHost.TestServer.get_Application()
   at Microsoft.AspNetCore.TestHost.TestServer.CreateHandler()
   at Microsoft.AspNetCore.Mvc.Testing.WebApplicationFactory`1.CreateDefaultClient(DelegatingHandler[] handlers)
   at Microsoft.AspNetCore.Mvc.Testing.WebApplicationFactory`1.CreateDefaultClient(Uri baseAddress, DelegatingHandler[] handlers)
   at Microsoft.AspNetCore.Mvc.Testing.WebApplicationFactory`1.CreateClient(WebApplicationFactoryClientOptions options)
   at Microsoft.AspNetCore.Mvc.Testing.WebApplicationFactory`1.CreateClient()
   at Ogooreck.API.WhenApiSpecificationBuilder.Then(IEnumerable`1 thens, CancellationToken ct)
--- End of stack trace from previous location ---

Check failure on line 0 in Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx

See this annotation in the file changed.

@github-actions github-actions / Tests Results

OptimisticConcurrency.EventStoreDB.Tests.ShoppingCarts.AddProductItemToShoppingCartTests ► AddsProductItemToEmptyShoppingCart(apiPrefix: "immutable")

Failed test found in:
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
  Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB.Tests/bin/TestResults/net8.0/test-results.trx
Error:
  System.InvalidOperationException : The server has not been started or no web application was configured.
Raw output
System.InvalidOperationException : The server has not been started or no web application was configured.
   at Microsoft.AspNetCore.TestHost.TestServer.get_Application()
   at Microsoft.AspNetCore.TestHost.TestServer.CreateHandler()
   at Microsoft.AspNetCore.Mvc.Testing.WebApplicationFactory`1.CreateDefaultClient(DelegatingHandler[] handlers)
   at Microsoft.AspNetCore.Mvc.Testing.WebApplicationFactory`1.CreateDefaultClient(Uri baseAddress, DelegatingHandler[] handlers)
   at Microsoft.AspNetCore.Mvc.Testing.WebApplicationFactory`1.CreateClient(WebApplicationFactoryClientOptions options)
   at Microsoft.AspNetCore.Mvc.Testing.WebApplicationFactory`1.CreateClient()
   at Ogooreck.API.WhenApiSpecificationBuilder.Then(IEnumerable`1 thens, CancellationToken ct)
--- End of stack trace from previous location ---