VSDiagnostics icon indicating copy to clipboard operation
VSDiagnostics copied to clipboard

Implement MemberWithDataMemberAttributeButNoGetterAndSetter

Open Vannevelj opened this issue 8 years ago • 0 comments

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

Vannevelj avatar Mar 09 '16 18:03 Vannevelj