Skip to content

Commit

Permalink
Update docs/design/FeatureSwitches.md
Browse files Browse the repository at this point in the history
Co-authored-by: MartyIX <203266+MartyIX@users.noreply.github.com>
  • Loading branch information
simonrozsival and MartyIX committed Jan 29, 2024
1 parent abb35ee commit 47a6988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/design/FeatureSwitches.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Feature Switches

Certain features of MAUI can be enabled or disabled using feature switches. The easiest way to control the features is by putting the corresponding MSBuild property into the app's project file. Disabling unnecessary features can help reducing the app size when combined with the [`full` timming mode](https://learn.microsoft.com/en-us/dotnet/core/deploying/trimming/trimming-options).
Certain features of MAUI can be enabled or disabled using feature switches. The easiest way to control the features is by putting the corresponding MSBuild property into the app's project file. Disabling unnecessary features can help reducing the app size when combined with the [`full` trimming mode](https://learn.microsoft.com/en-us/dotnet/core/deploying/trimming/trimming-options).

| MSBuild Property Name | AppContext Setting | Description |
|-|-|-|
Expand Down

0 comments on commit 47a6988

Please sign in to comment.