ApiDiffChecker 0.1.30
dotnet add package ApiDiffChecker --version 0.1.30
NuGet\Install-Package ApiDiffChecker -Version 0.1.30
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="ApiDiffChecker" Version="0.1.30" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ApiDiffChecker --version 0.1.30
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ApiDiffChecker, 0.1.30"
#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 ApiDiffChecker as a Cake Addin #addin nuget:?package=ApiDiffChecker&version=0.1.30 // Install ApiDiffChecker as a Cake Tool #tool nuget:?package=ApiDiffChecker&version=0.1.30
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
API Diff Checker
A simple API Testing tool to compare the differences in responses between 2 different origins.
- Easily check how your local environment compares to your test server
- Verify that any refactoring work did not introduce any accidental changes
Setup
- Edit Program.cs
using ApiDiffChecker;
if (builder.Environment.IsDevelopment())
{
// Setup API Diff Checker Dependency Injection
builder.Services.AddApiDiffChecker();
}
if (app.Environment.IsDevelopment())
{
app.UseSwagger();
app.UseSwaggerUI();
// Initialize API Diff Checker
app.ApiDiffCheckerInitialize();
}
Start your WebApi and browse to /api-diff-checker
Open the Settings Page and setup your default parameters and Runs
Click: Save Settings to disk
Click: Run All
Powered by
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- DiffMatchPatch (>= 3.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.0)
- Newtonsoft.Json (>= 13.0.1)
- Swashbuckle (>= 5.0.0)
- Swashbuckle.AspNetCore (>= 6.3.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.1.30 | 177 | 1/15/2024 |
0.1.29 | 108 | 1/15/2024 |
0.1.28 | 104 | 1/14/2024 |
0.1.27 | 111 | 1/14/2024 |
0.1.26 | 110 | 1/14/2024 |
0.1.25 | 101 | 1/14/2024 |
0.1.24 | 111 | 1/14/2024 |
0.1.23 | 117 | 1/14/2024 |
0.1.22 | 108 | 1/14/2024 |
0.1.21 | 115 | 1/14/2024 |
0.1.20 | 118 | 1/14/2024 |
0.1.19 | 113 | 1/14/2024 |
0.1.6 | 109 | 1/14/2024 |
0.1.5 | 115 | 1/12/2024 |
0.1.4 | 104 | 1/12/2024 |
0.1.3 | 110 | 1/12/2024 |
0.0.18 | 116 | 1/12/2024 |
0.0.17 | 108 | 1/12/2024 |
0.0.2 | 113 | 1/12/2024 |
0.0.1 | 112 | 1/12/2024 |
0.0.0.77 | 108 | 1/14/2024 |
0.0.0.74 | 113 | 1/14/2024 |
0.0.0.72 | 108 | 1/14/2024 |
0.0.0.71 | 109 | 1/14/2024 |
0.0.0.61 | 109 | 1/14/2024 |
0.0.0.7 | 108 | 1/14/2024 |
0.0.0.6 | 104 | 1/12/2024 |
0.0.0.5 | 104 | 1/12/2024 |