https://github.com/litee/dotnet-backward-compatibility-checker
https://github.com/litee/dotnet-backward-compatibility-checker
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/litee/dotnet-backward-compatibility-checker
- Owner: Litee
- License: apache-2.0
- Created: 2014-12-13T15:17:37.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-18T07:38:11.000Z (over 11 years ago)
- Last Synced: 2025-01-22T07:37:19.546Z (over 1 year ago)
- Language: C#
- Size: 223 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)