Tools for working with and manipulating APIs in .NET assemblies.
Generate a facade of the public interface of an assembly, stripping away implementation and private types and members.
To install:
dotnet tool install Faithlife.FacadeGenerator.Tool --global
Find differences in the public API between two versions of an assembly.
To install:
dotnet tool install Faithlife.ApiDiffTool.Tool --global
Find differences in the public API between two versions of a NuGet package and suggest an Semantic Versioning version.
To install:
dotnet tool install Faithlife.PackageDiffTool.Tool --global