You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewException($"The event '{context.Message.MessageType}' being published by '{endpointName}' does not have a corresponding mapping in the PublisherMetadata. Add the following code to the endpoint configuration builder: metadata.RegisterSelfAsPublisherFor<{context.Message.MessageType}>(this);");
_=builder.AppendLine($"The following event(s) are being subscribed to by '{endpointName}' but do not have a corresponding mapping in the PublisherMetadata:");
Copy file name to clipboardexpand all lines: src/NServiceBus.AcceptanceTests/Core/AutomaticSubscriptions/When_excluding_event_type_from_autosubscribe.cs
Copy file name to clipboardexpand all lines: src/NServiceBus.AcceptanceTests/Core/AutomaticSubscriptions/When_starting_an_endpoint_with_a_saga.cs
+2-2
Original file line number
Diff line number
Diff line change
@@ -40,8 +40,8 @@ public Subscriber()
40
40
EndpointSetup<DefaultServer>((c,r)=>c.Pipeline.Register("SubscriptionSpy",newSubscriptionSpy((Context)r.ScenarioContext),"Spies on subscriptions made"),
Copy file name to clipboardexpand all lines: src/NServiceBus.AcceptanceTests/Core/AutomaticSubscriptions/When_starting_an_endpoint_with_a_saga_autosubscribe_disabled.cs
Copy file name to clipboardexpand all lines: src/NServiceBus.AcceptanceTests/Core/AutomaticSubscriptions/When_starting_an_endpoint_with_autosubscribe.cs
0 commit comments