Breakdance.AspNetCore.SignalR 7.0.0

Prefix Reserved
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Breakdance.AspNetCore.SignalR --version 7.0.0
                    
NuGet\Install-Package Breakdance.AspNetCore.SignalR -Version 7.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="Breakdance.AspNetCore.SignalR" Version="7.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Breakdance.AspNetCore.SignalR" Version="7.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Breakdance.AspNetCore.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 Breakdance.AspNetCore.SignalR --version 7.0.0
                    
#r "nuget: Breakdance.AspNetCore.SignalR, 7.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 Breakdance.AspNetCore.SignalR@7.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=Breakdance.AspNetCore.SignalR&version=7.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Breakdance.AspNetCore.SignalR&version=7.0.0
                    
Install as a Cake Tool

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 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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in 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
7.0.1-CI-20250404-031338 226 4/4/2025
7.0.0 260 11/22/2024
7.0.0-CI-20241122-022305 161 11/22/2024
7.0.0-CI-20241113-113744 175 11/13/2024
7.0.0-CI-20241026-173038 178 10/26/2024
7.0.0-CI-20241016-170100 159 10/16/2024
7.0.0-CI-20241010-185356 191 10/10/2024
7.0.0-CI-20240825-140411 179 8/25/2024
7.0.0-CI-20240428-152619 192 4/28/2024
7.0.0-CI-20240404-201039 186 4/5/2024
7.0.0-CI-20240404-190620 205 4/4/2024
6.0.0 653 11/15/2023
6.0.0-CI-20231115-030024 393 11/15/2023
6.0.0-CI-20231026-200712 387 10/27/2023
6.0.0-CI-20230915-174722 389 9/15/2023
5.0.2-CI-20230216-141434 662 2/16/2023
5.0.1 836 11/18/2022
5.0.0 818 11/9/2022
5.0.0-CI-20221111-224319 619 11/11/2022
5.0.0-CI-20221109-050447 567 11/9/2022
Loading failed

1.0.0-alpha1:
- Initial release.