Breakdance.Assemblies
6.0.0
See the version list below for details.
dotnet add package Breakdance.Assemblies --version 6.0.0
NuGet\Install-Package Breakdance.Assemblies -Version 6.0.0
<PackageReference Include="Breakdance.Assemblies" Version="6.0.0" />
paket add Breakdance.Assemblies --version 6.0.0
#r "nuget: Breakdance.Assemblies, 6.0.0"
// Install Breakdance.Assemblies as a Cake Addin #addin nuget:?package=Breakdance.Assemblies&version=6.0.0 // Install Breakdance.Assemblies as a Cake Tool #tool nuget:?package=Breakdance.Assemblies&version=6.0.0
Breakdance is a testing framework for managing the dangerous dance of shipping public APIs. This package helps generate
public API reports for any .NET assembly, and compare them against a prior unit test run. That way, if something in the
API surface changed, the unit test will fail.
Commonly used types:
CloudNimble.Breakdance.Assemblies.BreakdanceTestBase
CloudNimble.Breakdance.Assemblies.ClaimsPrincipalTestHelpers
CloudNimble.Breakdance.Assemblies.DependencyInjectionTestHelpers
CloudNimble.Breakdance.Assemblies.PublicApiHelpers
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 is compatible. 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.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
.NET Framework | net472 is compatible. net48 is compatible. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.7.2
- Microsoft.Extensions.DependencyInjection (>= 6.0.0 && < 9.0.0)
- Microsoft.Extensions.Hosting (>= 6.0.0 && < 9.0.0)
- Microsoft.NETCore.Platforms (>= 6.0.11 && < 9.0.0)
- System.Net.Http (>= 4.3.4 && < 9.0.0)
- System.Reflection (>= 4.3.0 && < 9.0.0)
- System.Reflection.Primitives (>= 4.3.0 && < 9.0.0)
- System.Reflection.TypeExtensions (>= 4.7.0 && < 9.0.0)
- System.Threading.Tasks (>= 4.3.0 && < 9.0.0)
- System.Threading.Tasks.Parallel (>= 4.3.0 && < 9.0.0)
-
.NETFramework 4.8
- Microsoft.Extensions.DependencyInjection (>= 6.0.0 && < 9.0.0)
- Microsoft.Extensions.Hosting (>= 6.0.0 && < 9.0.0)
- Microsoft.NETCore.Platforms (>= 6.0.11 && < 9.0.0)
- System.Net.Http (>= 4.3.4 && < 9.0.0)
- System.Reflection (>= 4.3.0 && < 9.0.0)
- System.Reflection.Primitives (>= 4.3.0 && < 9.0.0)
- System.Reflection.TypeExtensions (>= 4.7.0 && < 9.0.0)
- System.Threading.Tasks (>= 4.3.0 && < 9.0.0)
- System.Threading.Tasks.Parallel (>= 4.3.0 && < 9.0.0)
-
.NETStandard 2.1
- Microsoft.Extensions.DependencyInjection (>= 6.0.0 && < 9.0.0)
- Microsoft.Extensions.Hosting (>= 6.0.0 && < 9.0.0)
-
net6.0
- Microsoft.Extensions.DependencyInjection (>= 6.0.0 && < 9.0.0)
- Microsoft.Extensions.Hosting (>= 6.0.0 && < 9.0.0)
-
net7.0
- Microsoft.Extensions.DependencyInjection (>= 7.0.0 && < 9.0.0)
- Microsoft.Extensions.Hosting (>= 7.0.0 && < 9.0.0)
-
net8.0
- Microsoft.Extensions.DependencyInjection (>= 8.0.0 && < 9.0.0)
- Microsoft.Extensions.Hosting (>= 8.0.0 && < 9.0.0)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Breakdance.Assemblies:
Package | Downloads |
---|---|
Breakdance.AspNetCore
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 |
|
Breakdance.WebApi
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 |
|
Breakdance.Blazor
Breakdance is a testing framework for managing the dangerous dance of shipping public APIs. This package helps generate public API reports for any .NET assembly, and compare them against a prior unit test run. That way, if something in the API surface changed, the unit test will fail. |
|
Breakdance.Extensions.MSTest2
Breakdance is a testing framework for managing the dangerous dance of shipping public APIs. This package contains helper classes for testing your code with MSTest2. Commonly used types: Microsoft.VisualStudio.TestTools.UnitTesting.TestContextExtensions |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Breakdance.Assemblies:
Repository | Stars |
---|---|
OData/RESTier
A turn-key library for building RESTful services
|
1.0.0-beta1:
- Under new management. Namespace changes, usability improvements, more docs.
1.0.0-alpha1:
- Initial release.