Skip to content

Commit fc98c22

Browse files
committed
Move InternalsVisibleTo's into projects
1 parent c04d5f9 commit fc98c22

File tree

14 files changed

+51
-46
lines changed

14 files changed

+51
-46
lines changed

src/ServiceControl.Audit.Persistence.RavenDB/InternalsVisibleTo.cs

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/ServiceControl.Audit.Persistence.RavenDB/ServiceControl.Audit.Persistence.RavenDB.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,11 @@
3232
</ItemGroup>
3333

3434
<ItemGroup>
35+
<InternalsVisibleTo Include="ServiceControl.Audit.AcceptanceTests" />
3536
<InternalsVisibleTo Include="ServiceControl.Audit.AcceptanceTests.RavenDB" />
37+
<InternalsVisibleTo Include="ServiceControl.Audit.Persistence.Tests" />
38+
<InternalsVisibleTo Include="ServiceControl.Audit.Persistence.Tests.RavenDB" />
39+
<InternalsVisibleTo Include="ServiceControl.Audit.UnitTests" />
3640
</ItemGroup>
3741

3842
</Project>

src/ServiceControl.Audit/InternalsVisibleTo.cs

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/ServiceControl.Audit/ServiceControl.Audit.csproj

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,16 @@
4949
<Artifact Include="$(OutputPath)" FileExclude="ServiceControl.Audit.dll.config" DirExclude=".logs" DestinationFolder="$(ArtifactsPath)Particular.ServiceControl.Audit" />
5050
</ItemGroup>
5151

52+
<ItemGroup>
53+
<InternalsVisibleTo Include="ServiceControl.Audit.AcceptanceTests" />
54+
<InternalsVisibleTo Include="ServiceControl.Audit.AcceptanceTests.RavenDB" />
55+
<InternalsVisibleTo Include="ServiceControl.Audit.Persistence.InMemory" />
56+
<InternalsVisibleTo Include="ServiceControl.Audit.Persistence.RavenDB" />
57+
<InternalsVisibleTo Include="ServiceControl.Audit.Persistence.Tests" />
58+
<InternalsVisibleTo Include="ServiceControl.Audit.Persistence.Tests.RavenDB" />
59+
<InternalsVisibleTo Include="ServiceControl.Audit.UnitTests" />
60+
<InternalsVisibleTo Include="ServiceControl.Loadtests.Reporter" />
61+
<InternalsVisibleTo Include="ServiceControl.MultiInstance.AcceptanceTests" />
62+
</ItemGroup>
63+
5264
</Project>

src/ServiceControl.Config/InternalsVisibleTo.cs

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/ServiceControl.Config/ServiceControl.Config.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@
3636
<PackageReference Include="ReactiveUI.WPF" />
3737
</ItemGroup>
3838

39+
<ItemGroup>
40+
<InternalsVisibleTo Include="ServiceControl.Config.Tests" />
41+
</ItemGroup>
42+
3943
<ItemGroup>
4044
<ApplicationDefinition Remove="App.xaml" />
4145
<Page Include="App.xaml" />

src/ServiceControl.Monitoring/InternalsVisibleTo.cs

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/ServiceControl.Monitoring/ServiceControl.Monitoring.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,10 @@
3636
<Artifact Include="$(OutputPath)" FileExclude="ServiceControl.Monitoring.dll.config;nsb*.txt" DirExclude=".logs" DestinationFolder="$(ArtifactsPath)Particular.ServiceControl.Monitoring" />
3737
</ItemGroup>
3838

39+
<ItemGroup>
40+
<InternalsVisibleTo Include="ServiceControl.Monitoring.AcceptanceTests" />
41+
<InternalsVisibleTo Include="ServiceControl.Monitoring.SmokeTests" />
42+
<InternalsVisibleTo Include="ServiceControl.Monitoring.UnitTests" />
43+
</ItemGroup>
44+
3945
</Project>

src/ServiceControl.Persistence.RavenDB/InternalsVisibleTo.cs

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/ServiceControl.Persistence.RavenDB/ServiceControl.Persistence.RavenDB.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,12 @@
4444
<Artifact Condition="'$(CI)' != 'true' And '$(WindowsSelfContained)' != 'true'" Include="$(OutputPath)\RavenDBServer" DestinationFolder="$(ArtifactsPath)RavenDBServer" />
4545
</ItemGroup>
4646

47+
<ItemGroup>
48+
<InternalsVisibleTo Include="ServiceControl.AcceptanceTests.RavenDB" />
49+
<InternalsVisibleTo Include="ServiceControl.MultiInstance.AcceptanceTests" />
50+
<InternalsVisibleTo Include="ServiceControl.Persistence.Tests.RavenDB" />
51+
<InternalsVisibleTo Include="ServiceControl.PersistenceTests" />
52+
<InternalsVisibleTo Include="ServiceControl.UnitTests" />
53+
</ItemGroup>
54+
4755
</Project>

0 commit comments

Comments
 (0)