Skip to content

Commit

Permalink
Added missing dependencies for TypeConverter tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Ricci committed Apr 10, 2021
1 parent e830f10 commit 86a878f
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eng/testing/ILLink.Descriptor.xunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
</type>
<type fullname="Xunit.Sdk.FactDiscoverer" />
</assembly>
<assembly fullname="Microsoft.DotNet.XUnitExtensions" />
<assembly fullname="xunit.core">
<namespace fullname="Xunit" />
</assembly>
<assembly fullname="xunit.runner.utility.netcoreapp10" />
</linker>
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<linker>
<assembly fullname="TestUtilities">
<namespace fullname="System" />
<type fullname="System.PlatformDetection" />
</assembly>
<assembly fullname="System" />
<assembly fullname="xunit.runner.utility.netcoreapp10" />
<assembly fullname="Microsoft.DotNet.XUnitExtensions"/>
<assembly fullname="mscorlib" />
<assembly fullname="Castle.Core">
<namespace fullname="Castle.DynamicProxy" />
<type fullname="Castle.DynamicProxy.Internal.CompositionInvocation" />
<type fullname="Castle.DynamicProxy.Internal.AbstractInvocation" />
<type fullname="Castle.DynamicProxy.Internal.InheritanceInvocation" />
</assembly>
<assembly fullname="Moq">
<type fullname="Moq.Internals.InterfaceProxy">
<method signature="System.Void .ctor()" />
</type>
</assembly>
</linker>
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,7 @@
<LastGenOutput>TestResx.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<TrimmerRootDescriptor Include="$(MSBuildThisFileDirectory)ILLink.Descriptor.xml" />
</ItemGroup>
</Project>

0 comments on commit 86a878f

Please sign in to comment.