An open API service indexing awesome lists of open source software.

https://github.com/litee/dotnet-backward-compatibility-checker


https://github.com/litee/dotnet-backward-compatibility-checker

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Overview

This is a simlified version of the nice [ApiChange](http://apichange.codeplex.com/) tool. Here are changes that I made:
* Mono.Cecil was updated to the latest version to support .NET 4 assemblies
* If breaking change is found then app exists with -1 code (useful for CI checks)
* Many secondary features were removed to simplify code base (e.g. find usage from command line)