Update dependency NUnit3TestAdapter to 6.1.0 #2606
Annotations
20 errors
|
Should_guide_user_towards_success:
/_/src/ServiceBus.AcceptanceTests/When_no_connection_string_is_provided.cs#L23
Exception should be thrown at endpoint creation so that the error will be found during functions startup
Assert.That(caughtException, expression)
Expected: <System.Exception>
But was: <System.NullReferenceException: Object reference not set to an instance of an object.
at ServiceBus.Tests.FunctionEndpointComponent.FunctionRunner.Stop(CancellationToken cancellationToken) in /_/src/ServiceBus.AcceptanceTests/FunctionEndpointComponent.cs:line 253
at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.StopEndpoint(ComponentRunner endpoint, CancellationToken cancellationToken) in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 196
at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.StopEndpoints(IEnumerable`1 endpoints) in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 185
at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.PerformScenarios(ComponentRunner[] runners) in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 113
at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.PerformTestRun() in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 60
at NServiceBus.AcceptanceTesting.ScenarioWithContext`1.Run(RunSettings settings) in /_/src/NServiceBus.AcceptanceTesting/ScenarioWithContext.cs:line 52
at ServiceBus.Tests.When_no_connection_string_is_provided.<>c.<<Should_guide_user_towards_success>b__1_0>d.MoveNext() in /_/src/ServiceBus.AcceptanceTests/When_no_connection_string_is_provided.cs:line 23
--- End of stack trace from previous location ---
at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.GetResult()
at NUnit.Framework.Internal.AsyncToSyncAdapter.Await[TResult](TestExecutionContext context, Func`1 invoke)
at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(TestExecutionContext context, Func`1 invoke)
at NUnit.Framework.Assert.ThrowsAsync(IResolveConstraint expression, AsyncTestDelegate code, String message, Object[] args)>
|
|
Should_be_moved_to_the_error_queue(SendsAtomicWithReceive):
/_/src/ServiceBus.AcceptanceTests/When_message_is_failing_all_processing_attempts.cs#L17
Assert.That(caughtException, expression)
Expected: <NServiceBus.AcceptanceTesting.Support.MessageFailedException>
But was: <System.NullReferenceException: Object reference not set to an instance of an object.
at ServiceBus.Tests.FunctionEndpointComponent.FunctionRunner.Stop(CancellationToken cancellationToken) in /_/src/ServiceBus.AcceptanceTests/FunctionEndpointComponent.cs:line 253
at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.StopEndpoint(ComponentRunner endpoint, CancellationToken cancellationToken) in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 196
at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.StopEndpoints(IEnumerable`1 endpoints) in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 185
at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.PerformScenarios(ComponentRunner[] runners) in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 113
at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.PerformTestRun() in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 60
at NServiceBus.AcceptanceTesting.ScenarioWithContext`1.Run(RunSettings settings) in /_/src/NServiceBus.AcceptanceTesting/ScenarioWithContext.cs:line 52
at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.GetResult()
at NUnit.Framework.Internal.AsyncToSyncAdapter.Await[TResult](TestExecutionContext context, Func`1 invoke)
at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(TestExecutionContext context, Func`1 invoke)
at NUnit.Framework.Assert.ThrowsAsync(IResolveConstraint expression, AsyncTestDelegate code, String message, Object[] args)>
|
|
Should_be_moved_to_the_error_queue(ReceiveOnly):
/_/src/ServiceBus.AcceptanceTests/When_message_is_failing_all_processing_attempts.cs#L17
Assert.That(caughtException, expression)
Expected: <NServiceBus.AcceptanceTesting.Support.MessageFailedException>
But was: <System.NullReferenceException: Object reference not set to an instance of an object.
at ServiceBus.Tests.FunctionEndpointComponent.FunctionRunner.Stop(CancellationToken cancellationToken) in /_/src/ServiceBus.AcceptanceTests/FunctionEndpointComponent.cs:line 253
at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.StopEndpoint(ComponentRunner endpoint, CancellationToken cancellationToken) in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 196
at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.StopEndpoints(IEnumerable`1 endpoints) in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 185
at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.PerformScenarios(ComponentRunner[] runners) in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 113
at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.PerformTestRun() in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 60
at NServiceBus.AcceptanceTesting.ScenarioWithContext`1.Run(RunSettings settings) in /_/src/NServiceBus.AcceptanceTesting/ScenarioWithContext.cs:line 52
at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.GetResult()
at NUnit.Framework.Internal.AsyncToSyncAdapter.Await[TResult](TestExecutionContext context, Func`1 invoke)
at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(TestExecutionContext context, Func`1 invoke)
at NUnit.Framework.Assert.ThrowsAsync(IResolveConstraint expression, AsyncTestDelegate code, String message, Object[] args)>
|
|
Should_throw_exception(SendsAtomicWithReceive):
/_/src/ServiceBus.AcceptanceTests/When_message_fails_with_disabled_error_queue.cs#L15
Assert.That(caughtException, expression)
Expected: <System.Exception>
But was: <System.NullReferenceException: Object reference not set to an instance of an object.
at ServiceBus.Tests.FunctionEndpointComponent.FunctionRunner.Stop(CancellationToken cancellationToken) in /_/src/ServiceBus.AcceptanceTests/FunctionEndpointComponent.cs:line 253
at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.StopEndpoint(ComponentRunner endpoint, CancellationToken cancellationToken) in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 196
at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.StopEndpoints(IEnumerable`1 endpoints) in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 185
at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.PerformScenarios(ComponentRunner[] runners) in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 113
at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.PerformTestRun() in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 60
at NServiceBus.AcceptanceTesting.ScenarioWithContext`1.Run(RunSettings settings) in /_/src/NServiceBus.AcceptanceTesting/ScenarioWithContext.cs:line 52
at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.GetResult()
at NUnit.Framework.Internal.AsyncToSyncAdapter.Await[TResult](TestExecutionContext context, Func`1 invoke)
at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(TestExecutionContext context, Func`1 invoke)
at NUnit.Framework.Assert.ThrowsAsync(IResolveConstraint expression, AsyncTestDelegate code, String message, Object[] args)>
|
|
Should_throw_exception(ReceiveOnly):
/_/src/ServiceBus.AcceptanceTests/When_message_fails_with_disabled_error_queue.cs#L15
Assert.That(caughtException, expression)
Expected: <System.Exception>
But was: <System.NullReferenceException: Object reference not set to an instance of an object.
at ServiceBus.Tests.FunctionEndpointComponent.FunctionRunner.Stop(CancellationToken cancellationToken) in /_/src/ServiceBus.AcceptanceTests/FunctionEndpointComponent.cs:line 253
at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.StopEndpoint(ComponentRunner endpoint, CancellationToken cancellationToken) in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 196
at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.StopEndpoints(IEnumerable`1 endpoints) in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 185
at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.PerformScenarios(ComponentRunner[] runners) in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 113
at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.PerformTestRun() in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 60
at NServiceBus.AcceptanceTesting.ScenarioWithContext`1.Run(RunSettings settings) in /_/src/NServiceBus.AcceptanceTesting/ScenarioWithContext.cs:line 52
at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.GetResult()
at NUnit.Framework.Internal.AsyncToSyncAdapter.Await[TResult](TestExecutionContext context, Func`1 invoke)
at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(TestExecutionContext context, Func`1 invoke)
at NUnit.Framework.Assert.ThrowsAsync(IResolveConstraint expression, AsyncTestDelegate code, String message, Object[] args)>
|
|
Should_dispatch_outgoing_messages_from_the_outbox(ReceiveOnly):
/_/src/ServiceBus.AcceptanceTests/When_incoming_message_is_not_acknowledged.cs#L17
System.Exception : The selected persistence doesn't have support for saga storage. Select another persistence or disable the sagas feature using endpointConfiguration.DisableFeature<Sagas>()
|
|
Should_invoke_the_handler_to_process_it(SendsAtomicWithReceive):
/_/src/ServiceBus.AcceptanceTests/When_message_is_received.cs#L15
System.NullReferenceException : Object reference not set to an instance of an object.
|
|
Should_invoke_the_handler_to_process_it(ReceiveOnly):
/_/src/ServiceBus.AcceptanceTests/When_message_is_received.cs#L15
System.NullReferenceException : Object reference not set to an instance of an object.
|
|
Should_publish_to_subscribers(ReceiveOnly):
/_/src/ServiceBus.AcceptanceTests/When_failing_to_process_message.cs#L34
System.Exception : The selected persistence doesn't have support for saga storage. Select another persistence or disable the sagas feature using endpointConfiguration.DisableFeature<Sagas>()
|
|
Should_not_publish_to_subscribers(SendsAtomicWithReceive):
/_/src/ServiceBus.AcceptanceTests/When_failing_to_process_message.cs#L18
System.Exception : The selected persistence doesn't have support for saga storage. Select another persistence or disable the sagas feature using endpointConfiguration.DisableFeature<Sagas>()
|
|
Should_guide_user_towards_success:
/_/src/ServiceBus.AcceptanceTests/When_no_connection_string_is_provided.cs#L23
Exception should be thrown at endpoint creation so that the error will be found during functions startup
Assert.That(caughtException, expression)
Expected: <System.Exception>
But was: <System.NullReferenceException: Object reference not set to an instance of an object.
at ServiceBus.Tests.FunctionEndpointComponent.FunctionRunner.Stop(CancellationToken cancellationToken) in /_/src/ServiceBus.AcceptanceTests/FunctionEndpointComponent.cs:line 253
at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.StopEndpoint(ComponentRunner endpoint, CancellationToken cancellationToken) in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 196
at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.StopEndpoints(IEnumerable`1 endpoints) in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 185
at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.PerformScenarios(ComponentRunner[] runners) in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 113
at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.PerformTestRun() in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 60
at NServiceBus.AcceptanceTesting.ScenarioWithContext`1.Run(RunSettings settings) in /_/src/NServiceBus.AcceptanceTesting/ScenarioWithContext.cs:line 52
at ServiceBus.Tests.When_no_connection_string_is_provided.<>c.<<Should_guide_user_towards_success>b__1_0>d.MoveNext() in /_/src/ServiceBus.AcceptanceTests/When_no_connection_string_is_provided.cs:line 23
--- End of stack trace from previous location ---
at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.GetResult()
at NUnit.Framework.Internal.AsyncToSyncAdapter.Await[TResult](TestExecutionContext context, Func`1 invoke)
at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(TestExecutionContext context, Func`1 invoke)
at NUnit.Framework.Assert.ThrowsAsync(IResolveConstraint expression, AsyncTestDelegate code, String message, Object[] args)>
|
|
Should_be_moved_to_the_error_queue(SendsAtomicWithReceive):
/_/src/ServiceBus.AcceptanceTests/When_message_is_failing_all_processing_attempts.cs#L17
Assert.That(caughtException, expression)
Expected: <NServiceBus.AcceptanceTesting.Support.MessageFailedException>
But was: <System.NullReferenceException: Object reference not set to an instance of an object.
at ServiceBus.Tests.FunctionEndpointComponent.FunctionRunner.Stop(CancellationToken cancellationToken) in /_/src/ServiceBus.AcceptanceTests/FunctionEndpointComponent.cs:line 253
at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.StopEndpoint(ComponentRunner endpoint, CancellationToken cancellationToken) in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 196
at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.StopEndpoints(IEnumerable`1 endpoints) in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 185
at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.PerformScenarios(ComponentRunner[] runners) in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 113
at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.PerformTestRun() in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 60
at NServiceBus.AcceptanceTesting.ScenarioWithContext`1.Run(RunSettings settings) in /_/src/NServiceBus.AcceptanceTesting/ScenarioWithContext.cs:line 52
at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.GetResult()
at NUnit.Framework.Internal.AsyncToSyncAdapter.Await[TResult](TestExecutionContext context, Func`1 invoke)
at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(TestExecutionContext context, Func`1 invoke)
at NUnit.Framework.Assert.ThrowsAsync(IResolveConstraint expression, AsyncTestDelegate code, String message, Object[] args)>
|
|
Should_be_moved_to_the_error_queue(ReceiveOnly):
/_/src/ServiceBus.AcceptanceTests/When_message_is_failing_all_processing_attempts.cs#L17
Assert.That(caughtException, expression)
Expected: <NServiceBus.AcceptanceTesting.Support.MessageFailedException>
But was: <System.NullReferenceException: Object reference not set to an instance of an object.
at ServiceBus.Tests.FunctionEndpointComponent.FunctionRunner.Stop(CancellationToken cancellationToken) in /_/src/ServiceBus.AcceptanceTests/FunctionEndpointComponent.cs:line 253
at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.StopEndpoint(ComponentRunner endpoint, CancellationToken cancellationToken) in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 196
at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.StopEndpoints(IEnumerable`1 endpoints) in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 185
at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.PerformScenarios(ComponentRunner[] runners) in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 113
at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.PerformTestRun() in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 60
at NServiceBus.AcceptanceTesting.ScenarioWithContext`1.Run(RunSettings settings) in /_/src/NServiceBus.AcceptanceTesting/ScenarioWithContext.cs:line 52
at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.GetResult()
at NUnit.Framework.Internal.AsyncToSyncAdapter.Await[TResult](TestExecutionContext context, Func`1 invoke)
at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(TestExecutionContext context, Func`1 invoke)
at NUnit.Framework.Assert.ThrowsAsync(IResolveConstraint expression, AsyncTestDelegate code, String message, Object[] args)>
|
|
Should_throw_exception(SendsAtomicWithReceive):
/_/src/ServiceBus.AcceptanceTests/When_message_fails_with_disabled_error_queue.cs#L15
Assert.That(caughtException, expression)
Expected: <System.Exception>
But was: <System.NullReferenceException: Object reference not set to an instance of an object.
at ServiceBus.Tests.FunctionEndpointComponent.FunctionRunner.Stop(CancellationToken cancellationToken) in /_/src/ServiceBus.AcceptanceTests/FunctionEndpointComponent.cs:line 253
at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.StopEndpoint(ComponentRunner endpoint, CancellationToken cancellationToken) in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 196
at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.StopEndpoints(IEnumerable`1 endpoints) in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 185
at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.PerformScenarios(ComponentRunner[] runners) in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 113
at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.PerformTestRun() in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 60
at NServiceBus.AcceptanceTesting.ScenarioWithContext`1.Run(RunSettings settings) in /_/src/NServiceBus.AcceptanceTesting/ScenarioWithContext.cs:line 52
at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.GetResult()
at NUnit.Framework.Internal.AsyncToSyncAdapter.Await[TResult](TestExecutionContext context, Func`1 invoke)
at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(TestExecutionContext context, Func`1 invoke)
at NUnit.Framework.Assert.ThrowsAsync(IResolveConstraint expression, AsyncTestDelegate code, String message, Object[] args)>
|
|
Should_throw_exception(ReceiveOnly):
/_/src/ServiceBus.AcceptanceTests/When_message_fails_with_disabled_error_queue.cs#L15
Assert.That(caughtException, expression)
Expected: <System.Exception>
But was: <System.NullReferenceException: Object reference not set to an instance of an object.
at ServiceBus.Tests.FunctionEndpointComponent.FunctionRunner.Stop(CancellationToken cancellationToken) in /_/src/ServiceBus.AcceptanceTests/FunctionEndpointComponent.cs:line 253
at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.StopEndpoint(ComponentRunner endpoint, CancellationToken cancellationToken) in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 196
at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.StopEndpoints(IEnumerable`1 endpoints) in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 185
at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.PerformScenarios(ComponentRunner[] runners) in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 113
at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.PerformTestRun() in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 60
at NServiceBus.AcceptanceTesting.ScenarioWithContext`1.Run(RunSettings settings) in /_/src/NServiceBus.AcceptanceTesting/ScenarioWithContext.cs:line 52
at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.GetResult()
at NUnit.Framework.Internal.AsyncToSyncAdapter.Await[TResult](TestExecutionContext context, Func`1 invoke)
at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(TestExecutionContext context, Func`1 invoke)
at NUnit.Framework.Assert.ThrowsAsync(IResolveConstraint expression, AsyncTestDelegate code, String message, Object[] args)>
|
|
Should_dispatch_outgoing_messages_from_the_outbox(ReceiveOnly):
/_/src/ServiceBus.AcceptanceTests/When_incoming_message_is_not_acknowledged.cs#L17
System.Exception : The selected persistence doesn't have support for saga storage. Select another persistence or disable the sagas feature using endpointConfiguration.DisableFeature<Sagas>()
|
|
Should_invoke_the_handler_to_process_it(SendsAtomicWithReceive):
/_/src/ServiceBus.AcceptanceTests/When_message_is_received.cs#L15
System.NullReferenceException : Object reference not set to an instance of an object.
|
|
Should_invoke_the_handler_to_process_it(ReceiveOnly):
/_/src/ServiceBus.AcceptanceTests/When_message_is_received.cs#L15
System.NullReferenceException : Object reference not set to an instance of an object.
|
|
Should_publish_to_subscribers(ReceiveOnly):
/_/src/ServiceBus.AcceptanceTests/When_failing_to_process_message.cs#L34
System.Exception : The selected persistence doesn't have support for saga storage. Select another persistence or disable the sagas feature using endpointConfiguration.DisableFeature<Sagas>()
|
|
Should_not_publish_to_subscribers(SendsAtomicWithReceive):
/_/src/ServiceBus.AcceptanceTests/When_failing_to_process_message.cs#L18
System.Exception : The selected persistence doesn't have support for saga storage. Select another persistence or disable the sagas feature using endpointConfiguration.DisableFeature<Sagas>()
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
NuGet packages
Expired
|
75.1 KB |
sha256:0c09c8dffb1ba39b2ed00873f64822cec12c26075f09624f40749648b53ce1e6
|
|