-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Spurious XFC0040 errors. #21848
Copy link
Copy link
Closed
Labels
fixed-in-8.0.21fixed-in-9.0.0-preview.5.24307.10i/regressionThis issue described a confirmed regression on a currently supported versionThis issue described a confirmed regression on a currently supported versionplatform/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
fixed-in-8.0.21fixed-in-9.0.0-preview.5.24307.10i/regressionThis issue described a confirmed regression on a currently supported versionThis issue described a confirmed regression on a currently supported versionplatform/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.
Description
I have a style in a XAML file which looks like this;
When I build I get the following output which points at the
Setterline;XamlC error XFC0040: Cannot convert value "Padding" to "Microsoft.Maui.Controls.BindableProperty".The type
tctrls:ScrollableTileViewis a very simple class which inherits fromContentViewso thePaddingproperty is just the normal MAUI property, not some custom property I have defined.Any ideas why this might be? There are no problems with MAUI 8 SR3.
Steps to Reproduce
No response
Link to public reproduction project repository
No response
Version with bug
8.0.20 SR4
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
8.0.10 SR3
Affected platforms
iOS, Android
Affected platform versions
All versions of iOS, Android. Probably all others too.
Did you find any workaround?
Not yet.
Relevant log output