/api-tools

Tools to compute API diffs

Primary LanguageC#

API tools

mono-api-info

This tools creates an xml file that describes the public API of an assembly.

This is a modified version of the same tool from Mono: https://github.com/mono/mono/tree/3d11ccdce6df39bb63c783af28ec9756d1b32db1/mcs/tools/corcompare

mono-api-html

This tool compares two xml files (created with mono-api-info) and produces an html report with the differences.

This is a modified version of the same tool from Mono: https://github.com/mono/mono/tree/3d11ccdce6df39bb63c783af28ec9756d1b32db1/mcs/tools/mono-api-html