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 4222e69 commit a33b9d8Copy full SHA for a33b9d8
src/tests/profiler/rejit/rejit.csproj
@@ -12,6 +12,8 @@
12
runincontext loads even framework assemblies into the unloadable
13
context, locals in this loop prevent unloading -->
14
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
15
+ <!-- Different file names after roundtripping causes problems with this test -->
16
+ <IlasmRoundTripIncompatible>true</IlasmRoundTripIncompatible>
17
</PropertyGroup>
18
<ItemGroup>
19
<Compile Include="$(MSBuildProjectName).cs" />
0 commit comments