Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit e520b6d

Browse files
author
Atsushi Kanamori
committed
System.Transactions.Local.Tests now at 0 failures on ILC.
1 parent f103b80 commit e520b6d

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<Directives xmlns="http://schemas.microsoft.com/netfx/2013/01/metadata">
2+
<Library>
3+
<!-- VerifySoftDependencies() helper in test reflects on these types and caches a bunch of members -->
4+
<Type Name="System.Transactions.IPromotableSinglePhaseNotification" Dynamic="Required Public" />
5+
<Type Name="System.Transactions.Transaction" Dynamic="Required Public" />
6+
<Type Name="System.Transactions.TransactionInterop" Dynamic="Required Public" />
7+
8+
<!-- XUnit causes indirect Reflection on these due to them appearing in InlineData attributes. -->
9+
<Type Name="System.Transactions.TransactionScopeOption" Dynamic="Required Public" />
10+
</Library>
11+
</Directives>
12+
13+

src/System.Transactions.Local/tests/System.Transactions.Local.Tests.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,8 @@
2222
<Link>Common\System\AssertExtensions.cs</Link>
2323
</Compile>
2424
</ItemGroup>
25+
<ItemGroup>
26+
<EmbeddedResource Include="Resources\$(AssemblyName).rd.xml" />
27+
</ItemGroup>
2528
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
26-
</Project>
29+
</Project>

0 commit comments

Comments
 (0)