Skip to content

Commit

Permalink
update InternalsVisibleTo usage (#1577)
Browse files Browse the repository at this point in the history
  • Loading branch information
WeihanLi authored Sep 3, 2024
1 parent 36a0204 commit 32da649
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 16 deletions.
3 changes: 0 additions & 3 deletions src/KubernetesClient.Classic/AssemblyInfo.cs

This file was deleted.

6 changes: 5 additions & 1 deletion src/KubernetesClient.Classic/KubernetesClient.Classic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
<PackageReference Include="System.Text.Json" />
</ItemGroup>

<ItemGroup>
<InternalsVisibleTo Include="KubernetesClient.Tests" />
</ItemGroup>

<ItemGroup>
<Compile Include="..\KubernetesClient\Models\ContainerMetrics.cs" />
<Compile Include="..\KubernetesClient\Extensions.cs" />
Expand Down Expand Up @@ -123,4 +127,4 @@
<ItemGroup>
<ProjectReference Include="..\LibKubernetesGenerator\generators\LibKubernetesGenerator\LibKubernetesGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
</ItemGroup>
</Project>
</Project>
6 changes: 0 additions & 6 deletions src/KubernetesClient.ModelConverter/AssemblyInfo.cs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,16 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\LibKubernetesGenerator\generators\LibKubernetesGenerator.Automapper\LibKubernetesGenerator.Automapper.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
<ProjectReference Include="..\LibKubernetesGenerator\generators\LibKubernetesGenerator.Automapper\LibKubernetesGenerator.Automapper.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\KubernetesClient\KubernetesClient.csproj" />
<PackageReference Include="AutoMapper" />
<ProjectReference Include="..\KubernetesClient\KubernetesClient.csproj" />
<PackageReference Include="AutoMapper" />
</ItemGroup>

<ItemGroup>
<InternalsVisibleTo Include="KubernetesClient.Tests" />
</ItemGroup>

</Project>
3 changes: 0 additions & 3 deletions src/KubernetesClient/AssemblyInfo.cs

This file was deleted.

4 changes: 4 additions & 0 deletions src/KubernetesClient/KubernetesClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,8 @@
<ProjectReference Include="..\LibKubernetesGenerator\generators\LibKubernetesGenerator\LibKubernetesGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
</ItemGroup>

<ItemGroup>
<InternalsVisibleTo Include="KubernetesClient.Tests" />
</ItemGroup>

</Project>

0 comments on commit 32da649

Please sign in to comment.