Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 546 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 546 Bytes

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