Table of contents

    Class Status

    We keep track of the differences between the major APIs between Mono and .NET in our class status pages, check:

    http://go-mono.com/status/

    The above web site compares the results from our continuous builds against the public definitions of various APIs available in .NET.

    Comparing Locally

    Screenshot24.png

    Native Client GUI Compare

    You can compare the API status on your system (for example, if you are a developer) using the tool `gui-compare’ that is shipped with the mono-tools package.

    gui-compare will download the reference API description from Mono’s site, and compare those against any assemblies that you have installed on your system.

    In addition, it is possible to use gui-compare to compare assemblies against assemblies (for example to determine the changes from 1.0 to 2.0 for example) or to use it to compare an assembly against a masterinfo (a masterinfo is a description of a public API in XML form) or to compare two masterinfo definitions (again, to compare two public descriptions of an API).

    Generating class status pages for your own assemblies

    See Generating class status pages for instructions.

    MasterInfos

    These are the files we compare to when generating our class status pages (we call them “masterinfos”) and they represent the Microsoft API for each one of the official releases (2.0, 3.0, 3.5sp1, 4.0, 4.5 and Silverlight 2.0)