ApiApprover 3.0.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package ApiApprover --version 3.0.0
NuGet\Install-Package ApiApprover -Version 3.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ApiApprover" Version="3.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ApiApprover --version 3.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ApiApprover, 3.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ApiApprover as a Cake Addin #addin nuget:?package=ApiApprover&version=3.0.0 // Install ApiApprover as a Cake Tool #tool nuget:?package=ApiApprover&version=3.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Simply add this package to add a test which generates a string of your public API, then sends it to Approval Tests to approve any public API changes.
Don't accidently miss a breaking API change and break semantic versioning again.
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on ApiApprover:
Repository | Stars |
---|---|
SonarSource/sonar-dotnet
Code analyzer for C# and VB.NET projects
|
|
dotnet/dotnet
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK from source
|
|
akkadotnet/HOCON
C# implementation of Lightbend's HOCON (Human-Optimized Object Configuration Notation)
|
Version | Downloads | Last updated |
---|---|---|
9.3.0 | 116,411 | 8/2/2019 |
9.2.0 | 1,508 | 8/2/2019 |
9.1.0 | 1,557 | 6/30/2019 |
9.0.0 | 1,622 | 6/13/2019 |
9.0.0-beta0003 | 1,466 | 3/31/2019 |
9.0.0-beta0002 | 1,392 | 3/29/2019 |
9.0.0-beta0001 | 1,222 | 3/29/2019 |
8.1.0 | 4,049 | 1/7/2019 |
8.0.1 | 2,943 | 9/23/2018 |
8.0.0 | 3,182 | 7/24/2018 |
7.1.0 | 3,772 | 7/18/2018 |
7.0.1 | 4,201 | 5/7/2018 |
7.0.0 | 3,001 | 3/10/2018 |
6.6.0 | 3,079 | 3/9/2018 |
6.5.2 | 3,128 | 3/8/2018 |
6.5.1 | 3,222 | 3/7/2018 |
6.5.0 | 2,874 | 11/17/2017 |
6.4.0 | 2,919 | 10/10/2017 |
6.1.0-beta2 | 2,728 | 5/22/2017 |
6.1.0-beta1 | 2,941 | 5/15/2017 |
6.0.0 | 8,573 | 12/14/2016 |
5.0.0 | 3,884 | 11/21/2016 |
4.2.0 | 3,491 | 11/2/2016 |
4.1.0 | 3,206 | 10/6/2016 |
3.0.1 | 54,948 | 3/13/2015 |
3.0.0 | 3,866 | 1/27/2015 |
2.0.0 | 3,278 | 4/24/2014 |
1.1.0 | 6,109 | 3/8/2012 |
1.0.0 | 3,614 | 2/20/2012 |
Breaking changes:
- Default constructor is now always shown
- resultsPath argument removed, use [UseApprovalSubdirectory("resultsPath")] instead