Breakdance.WebApi
2.0.0-CI-20190920-035821
See the version list below for details.
dotnet add package Breakdance.WebApi --version 2.0.0-CI-20190920-035821
NuGet\Install-Package Breakdance.WebApi -Version 2.0.0-CI-20190920-035821
<PackageReference Include="Breakdance.WebApi" Version="2.0.0-CI-20190920-035821" />
paket add Breakdance.WebApi --version 2.0.0-CI-20190920-035821
#r "nuget: Breakdance.WebApi, 2.0.0-CI-20190920-035821"
// Install Breakdance.WebApi as a Cake Addin #addin nuget:?package=Breakdance.WebApi&version=2.0.0-CI-20190920-035821&prerelease // Install Breakdance.WebApi as a Cake Tool #tool nuget:?package=Breakdance.WebApi&version=2.0.0-CI-20190920-035821&prerelease
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:
Microsoft.Restier.Core.RestierController
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.5.2
- Microsoft.AspNet.WebApi.Core (>= 5.2.7)
- System.Net.Http (>= 4.3.4)
- System.ValueTuple (>= 4.5.0)
-
.NETFramework 4.6.2
- Microsoft.AspNet.WebApi.Core (>= 5.2.7)
- System.Net.Http (>= 4.3.4)
- System.ValueTuple (>= 4.5.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.