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
The XAML specification for identifiers (here) does not include Unicode class Lm in identifiers. But these are allowed in the C# specification (here).
When I use an Lm letter in my C# identifier and then x:Bind it to XAML, the XAML IntelliSense in Visual Studio recognizes the letter. But then when I try to compile it, the XAML generates an error saying that the identifier could not be found.
My suggestion is to include the Lm character class as if it were a LetterCharacter in the XAML syntax. This will bring XAML and C# identifier parsing into alignment.
Original Comments
Feedback Bot on 11/24/2024, 09:55 PM:
Thank you for taking the time to provide your suggestion. We will do some preliminary checks to make sure we can proceed further. You will hear from us in about a week on our next steps.
The text was updated successfully, but these errors were encountered:
This issue has been moved from a ticket on Developer Community.
The XAML specification for identifiers (here) does not include Unicode class Lm in identifiers. But these are allowed in the C# specification (here).
When I use an Lm letter in my C# identifier and then x:Bind it to XAML, the XAML IntelliSense in Visual Studio recognizes the letter. But then when I try to compile it, the XAML generates an error saying that the identifier could not be found.
My suggestion is to include the Lm character class as if it were a LetterCharacter in the XAML syntax. This will bring XAML and C# identifier parsing into alignment.
Original Comments
Feedback Bot on 11/24/2024, 09:55 PM:
Thank you for taking the time to provide your suggestion. We will do some preliminary checks to make sure we can proceed further. You will hear from us in about a week on our next steps.
The text was updated successfully, but these errors were encountered: