cwensley / Portable.Xaml

Portable .NET library for reading/writing xaml files.
Other
157 stars 39 forks source link

UriTypeConverter should expect absolute and relative Uris. #157

Closed Brimerland closed 1 year ago

Brimerland commented 1 year ago

(Like the UriTypeConverters from Micsosoft and and Mono.) Otherwise XAML with relative Uris can not be parsed with .net core and above.

cwensley commented 1 year ago

Nice! Thanks for the contribution.