-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
area-xamlXAML, CSS, Triggers, BehaviorsXAML, CSS, Triggers, Behaviorss/triagedIssue has been reviewedIssue has been reviewedxsgXaml sourceGenXaml sourceGen
Milestone
Description
There are multiple ways right now to give extra instructions, per file, to the XAML inflator
- XamlCompilationAttribute
- XamlProcessingAttribute (bright new)
- xaml-comp XML processing instruction
attributes have the advantage of being available at post-compile time for XamlC to process, and we use xaml-comp XML-PI for xaml files without code-behind
Initial thought was, for XSG, to deprecate XamlCompilaiton in favour of XamlProcessing. We think it would add flexibility feasibility of change, filtering and wildcards, if we were instead using properties on in .csproj files.
XamlC could be modified to only process the list of files with the right properties, AND MOSTLY not run at all if that list is empty
Metadata
Metadata
Assignees
Labels
area-xamlXAML, CSS, Triggers, BehaviorsXAML, CSS, Triggers, Behaviorss/triagedIssue has been reviewedIssue has been reviewedxsgXaml sourceGenXaml sourceGen