My apologies for raising my query as an issue. Could you please confirm when the next release is scheduled? The last release was in March. I'm particularly interested in the StringBuilderWriter fix aimed at improving performance. Passing StringBuilderWriter from the outside does not achieve the intended effect, as a new StringWriter is still being created internally in some places.
My apologies for raising my query as an issue. Could you please confirm when the next release is scheduled? The last release was in March. I'm particularly interested in the
StringBuilderWriterfix aimed at improving performance. PassingStringBuilderWriterfrom the outside does not achieve the intended effect, as a newStringWriteris still being created internally in some places.