-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[X] Change the default value for xaml-comp (#19390)
The default value for the xaml-comp processing instruction used to be false, meaning the a XAML ResourceDictionary without code-behind wasn't compiled by XamlC unless the `<?xaml-comp compile="true" ?>` processing instruction was specified. From now on, we will compile all XAML-only RD, unless the `<?xaml-comp compile="false" ?>` is set. Thsi will help with performance and trimming
- Loading branch information
1 parent
f975af2
commit 6cb9048
Showing
4 changed files
with
14 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters