aspnetcore/test
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
..
Microsoft.AspNetCore.SignalR.Client.FunctionalTests Add conditional test attribute for WebSockets (#1709) 2018-03-25 18:53:49 +13:00
Microsoft.AspNetCore.SignalR.Client.Tests
Microsoft.AspNetCore.SignalR.Common.Tests Don't create the span on netstandard (#1721) 2018-03-26 14:36:08 -07:00
Microsoft.AspNetCore.SignalR.Redis.Tests
Microsoft.AspNetCore.SignalR.Tests Add conditional test attribute for WebSockets (#1709) 2018-03-25 18:53:49 +13:00
Microsoft.AspNetCore.SignalR.Tests.Utils Add conditional test attribute for WebSockets (#1709) 2018-03-25 18:53:49 +13:00
Microsoft.AspNetCore.Sockets.Tests Add conditional test attribute for WebSockets (#1709) 2018-03-25 18:53:49 +13:00
Directory.Build.props
xunit.runner.json