Skip to content

Commit

Permalink
Update docs/design/FeatureSwitches.md
Browse files Browse the repository at this point in the history
Co-authored-by: Rolf Bjarne Kvinge <[email protected]>
  • Loading branch information
simonrozsival and rolfbjarne authored Jan 10, 2024
1 parent b3213a2 commit 06717be
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 .csproj 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` timming 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 06717be

Please sign in to comment.