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
Copy file name to clipboardExpand all lines: src/ServiceControl.Transports.RabbitMQ/RabbitMQConventionalRoutingTransportCustomization.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ public abstract class RabbitMQConventionalRoutingTransportCustomization(NService
11
11
{
12
12
RabbitMQTransportrabbitMQTransport;
13
13
14
-
ManagementClientIManagementClientProvider.ManagementClient=>rabbitMQTransport?.ManagementClient??thrownewInvalidOperationException("Transport instance has not been created yet.");
Copy file name to clipboardExpand all lines: src/ServiceControl.Transports.RabbitMQ/RabbitMQDirectRoutingTransportCustomization.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ public abstract class RabbitMQDirectRoutingTransportCustomization(NServiceBus.Qu
11
11
{
12
12
RabbitMQTransportrabbitMQTransport;
13
13
14
-
ManagementClientIManagementClientProvider.ManagementClient=>rabbitMQTransport?.ManagementClient??thrownewInvalidOperationException("Transport instance has not been created yet.");
Copy file name to clipboardExpand all lines: src/ServiceControl.Transports.RabbitMQQuorumDirectRouting.Tests/ApprovalFiles/RabbitMQQueryTests.TestConnectionWithInvalidSettings.approved.txt
Copy file name to clipboardExpand all lines: src/ServiceControl.Transports.RabbitMQQuorumDirectRouting.Tests/ApprovalFiles/RabbitMQQueryTests.TestConnectionWithValidSettings.approved.txt
Copy file name to clipboardExpand all lines: src/ServiceControl.Transports.RabbitMQQuorumDirectRouting.Tests/ServiceControl.Transports.RabbitMQQuorumDirectRouting.Tests.csproj
0 commit comments