We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e344cf commit df6db4aCopy full SHA for df6db4a
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