CSE0002: false positive for datamembers
jnyrup opened this issue · 0 comments
jnyrup commented
As mentioned on Visual Studio Gallery datamembers properties cannot be turned into getter-only as this breaks deserialization.
I encountered the issue while using protobuf-net
and its [ProtoContract]
attribute.