Closed adamchester closed 8 years ago
LGTM!
FWIW, one thing that might be desirable on the MessageTemplate
class is a Format(TextWriter, ...)
option, the difference in allocations is going to be significant when argument strings are large.
Thanks @nblumhardt, you are right, I have added a TextWriter
overload here, and also in #5.
As per this comment, the C# API might be as follows: