[Mono-dev] Re: Patch for compiling HttpApplication for Grasshopper(without use of yield)

Miguel de Icaza miguel at novell.com
Sat Sep 24 14:18:11 EDT 2005


Hello,

> That means it has been decided that Mono (at least System.Web) will no
> longer build using MS.NET 1.x, right ?

Yes, that is correct.

To compile System.Web you will need Mono's C# compiler, as our C#
compiler can produce 1.x assemblies and still allow you to use C# 2.0
features.

This is going to be used more as we avoid having to maintain our own
GetEnumerator() code and as we use partial classes to cope with the
reorganization that has happened between 1.x and 2.x libraries.  

Without partial classes we would have to maintain too much duplicated
code and we do not intend to do that.

Miguel.



More information about the Mono-devel-list mailing list