aspnetcore/test
David Fowler 9fd713c73a
Make MemoryBufferWriter a Stream (#1907)
- Get rid of LimitArrayPoolWriteStream and use MemoryBufferWriter in its place in the MessagePackProtocol implementation.
- Added tests for MemoryPoolBufferWriter and fixed a bug in CopyToAsync
- Added CopyTo(`IBufferWriter<byte>`)
- Changed MemoryBufferWriter to fill the underlying arrays that back segments, the segment size is now a minimum.
2018-04-08 16:11:17 -07:00
..
Microsoft.AspNetCore.Http.Connections.Tests
Microsoft.AspNetCore.SignalR.Client.FunctionalTests
Microsoft.AspNetCore.SignalR.Client.Tests Make MemoryBufferWriter a Stream (#1907) 2018-04-08 16:11:17 -07:00
Microsoft.AspNetCore.SignalR.Common.Tests Make MemoryBufferWriter a Stream (#1907) 2018-04-08 16:11:17 -07:00
Microsoft.AspNetCore.SignalR.Redis.Tests
Microsoft.AspNetCore.SignalR.Tests
Microsoft.AspNetCore.SignalR.Tests.Utils
Directory.Build.props
xunit.runner.json