Skip to content

Commit

Permalink
Edit. (#2689)
Browse files Browse the repository at this point in the history
* Edit.

* Edit.

* Edit.
  • Loading branch information
davidbritch authored Dec 20, 2024
1 parent f934549 commit 9b43781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deployment/trimming.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ This is equivalent to setting `[AssemblyMetadata("IsTrimmable", "True")]` when b
Full trimming shouldn't be conditioned by build configuration. This is because features switches are enabled or disabled based on the value of the `$(TrimMode)` build property, and the same features should be enabled or disabled in all build configurations so that your code behaves identically.

> [!NOTE]
> In a .NET MAUI app, it's not necessary to set the `$(PublishTrimmed)` build property to `true` in your app's project file, because this is set by default.
> Don't set the `$(PublishTrimmed)` build property in your app's project file, because this is set by default when required.
For more trimming options, see [Trimming options](/dotnet/core/deploying/trimming/trimming-options).

Expand Down

0 comments on commit 9b43781

Please sign in to comment.