Skip to content

Commit b81c923

Browse files
authored
Prevent test from failing (#117657)
1 parent 58121ac commit b81c923

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<linker>
2+
<assembly fullname="xunit.assert">
3+
<type fullname="Xunit.Assert">
4+
<method name="IsType" />
5+
</type>
6+
</assembly>
7+
</linker>

src/libraries/Microsoft.CSharp/tests/Microsoft.CSharp.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<DebuggerSupport Condition="'$(DebuggerSupport)' == '' and ('$(TargetOS)' == 'browser' or '$(TargetOS)' == 'wasi')">true</DebuggerSupport>
1212
</PropertyGroup>
1313
<ItemGroup>
14+
<TrimmerRootDescriptor Include="$(MSBuildThisFileDirectory)ILLink.Descriptors.xml" />
1415
<Compile Include="$(CoreLibSharedDir)System\Runtime\CompilerServices\IsExternalInit.cs" Link="Common\System\Runtime\CompilerServices\IsExternalInit.cs" />
1516
<Compile Include="AccessTests.cs" />
1617
<Compile Include="ArrayHandling.cs" />

0 commit comments

Comments
 (0)