A formatter that must be created with a particular configuration and thus cannot have a default constructor will use the [ExcludeFormatterFromSourceGeneratedResolver] attribute to exclude itself from the source generated resolver. In which case, MsgPack013 should not flag that formatter as requiring a default constructor.
A formatter that must be created with a particular configuration and thus cannot have a default constructor will use the
[ExcludeFormatterFromSourceGeneratedResolver]attribute to exclude itself from the source generated resolver. In which case, MsgPack013 should not flag that formatter as requiring a default constructor.