* Made changes to FileBufferWriteStream - Make the internal FileStream write only - Make a new readable stream over the same file in DrainBufferAsync to copy data to the buffer. - Added an overload to DrainBufferAsync into a PipeWriter and use this overload in the 2 formatters in MVC. This should reduce the amount of copying from the internal buffer and reduces pinning (since these buffers are already pinned) - Improved formatter tests |
||
|---|---|---|
| .. | ||
| ref | ||
| src | ||
| test | ||