Breakdance.WebApi
6.0.0
See the version list below for details.
dotnet add package Breakdance.WebApi --version 6.0.0
NuGet\Install-Package Breakdance.WebApi -Version 6.0.0
<PackageReference Include="Breakdance.WebApi" Version="6.0.0" />
paket add Breakdance.WebApi --version 6.0.0
#r "nuget: Breakdance.WebApi, 6.0.0"
// Install Breakdance.WebApi as a Cake Addin #addin nuget:?package=Breakdance.WebApi&version=6.0.0 // Install Breakdance.WebApi as a Cake Tool #tool nuget:?package=Breakdance.WebApi&version=6.0.0
Breakdance is a testing framework for managing the dangerous dance of shipping public APIs. This package contains helper classes
for testing any WebAPI endpoint. These classes make it super easy to craft HTTP requests to your API at test time.
Commonly used types:
System.Net.Http.HttpClient
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. net48 is compatible. net481 was computed. |
-
.NETFramework 4.7.2
- Breakdance.Assemblies (>= 6.0.0)
- Flurl.Signed (>= 3.0.2 && < 4.0.0)
- Microsoft.AspNet.WebApi.Core (>= 5.2.7 && < 5.3.0)
- System.Net.Http (>= 4.3.4 && < 5.0.0)
- System.ValueTuple (>= 4.5.0 && < 5.0.0)
-
.NETFramework 4.8
- Breakdance.Assemblies (>= 6.0.0)
- Flurl.Signed (>= 3.0.2 && < 4.0.0)
- Microsoft.AspNet.WebApi.Core (>= 5.2.7 && < 5.3.0)
- System.Net.Http (>= 4.3.4 && < 5.0.0)
- System.ValueTuple (>= 4.5.0 && < 5.0.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Breakdance.WebApi:
Package | Downloads |
---|---|
Microsoft.Restier.Breakdance
A Framework for testing Restier APIs with the Breakdance testing framework. Commonly used types: Microsoft.Restier.Core.RestierController |
|
Breakdance.OData
Breakdance is a testing framework for managing the dangerous dance of shipping public APIs. This package in particular helps generate API reports for OData APIs, and compare them against a prior unit test run. That way, if something in the API surface changed, the unit test will fail. |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on Breakdance.WebApi:
Repository | Stars |
---|---|
OData/RESTier
A turn-key library for building RESTful services
|
|
CloudNimble/PortableRest
A library for consuming REST APIs from Portable Class Libraries. Designed to be partially drop-in compatible with RestSharp.
|
1.0.0-beta1:
- Under new management. Namespace changes, usability improvements, more docs.
1.0.0-alpha1:
- Initial release.