A hand-written formatter with these members should be supported:
internal static readonly IMessagePackFormatter<Encoding?> Instance = new EncodingFormatter();
private EncodingFormatter()
{
}
But the latest beta says the constructor should be made internal at least.
A hand-written formatter with these members should be supported:
But the latest beta says the constructor should be made
internalat least.