cwensley / Portable.Xaml

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

Pass null typeArguments to GetXamlType. #114

Closed grokys closed 6 years ago

grokys commented 6 years ago

Fix for compatibility with System.Xaml.

When there are 0 type arguments, null should be passed in the typeArguments parameter to XamlSchemaContext.GetXamlType.

Yes, this makes no sense.

Depends on #113

cwensley commented 6 years ago

Thanks again! Looks great.