-
Notifications
You must be signed in to change notification settings - Fork 1.9k
XamlC Compilation errors when upgrading to Microsoft.Maui.Controls 8.0.20 #21757
Copy link
Copy link
Closed
Closed
Copy link
Labels
area-xamlXAML, CSS, Triggers, BehaviorsXAML, CSS, Triggers, Behaviorsfixed-in-8.0.21fixed-in-8.0.70fixed-in-9.0.0-preview.5.24307.10fixed-in-9.0.0-preview.6.24327.7i/regressionThis issue described a confirmed regression on a currently supported versionThis issue described a confirmed regression on a currently supported versionp/0Current heighest priority issues that we are targeting for a release.Current heighest priority issues that we are targeting for a release.platform/androidplatform/ioss/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
Milestone
Metadata
Metadata
Assignees
Labels
area-xamlXAML, CSS, Triggers, BehaviorsXAML, CSS, Triggers, Behaviorsfixed-in-8.0.21fixed-in-8.0.70fixed-in-9.0.0-preview.5.24307.10fixed-in-9.0.0-preview.6.24327.7i/regressionThis issue described a confirmed regression on a currently supported versionThis issue described a confirmed regression on a currently supported versionp/0Current heighest priority issues that we are targeting for a release.Current heighest priority issues that we are targeting for a release.platform/androidplatform/ioss/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
Done
Description
Update the Nuget packages and compile the app, various compilation errors are reported for things like this...
Error XFC0040 XamlC: Cannot convert value "Color" to "Microsoft.Maui.Controls.BindableProperty"
Other xaml files get comilation error..
Error XamlC: Input string was not in a correct format. Failure to parse near offset 69. Unexpected closing brace without a corresponding opening brace.
Despite them being perfectly valid Xaml and compiling correctly with 8.0.14
Steps to Reproduce
Link to public reproduction project repository
No response
Version with bug
8.0.20 SR4
Is this a regression from previous behavior?
No, this is something new
Last version that worked well
8.0.14 SR3.1
Affected platforms
iOS, Android
Affected platform versions
No response
Did you find any workaround?
No, removing the code presented as errors results in a new error reported in another file that was previously not reported.
Relevant log output
No response