Skip to content

Commit

Permalink
fix(Compiler): Disable PublishTrimmed for compatibility with WinForms
Browse files Browse the repository at this point in the history
  • Loading branch information
DaRacci committed Sep 26, 2024
1 parent 639a684 commit 2188ee7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Compiler/Compiler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>3</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
<PublishTrimmed>true</PublishTrimmed>
<!-- Required by WinForms, should be fixed in .NET 10 -->
<PublishTrimmed>false</PublishTrimmed>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>true</SelfContained>
</PropertyGroup>
Expand Down

0 comments on commit 2188ee7

Please sign in to comment.