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 7ae6faa commit 43b55faCopy full SHA for 43b55fa
src/tests/nativeaot/SmokeTests/ComWrappers/ComWrappers.csproj
@@ -3,6 +3,9 @@
3
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
4
<CLRTestTargetUnsupported Condition="'$(TargetsWindows)' != 'true'">true</CLRTestTargetUnsupported>
5
6
+ <!-- Shouldn't need this: https://github.com/dotnet/linker/issues/2618 -->
7
+ <NoWarn>$(NoWarn);IL2050</NoWarn>
8
+
9
<!-- Registers a global 'ComWrappers' instance for marshalling. -->
10
<RequiresProcessIsolation>true</RequiresProcessIsolation>
11
</PropertyGroup>
0 commit comments