Closed chenzanyu closed 1 year ago
Please add more information. How exactly edited MainView.axaml looks like?
Simply replacing the automatically generated TextBlock with Grid or any other element causes the designer to malfunction until F5 is clicked to run the project again.
The designer works fine after updating to v11.0.0
Describe the bug
Install Avalonia for Visual Studio 2022 template, it automatically installs the Avalonia Template Studio template, create a desktop application, modify the content of MainView.axaml, the designer is throwing an exception, and it reports: "[Error] 34228 UpdateXamlResult error System.Xaml.XamlException: “Name cannot begin with the ‘<’ character, hexadecimal value 0x3C. Line 16, position 1.”
To Reproduce
template program
AvaloniaVS plugin version
0.10.18.4
Avalonia version
11.0.0-rc1.1
Visual Studio version
VisualdStudio2022 Version: 17.63
Relevant log output
Additional context
No response