cwensley / Portable.Xaml

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

Add support for IgnoreDataMemberAttribute #145

Closed LunicLynx closed 3 years ago

LunicLynx commented 5 years ago

Add support for IgnoreDataMemberAttribute

MSDN

Fixes part of #144

LunicLynx commented 5 years ago

What needs to be done to get this merged?

cwensley commented 4 years ago

Sorry for the late response. I finally got AppVeyor running again.

Looks like there's a compile error when compiling the tests for System.Xaml..

Aminator commented 4 years ago

@LunicLynx Could you look into fixing this compile error? I would really like to have support for that attribute.

cwensley commented 3 years ago

This is now merged in PR #150, and I added some changes. Namely this is an opt-in feature with XamlObjectReaderSettings.UseIgnoreDataMemberAttribute as System.Xaml does not use this attribute.