Skip to content

Commit a615b4d

Browse files
Travis Nickelsbording
authored andcommitted
Make RabbitMQ transport internals visible to RabbitMQ transport tests
1 parent 71603c2 commit a615b4d

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

src/ServiceControl.Transports.RabbitMQ/ServiceControl.Transports.RabbitMQ.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,8 @@
2525
<Artifact Include="$(OutputPath)" DestinationFolder="@(InstanceName->'$(ArtifactsPath)%(Identity)\Transports\RabbitMQ')" />
2626
</ItemGroup>
2727

28+
<ItemGroup>
29+
<InternalsVisibleTo Include="ServiceControl.Transports.RabbitMQQuorumDirectRouting.Tests" Key="$(NServiceBusKey)"/>
30+
</ItemGroup>
31+
2832
</Project>

src/ServiceControl.Transports.RabbitMQQuorumDirectRouting.Tests/ServiceControl.Transports.RabbitMQQuorumDirectRouting.Tests.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
5+
<SignAssembly>true</SignAssembly>
6+
<AssemblyOriginatorKeyFile>..\NServiceBus.snk</AssemblyOriginatorKeyFile>
57
</PropertyGroup>
68

79
<ItemGroup>

src/TestHelper/TestHelper.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
5+
<SignAssembly>true</SignAssembly>
6+
<AssemblyOriginatorKeyFile>..\NServiceBus.snk</AssemblyOriginatorKeyFile>
57
</PropertyGroup>
68

79
<ItemGroup>

0 commit comments

Comments
 (0)