> 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.


_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to