Open danwalmsley opened 6 years ago
AssemblyInfo.cs
+using System.Reflection; +using Avalonia.Metadata; + +[assembly: XmlnsDefinition("https://github.com/avaloniaui", "Avalonia.Documents")]
This will make things a lot easier in xaml files and for users of shell.
AssemblyInfo.cs
+using System.Reflection; +using Avalonia.Metadata; + +[assembly: XmlnsDefinition("https://github.com/avaloniaui", "Avalonia.Documents")]
This will make things a lot easier in xaml files and for users of shell.