aspnetcore/test/Microsoft.AspNetCore.Signal.../Internal/Protocol
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
..
CompositeTestBinder.cs
CustomObject.cs
HandshakeProtocolTests.cs Add protocol version to handshake (#1666) 2018-03-22 15:54:35 -07:00
HubMessageHelpers.cs
JsonHubProtocolTests.cs Add protocol version to handshake (#1666) 2018-03-22 15:54:35 -07:00
MessagePackHelpers.cs
MessagePackHubProtocolTests.cs Add protocol version to handshake (#1666) 2018-03-22 15:54:35 -07:00
TestBinder.cs
TestHubMessageEqualityComparer.cs
Utf8BufferTextReaderTests.cs Don't create the span on netstandard (#1721) 2018-03-26 14:36:08 -07:00