DryIoc.SignalR
2.0.0-rc4
Prefix Reserved
This is a prerelease version of DryIoc.SignalR.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package DryIoc.SignalR --version 2.0.0-rc4
NuGet\Install-Package DryIoc.SignalR -Version 2.0.0-rc4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DryIoc.SignalR" Version="2.0.0-rc4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DryIoc.SignalR --version 2.0.0-rc4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DryIoc.SignalR, 2.0.0-rc4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install DryIoc.SignalR as a Cake Addin #addin nuget:?package=DryIoc.SignalR&version=2.0.0-rc4&prerelease // Install DryIoc.SignalR as a Cake Tool #tool nuget:?package=DryIoc.SignalR&version=2.0.0-rc4&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Source code of DryIoc extension for ASP.NET SignalR
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
-
- DryIoc (>= 2.2.2 && < 3.0.0)
- Microsoft.AspNet.SignalR.Core (>= 2.2.0 && < 3.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
v2.0.0-rc4:
- 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