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
#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

API Diff Checker

Build Status Nuget

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

  1. 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();
}
  1. Start your WebApi and browse to /api-diff-checker

  2. Open the Settings Page and setup your default parameters and Runs

  3. Click: Save Settings to disk

  4. Click: Run All

Powered by

Product 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.

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 142 1/15/2024
0.1.29 82 1/15/2024
0.1.28 75 1/14/2024
0.1.27 85 1/14/2024
0.1.26 81 1/14/2024
0.1.25 75 1/14/2024
0.1.24 87 1/14/2024
0.1.23 91 1/14/2024
0.1.22 84 1/14/2024
0.1.21 85 1/14/2024
0.1.20 87 1/14/2024
0.1.19 81 1/14/2024
0.1.6 83 1/14/2024
0.1.5 84 1/12/2024
0.1.4 77 1/12/2024
0.1.3 83 1/12/2024
0.0.18 86 1/12/2024
0.0.17 79 1/12/2024
0.0.2 84 1/12/2024
0.0.1 83 1/12/2024
0.0.0.77 82 1/14/2024
0.0.0.74 84 1/14/2024
0.0.0.72 80 1/14/2024
0.0.0.71 83 1/14/2024
0.0.0.61 77 1/14/2024
0.0.0.7 79 1/14/2024
0.0.0.6 76 1/12/2024
0.0.0.5 75 1/12/2024