Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[X] Change the default value for xaml-comp #19390

Merged
merged 1 commit into from
Dec 19, 2023
Merged

Commits on Dec 14, 2023

  1. [X] Change the default value for xaml-comp

    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
    StephaneDelcroix committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    70cd5bc View commit details
    Browse the repository at this point in the history