Skip to content

Commit

Permalink
Disable DisabledRuntimeMarshalling_Disabled_NativeAssemblyEnabled test
Browse files Browse the repository at this point in the history
  • Loading branch information
akoeplinger committed Jan 21, 2024
1 parent a262d22 commit 2267a5c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<RequiresProcessIsolation>true</RequiresProcessIsolation>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<MonoAotIncompatible>true</MonoAotIncompatible>

<!-- ActiveIssue https://github.com/dotnet/runtime/issues/97272 -->
<NativeAotIncompatible>true</NativeAotIncompatible>
</PropertyGroup>
<ItemGroup>
<Compile Include="PInvokeAssemblyMarshallingEnabled/*.cs" />
Expand Down

0 comments on commit 2267a5c

Please sign in to comment.