You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Might be worth bringing up on Avalonia to see if they want to allow it first.
The problem with "fixing" this on our end is there is no possible way to fix it that wouldn't potentially cause conflicts with user-defined properties, as the fix would mean not using "unrepresentable names". This is a common thing done by compilers/etc, as it allows differentiation without conflict from user code. If Avalonia would support it (which is probably more of a matter of explicitly not checking for it, would be my guess), it'd be better for everybody in the long run.
Functions
getErrorsPropertyName
andgetValidPropertyName
provides PropertyName that invalid in Avalonia:#2621
So, attempt to use them on Avalonia as for WPF will fail.
Even if Avalonia allow use dashes someday (rather not, I think) it's a problem now.
I see only three options yet:
The text was updated successfully, but these errors were encountered: