Skip to content

Commit

Permalink
Disable InlineArrayInvalid due to #88861
Browse files Browse the repository at this point in the history
  • Loading branch information
lewing committed Jul 13, 2023
1 parent a730682 commit dc274c4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
<!-- Issue: https://github.com/dotnet/runtime/issues/88861 -->
<DisableProjectBuild>true</DisableProjectBuild>
</PropertyGroup>
<ItemGroup>
<Compile Include="InlineArrayInvalid.cs" />
Expand Down

0 comments on commit dc274c4

Please # to comment.