VSDiagnostics
VSDiagnostics copied to clipboard
Implement MemberWithDataMemberAttributeButNoGetterAndSetter
DO implement a getter and setter on all properties that have DataMemberAttribute. Data Contract serializers require both the getter and the setter for the type to be considered serializable.
https://msdn.microsoft.com/en-us/library/dn169405(v=vs.110).aspx