DryIoc.SignalR 5.0.0

Prefix Reserved
dotnet add package DryIoc.SignalR --version 5.0.0
                    
NuGet\Install-Package DryIoc.SignalR -Version 5.0.0
                    
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="5.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DryIoc.SignalR" Version="5.0.0" />
                    
Directory.Packages.props
<PackageReference Include="DryIoc.SignalR" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DryIoc.SignalR --version 5.0.0
                    
#r "nuget: DryIoc.SignalR, 5.0.0"
                    
#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.
#:package DryIoc.SignalR@5.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DryIoc.SignalR&version=5.0.0
                    
Install as a Cake Addin
#tool nuget:?package=DryIoc.SignalR&version=5.0.0
                    
Install as a Cake Tool

Source code for DryIoc integration with ASP.NET SignalR

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.0.0 543 11/10/2022
4.1.0 857 8/3/2020
4.0.0 1,255 3/4/2019
3.0.0 1,647 7/12/2018
2.1.0 2,118 2/1/2017
2.0.1 1,725 10/20/2016
2.0.0 1,438 3/31/2016
2.0.0-rc4 1,239 3/25/2016
2.0.0-rc3 1,233 3/14/2016
2.0.0-rc2 1,250 1/17/2016
2.0.0-rc1 1,459 1/16/2016

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