A library and .NET tool to help with .NET API development. There are features to compare both assemblies and NuGet packages. There is also a few assembly analyzers to help figure out changes and/or breaks in ABI.
This project is very simple and can be built, packed and tested using
the dotnet
CLI. But, to do everything in a single step, there
is the .NET Core Cake tool (Cake.Tool
):
dotnet cake
The library is working very well, but obviously - as with all software - improvements can be made:
- Add XML docs for Intellisense
- Expose more configuration points for generating API info or diffs
- More things...