[Mono-list] System.PlatformID Issues

Guenther Roith groith@tcrz.net
Wed, 10 Jul 2002 22:55:21 +0200


> Question to compiler guys: is it possible to somehow annotate (attributes
?)
> mono's additions to Microsoft provided classes (I mean new enum values,
new
> public methods, etc). Then it would be cool if the compiler could warn
about
> non-microsoft extensions used in the source code.
>
> Is it possible to do so ? I think one cannot apply attributes to enum
values
> but to the type as a whole, so this can be a problem...
>


The compiler could have a new switch to compare the used Mono Classes
against the XML file with the .net classes, for example.