DryIoc.SignalR.dll
5.0.0
Prefix Reserved
dotnet add package DryIoc.SignalR.dll --version 5.0.0
NuGet\Install-Package DryIoc.SignalR.dll -Version 5.0.0
<PackageReference Include="DryIoc.SignalR.dll" Version="5.0.0" />
paket add DryIoc.SignalR.dll --version 5.0.0
#r "nuget: DryIoc.SignalR.dll, 5.0.0"
// Install DryIoc.SignalR.dll as a Cake Addin #addin nuget:?package=DryIoc.SignalR.dll&version=5.0.0 // Install DryIoc.SignalR.dll as a Cake Tool #tool nuget:?package=DryIoc.SignalR.dll&version=5.0.0
DryIoc extension for ASP.NET SignalR
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.5
- DryIoc.dll (>= 5.3.0)
- Microsoft.AspNet.SignalR.Core (>= 2.4.3)
- Microsoft.Owin.Security (>= 4.2.2)
- System.ValueTuple (>= 4.5.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
v5.0.0:
- Support for DryIoc v5
- Upping the SignalR 2.4.3
v4.1.0:
- added: DryIocHubDispatcher
- fixed: #292 Web Api SignalR. Cannot resolve hub instance on connection timeout.
v4.0.0:
- added: Support for DryIoc v4
v3.0.0:
- added: Support for DryIoc v3
v2.1:
- changed: Reference to latest DryIoc 2.10
v2.0.1:
- changed: Reference to latest DryIoc 2.8.3
v2.0.0:
- changed: WithSignalR to not modify container and just register HubActivator, Hubs, and set GlobalHost.Resolver
- changed: HubActivator to just resolving the Hub without opening the scope
- add: Helper methods to RegisterHubs