[Mono-dev] New Mono API status pages.

Gonzalo Paniagua Javier gonzalo.mono at gmail.com
Fri Apr 10 15:31:23 EDT 2009


On Fri, 2009-04-10 at 07:44 -0700, Eyal Alaluf wrote:
> Hi, Miguel.
> 
> I like the visibility this page provides into how close Mono is to the
> target .Net platform in the various configurations.
> I am missing two things - I'd like to know how many symbols are in the
> .Net assembly (to put things in the right perspective), and for some
> reason in my browser (IE 7, white foreground, black background) I see
> only the numbers and only the tooltip says what they mean. It looks like
> this:
>  mscorlib.dll
>  47
>  20
>  9
>  494
>  419
> I'd think that arranging it in a table or giving titles will make this
> much more readable and easy to use.

It should work fine for IE7 now. Thanks.

About the count... We count anything from an enum field to a class as
one item. For example, if there's a property with a get and set missing,
that counts as 3 missing items (property and 2 methods). For the total
count to make sense we would have to display totals per item type
otherwise we would be giving the same 'weight' to a missing enum value
and a missing .ctor...

-Gonzalo




More information about the Mono-devel-list mailing list