We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebe669e commit 2243dc2Copy full SHA for 2243dc2
1 file changed
src/tests/Loader/classloader/generics/Instantiation/Negative/param02.ilproj
@@ -1,6 +1,11 @@
1
<Project Sdk="Microsoft.NET.Sdk.IL">
2
<PropertyGroup>
3
+ <!-- Needed for CrossGenTest -->
4
+ <RequiresProcessIsolation>true</RequiresProcessIsolation>
5
<CLRTestPriority>1</CLRTestPriority>
6
+
7
+ <!-- Crossgen is not intended to serve as an IL verifier, and is not designed to provide error semantics on bad input. -->
8
+ <CrossGenTest>false</CrossGenTest>
9
</PropertyGroup>
10
<ItemGroup>
11
<Compile Include="param02.il" />
0 commit comments