Faithlife.ApiDiffTools

Tools for working with and manipulating APIs in .NET assemblies.

FacadeGenerator

Generate a facade of the public interface of an assembly, stripping away implementation and private types and members.

NuGet

To install:

dotnet tool install Faithlife.FacadeGenerator.Tool --global

ApiDiffTool

Find differences in the public API between two versions of an assembly.

NuGet

To install:

dotnet tool install Faithlife.ApiDiffTool.Tool --global

PackageDiffTool

Find differences in the public API between two versions of a NuGet package and suggest an Semantic Versioning version.

NuGet

To install:

dotnet tool install Faithlife.PackageDiffTool.Tool --global

Build Status

AppVeyor

Documentation