AvalonStudio icon indicating copy to clipboard operation
AvalonStudio copied to clipboard

Add XMLNS definitions

Open danwalmsley opened this issue 5 years ago • 0 comments

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.

danwalmsley avatar Jul 18 '18 22:07 danwalmsley