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
Does the bug reproduce also in WPF for .NET Framework 4.8?: Yes
Is this bug related specifically to tooling in Visual Studio (e.g. XAML Designer, Code editing, etc...)? Yes, filed a bug report, but it was closed and redirected here.
Problem description:
XAML designer won’t show left curly bracket if it’s defined with its decimal reference.
Actual behavior:
Building gives the following build error:
Error
MC3074
The tag '' does not exist in XML namespace https://schemas.microsoft.com/winfx/2006/xaml/presentation'. Line 13 Position 17.
Not rendering left curly bracket is by design and documented in several places, for example here. Reason is that the curly bracket character has special meaning and is used for markup extensions. You have to use {} as escape sequence.
Problem description:
XAML designer won’t show left curly bracket if it’s defined with its decimal reference.
Actual behavior:
Building gives the following build error:
Expected behavior:
Minimal repro:
The text was updated successfully, but these errors were encountered: