Breakdance.AspNetCore.SignalR
7.0.0-CI-20241113-113744
dotnet add package Breakdance.AspNetCore.SignalR --version 7.0.0-CI-20241113-113744
NuGet\Install-Package Breakdance.AspNetCore.SignalR -Version 7.0.0-CI-20241113-113744
<PackageReference Include="Breakdance.AspNetCore.SignalR" Version="7.0.0-CI-20241113-113744" />
paket add Breakdance.AspNetCore.SignalR --version 7.0.0-CI-20241113-113744
#r "nuget: Breakdance.AspNetCore.SignalR, 7.0.0-CI-20241113-113744"
// Install Breakdance.AspNetCore.SignalR as a Cake Addin #addin nuget:?package=Breakdance.AspNetCore.SignalR&version=7.0.0-CI-20241113-113744&prerelease // Install Breakdance.AspNetCore.SignalR as a Cake Tool #tool nuget:?package=Breakdance.AspNetCore.SignalR&version=7.0.0-CI-20241113-113744&prerelease
Breakdance is a testing framework for managing the dangerous dance of shipping public APIs. This package contains helper classes
for testing SignalR HubConnections on AspNetCore IHub endpoints. These classes make it super easy to test SignalR invocations without having to wire up SignalR in the unit test.
Commonly used types:
CloudNimble.Breakdance.AspNetCore.SignalR.TestableHubConnection
CloudNimble.Breakdance.AspNetCore.AspNetCoreTestHelpers
CloudNimble.Breakdance.AspNetCore.HttpClientHelpers
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net7.0
- EasyAF.SignalR (>= 2.0.1 && < 3.0.0)
- Microsoft.AspNetCore.SignalR.Client (>= 7.0.20 && < 10.0.0)
- System.Text.Json (>= 8.0.5 && < 10.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.
1.0.0-alpha1:
- Initial release.