DryIoc.SignalR.dll
2.0.0-rc3
Prefix Reserved
See the version list below for details.
dotnet add package DryIoc.SignalR.dll --version 2.0.0-rc3
NuGet\Install-Package DryIoc.SignalR.dll -Version 2.0.0-rc3
<PackageReference Include="DryIoc.SignalR.dll" Version="2.0.0-rc3" />
paket add DryIoc.SignalR.dll --version 2.0.0-rc3
#r "nuget: DryIoc.SignalR.dll, 2.0.0-rc3"
// Install DryIoc.SignalR.dll as a Cake Addin #addin nuget:?package=DryIoc.SignalR.dll&version=2.0.0-rc3&prerelease // Install DryIoc.SignalR.dll as a Cake Tool #tool nuget:?package=DryIoc.SignalR.dll&version=2.0.0-rc3&prerelease
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. |
-
- DryIoc.dll (>= 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-rc3:
- fixed: Open scope disposing when the Hub is disposed, via custom HubDecorator.
- fixed: XML-doc commented all public API. Add Example of usage to WithSignalR docs.
- changed: Removed HubConfiguration from setup. The setup may be done outside.
- removed: Dependency to Castle.DynamicProxy.
v2.0.0-rc2: fixed: Added missing dependency on Castle.DynamicProxy used for Hub interception.
v2.0.0-rc1: Initial release