aspnetcore/src
David Fowler cf7c8629ff
Use ActivatorUtlities.CreateFactory instead of CreateInstance (#1643)
* Use ActivatorUtlities.CreateFactory instead of CreateInstance
- Turns out CreateFactory is much much faster
- Added a benchmark for hub activation
2018-03-19 00:19:54 -07:00
..
Common
Microsoft.AspNetCore.SignalR
Microsoft.AspNetCore.SignalR.Client
Microsoft.AspNetCore.SignalR.Client.Core
Microsoft.AspNetCore.SignalR.Client.MsgPack
Microsoft.AspNetCore.SignalR.Common The payload property was never used (#1641) 2018-03-18 22:34:02 -07:00
Microsoft.AspNetCore.SignalR.Core Use ActivatorUtlities.CreateFactory instead of CreateInstance (#1643) 2018-03-19 00:19:54 -07:00
Microsoft.AspNetCore.SignalR.MsgPack
Microsoft.AspNetCore.SignalR.Protocols.MsgPack Reduce the per message read allocations (#1635) 2018-03-18 15:16:03 -07:00
Microsoft.AspNetCore.SignalR.Redis
Microsoft.AspNetCore.Sockets.Abstractions
Microsoft.AspNetCore.Sockets.Client.Http
Microsoft.AspNetCore.Sockets.Common.Http
Microsoft.AspNetCore.Sockets.Http
Directory.Build.props