aspnetcore/test/Microsoft.AspNetCore.Signal...
David Fowler b8285b8356
Don't create the span on netstandard (#1721)
- Directly pin the char[]
- Changed Utf8BufferTextReader to use the Utf8Decoder
- It copies whatever it can into the char buffer allocated in a stateful way (it's more efficient).
- Added tests for unicode and ascii reading
- Added a thread static cache
2018-03-26 14:36:08 -07:00
..
Internal Don't create the span on netstandard (#1721) 2018-03-26 14:36:08 -07:00
Microsoft.AspNetCore.SignalR.Common.Tests.csproj