Jeff wrote:
> > Ok, I've switched to 'false' and now I get:
> >
> >
> > 21 Warning(s)
> > 13 Error(s)
> >
> > - Some errors still sound like warnings to me.
> 
> Looks like that's set to true in all of the csproj files, so you'll have to 
> change it
> in all of them.
> 
> >
> > - most of the errors throws a ' Type of ... is not CLS-compliant'
> > message
> 
> I think these are meant to be warnings as well, so see what happens after
> changing all of the <TreatWarningsAsErrors> sections.

For those we can probably add a [assembly: ClsCompliant(false)] attribute
somewhere and have those go away (there may also be a project setting).



_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to