xamarin / api-tools

Tools to compute API diffs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Tools to compute API diffs


Languages

Language:C# 99.9%Language:Makefile 0.1%