[Mono-devel-list] Howto generate CLS compliant code with mcs?

Miguel de Icaza miguel at ximian.com
Fri May 2 10:41:57 EDT 2003


Hello,

> According to http://bugs.ximian.com/show_bug.cgi?id=30285 it is not 
> possible yet to generate CLS compliant code with mcs.
> Are there any ideas on how this is going to be done in mcs?
> 
> I think most of the mono class libraries should be CLS compliant (in 
> order to be able to be useable by lots of languages), but it is 
> currently not possible to enforce this with mcs (so only developers 
> using csc can check this).

The tests performed by the compiler are just one part of the equation.  

A full set of external tests is needed.  We need something like FxCop
to run on our assemblies to address all the potential problems.

I posted once to some Microsoft Forum about it, and I remember that the
maintainers of the code were willing to help us out.

Miguel



More information about the Mono-devel-list mailing list