docs-maui icon indicating copy to clipboard operation
docs-maui copied to clipboard

.NET MAUI 9: TrimMode=full

Open davidbritch opened this issue 1 year ago • 0 comments

In .NET MAUI 9, apps can use TrimMode=full to remove unused code from the app:

<PropertyGroup Condition="'$(Configuration)' == 'Release'">
  <TrimMode>full</TrimMode>
</PropertyGroup>

More info: https://github.com/dotnet/maui/pull/22282

davidbritch avatar Jun 11 '24 11:06 davidbritch