[Mono-dev] Patch for HttpRuntime and HttpServerUtility to bring API in sync with .NET 2.0 SP2

Chuck Esterbrook chuck.esterbrook at gmail.com
Thu Sep 24 22:22:18 EDT 2009


On Thu, Sep 24, 2009 at 1:20 PM, Marek Habersack
<grendel at twistedcode.net> wrote:
>> Nick Berardi wrote:
>> But by leaving out these stub API's the Mono project is essentially
>> forbidding any application that references these API's from running on
>> their software, even if the application fully supports .NET 2.0 pre and
>> post SP2.  (which is when they were introduced)  At the very least these
>> API's should be marked with MonoTODOAttribute and committed so that
>> applications that want to work around API's not currently implemented in
>> Mono can do so.
> Frankly, I don't understand your resistance to implementing the transfer API - what are the
> technical reasons for not doing it? From MSDN docs it seems it should be pretty simple to implement,
> why not just do it (I can't do it right now as I'm busy with other things atm) and commit the full
> support?

Marek, if you can't do it now because you're busy with other things,
then it's easy to imagine that Nick can't do it now because he's also
busy. Also, Nick probably has less knowledge about ASP.NET internals
which raises the cost of implementation for him.

I would think a simple patch that avoids MissingMethodExceptions would
be a good thing and easy to accept.

-Chuck


More information about the Mono-devel-list mailing list