Breakdance.AspNetCore
5.0.0-CI-20221111-224319
See the version list below for details.
dotnet add package Breakdance.AspNetCore --version 5.0.0-CI-20221111-224319
NuGet\Install-Package Breakdance.AspNetCore -Version 5.0.0-CI-20221111-224319
<PackageReference Include="Breakdance.AspNetCore" Version="5.0.0-CI-20221111-224319" />
paket add Breakdance.AspNetCore --version 5.0.0-CI-20221111-224319
#r "nuget: Breakdance.AspNetCore, 5.0.0-CI-20221111-224319"
// Install Breakdance.AspNetCore as a Cake Addin #addin nuget:?package=Breakdance.AspNetCore&version=5.0.0-CI-20221111-224319&prerelease // Install Breakdance.AspNetCore as a Cake Tool #tool nuget:?package=Breakdance.AspNetCore&version=5.0.0-CI-20221111-224319&prerelease
Breakdance is a testing framework for managing the dangerous dance of shipping public APIs. This package contains helper classes
for testing AspNetCore endpoints. These classes make it super easy to craft HTTP requests to your API at test time.
Commonly used types:
CloudNimble.Breakdance.AspNetCore.AspNetCoreBreakdanceTestBase
CloudNimble.Breakdance.AspNetCore.AspNetCoreTestHelpers
CloudNimble.Breakdance.AspNetCore.HttpClientHelpers
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. 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. |
.NET Core | netcoreapp3.1 is compatible. |
-
.NETCoreApp 3.1
- Breakdance.Assemblies (>= 5.0.0-CI-20221111-224319)
- EasyAF.Core (>= 2.0.0 && < 3.0.0)
- EasyAF.Http (>= 2.0.0 && < 3.0.0)
- EasyAF.Http.SystemTextJson (>= 2.0.0 && < 3.0.0)
- Flurl.Signed (>= 3.0.2 && < 4.0.0)
- Microsoft.AspNetCore.Mvc.Testing (>= 3.1.0 && < 4.0.0)
-
net6.0
- Breakdance.Assemblies (>= 5.0.0-CI-20221111-224319)
- EasyAF.Core (>= 2.0.0 && < 3.0.0)
- EasyAF.Http (>= 2.0.0 && < 3.0.0)
- EasyAF.Http.SystemTextJson (>= 2.0.0 && < 3.0.0)
- Flurl.Signed (>= 3.0.2 && < 4.0.0)
- Microsoft.AspNetCore.Mvc.Testing (>= 6.0.0 && < 8.0.0)
-
net7.0
- Breakdance.Assemblies (>= 5.0.0-CI-20221111-224319)
- EasyAF.Core (>= 2.0.0 && < 3.0.0)
- EasyAF.Http (>= 2.0.0 && < 3.0.0)
- EasyAF.Http.SystemTextJson (>= 2.0.0 && < 3.0.0)
- Flurl.Signed (>= 3.0.2 && < 4.0.0)
- Microsoft.AspNetCore.Mvc.Testing (>= 7.0.0 && < 8.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Breakdance.AspNetCore:
Package | Downloads |
---|---|
Microsoft.Restier.Breakdance
A Framework for testing Restier APIs with the Breakdance testing framework. Commonly used types: Microsoft.Restier.Core.RestierController |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Breakdance.AspNetCore:
Repository | Stars |
---|---|
OData/RESTier
A turn-key library for building RESTful services
|
1.0.0-alpha1:
- Initial release.