NBMsgPack104: Remove use of IgnoreMemberAttribute
This diagnostic is emitted where a [MessagePack.IgnoreMemberAttribute]
attribute is used.
A code fix is offered to remove this attribute or switch to with PropertyShapeAttribute with its Ignore property set to true
.