We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 513ff1a commit fff6a50Copy full SHA for fff6a50
src/tests/Interop/GCBridge/BridgeTest.csproj
@@ -3,6 +3,7 @@
3
<!-- Needed for CLRTestTargetUnsupported, CMakeProjectReference, GC.WaitForPendingFinalizers -->
4
<RequiresProcessIsolation>true</RequiresProcessIsolation>
5
<DisableProjectBuild Condition="'$(RuntimeFlavor)' == 'Mono'">true</DisableProjectBuild>
6
+ <GCStressIncompatible>true</GCStressIncompatible>
7
<!-- Support for native aot not yet implemented -->
8
<NativeAotIncompatible>true</NativeAotIncompatible>
9
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
0 commit comments