Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.25 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.25 KB

NuGetDiff

Build Status NuGet Pre Release

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.

Building

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

Docs

TODO

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