Breakdance.Assemblies
7.0.0-CI-20240825-140411
See the version list below for details.
dotnet add package Breakdance.Assemblies --version 7.0.0-CI-20240825-140411
NuGet\Install-Package Breakdance.Assemblies -Version 7.0.0-CI-20240825-140411
<PackageReference Include="Breakdance.Assemblies" Version="7.0.0-CI-20240825-140411" />
paket add Breakdance.Assemblies --version 7.0.0-CI-20240825-140411
#r "nuget: Breakdance.Assemblies, 7.0.0-CI-20240825-140411"
// Install Breakdance.Assemblies as a Cake Addin #addin nuget:?package=Breakdance.Assemblies&version=7.0.0-CI-20240825-140411&prerelease // Install Breakdance.Assemblies as a Cake Tool #tool nuget:?package=Breakdance.Assemblies&version=7.0.0-CI-20240825-140411&prerelease
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 was computed. 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. net9.0 is compatible. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 is compatible. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. 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.8
- EasyAF.Core (>= 3.0.0-CI-20240731-201635 && < 4.0.0)
- Microsoft.Extensions.DependencyInjection (>= 6.0.0 && < 10.0.0)
- Microsoft.Extensions.Hosting (>= 6.0.0 && < 10.0.0)
- Microsoft.NETCore.Platforms (>= 6.0.13 && < 10.0.0)
- System.Net.Http (>= 4.3.4 && < 10.0.0)
- System.Reflection (>= 4.3.0 && < 10.0.0)
- System.Reflection.Primitives (>= 4.3.0 && < 10.0.0)
- System.Reflection.TypeExtensions (>= 4.7.0 && < 10.0.0)
- System.Threading.Tasks (>= 4.3.0 && < 10.0.0)
- System.Threading.Tasks.Parallel (>= 4.3.0 && < 10.0.0)
-
.NETStandard 2.0
- EasyAF.Core (>= 3.0.0-CI-20240731-201635 && < 4.0.0)
- Microsoft.Extensions.DependencyInjection (>= 6.0.0 && < 10.0.0)
- Microsoft.Extensions.Hosting (>= 6.0.0 && < 10.0.0)
- Microsoft.NETCore.Platforms (>= 1.1.2 && < 10.0.0)
- System.Collections.NonGeneric (>= 4.3.0 && < 10.0.0)
- System.Net.Http (>= 4.3.4 && < 5.0.0)
- System.Reflection.TypeExtensions (>= 4.7.0 && < 10.0.0)
- System.Runtime.Serialization.Formatters (>= 4.3.0 && < 10.0.0)
-
net6.0
- EasyAF.Core (>= 3.0.0-CI-20240731-201635 && < 4.0.0)
- Microsoft.Extensions.DependencyInjection (>= 6.0.1 && < 10.0.0)
- Microsoft.Extensions.Hosting (>= 6.0.1 && < 10.0.0)
-
net8.0
- EasyAF.Core (>= 3.0.0-CI-20240731-201635 && < 4.0.0)
- Microsoft.Extensions.DependencyInjection (>= 8.0.0 && < 10.0.0)
- Microsoft.Extensions.Hosting (>= 8.0.0 && < 10.0.0)
-
net9.0
- EasyAF.Core (>= 3.0.0-CI-20240731-201635 && < 4.0.0)
- Microsoft.Extensions.DependencyInjection (>= 9.0.0-rc.2.24423.10 && < 10.0.0)
- Microsoft.Extensions.Hosting (>= 9.0.0-rc.2.24423.10 && < 10.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.