-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
s/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering TriagexsgXaml sourceGenXaml sourceGen
Description
Description
XAML Source Generator (XSG) does not correctly parse inline <StyleSheet> elements containing CSS in CDATA sections.
Reproduction
<ContentPage.Resources>
<StyleSheet>
<![CDATA[
stacklayout {
-maui-spacing: 15;
}
entry {
background-color: red;
}
]]>
</StyleSheet>
</ContentPage.Resources>Affected File
src/Controls/samples/Controls.Sample/Pages/Others/StyleSheetsPage.xaml
Workaround
Use Inflator="Runtime" for the affected XAML file.
Context
Discovered while enabling XSG on more projects in #33524.
Metadata
Metadata
Assignees
Labels
s/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering TriagexsgXaml sourceGenXaml sourceGen