DryIoc.SignalR
3.0.0
Prefix Reserved
See the version list below for details.
dotnet add package DryIoc.SignalR --version 3.0.0
NuGet\Install-Package DryIoc.SignalR -Version 3.0.0
<PackageReference Include="DryIoc.SignalR" Version="3.0.0" />
paket add DryIoc.SignalR --version 3.0.0
#r "nuget: DryIoc.SignalR, 3.0.0"
// Install DryIoc.SignalR as a Cake Addin #addin nuget:?package=DryIoc.SignalR&version=3.0.0 // Install DryIoc.SignalR as a Cake Tool #tool nuget:?package=DryIoc.SignalR&version=3.0.0
Source code for DryIoc integration with ASP.NET SignalR
Learn more about Target Frameworks and .NET Standard.
-
- DryIoc (>= 3.0.2)
- Microsoft.AspNet.SignalR.Core (>= 2.3.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
v3.0.0:
- 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