aspnetcore/test
David Fowler 162cd1fc06 Handle misbehaving user code (#159)
* Handle misbehaving user code
- Execute EndPoint logic on a threadpool thread
- Turn synchronous exceptions into async ones to unify the
error handling
- Added tests
2017-01-25 23:45:43 +00:00
..
Microsoft.AspNetCore.Client.SignalR.TS.Tests Fixing test after getid to negotiate rename 2017-01-25 09:32:26 -08:00
Microsoft.AspNetCore.SignalR.Client.FunctionalTests
Microsoft.AspNetCore.SignalR.Test.Server
Microsoft.AspNetCore.SignalR.Tests
Microsoft.AspNetCore.Sockets.Client.Tests
Microsoft.AspNetCore.Sockets.Tests Handle misbehaving user code (#159) 2017-01-25 23:45:43 +00:00
Microsoft.AspNetCore.WebSockets.Internal.ConformanceTest
Microsoft.Extensions.WebSockets.Internal.Tests
WebSocketsTestApp