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

Commit f1421a9

Browse files
committed
Allow DBNull conflict with data.common & corelib
1 parent 15d74f5 commit f1421a9

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

pkg/test/frameworkSettings/netcoreapp1.0/settings.targets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@
2222
<IgnoredTypes Include="System.Threading.CountdownEvent" />
2323
<IgnoredTypes Include="System.Threading.IOCompletionCallback" />
2424
<IgnoredTypes Include="System.Threading.NativeOverlapped" />
25+
<IgnoredTypes Include="System.DBNull" />
2526
</ItemGroup>
2627
</Project>

pkg/test/frameworkSettings/netcoreapp1.1/settings.targets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@
2424
<IgnoredTypes Include="System.Threading.CountdownEvent" />
2525
<IgnoredTypes Include="System.Threading.IOCompletionCallback" />
2626
<IgnoredTypes Include="System.Threading.NativeOverlapped" />
27+
<IgnoredTypes Include="System.DBNull" />
2728
</ItemGroup>
2829
</Project>

pkg/test/frameworkSettings/netcoreapp2.0/settings.targets

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@
1313
<IgnoredTypes Include="System.Threading.Overlapped" />
1414
<IgnoredTypes Include="System.Threading.PreAllocatedOverlapped" />
1515
<IgnoredTypes Include="System.Threading.ThreadPoolBoundHandle" />
16+
17+
<IgnoredTypes Include="System.DBNull" />
1618
</ItemGroup>
1719
</Project>

0 commit comments

Comments
 (0)