Im currently following a WPF tutorial that requires me to add a package from nuget (Oxyplot).
Fortunately the demo code contains the declaration:
...
xmlns:oxy="http://oxyplot.codeplex.com"
...
Im wondering in the future if someone else gives me a third party assembly, how I would discover its xmlns
?
I have had a look at the assembly properties in visual studio in 'References' but there is no xmlns
attribute.