We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4045d1b commit 35e23f7Copy full SHA for 35e23f7
src/tests/profiler/assembly/ALCTest.csproj
@@ -9,6 +9,8 @@
9
runincontext loads even framework assemblies into the unloadable
10
context, locals in this loop prevent unloading -->
11
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
12
+ <!-- Temporarily disabled due to https://github.com/dotnet/runtime/issues/106241 -->
13
+ <GCStressIncompatible>true</GCStressIncompatible>
14
</PropertyGroup>
15
<ItemGroup>
16
<Compile Include="$(MSBuildProjectName).cs" />
0 commit comments