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 b3ec8ee commit 226ee03Copy full SHA for 226ee03
src/tests/profiler/transitions/transitions.csproj
@@ -8,6 +8,8 @@
8
runincontext loads even framework assemblies into the unloadable
9
context, locals in this loop prevent unloading -->
10
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
11
+ <!-- Temporarily disabled due to https://github.com/dotnet/runtime/issues/106243 -->
12
+ <GCStressIncompatible>true</GCStressIncompatible>
13
</PropertyGroup>
14
<ItemGroup>
15
<Compile Include="$(MSBuildProjectName).cs" />
0 commit comments