Re: [Mono-dev] Review of PR1354 - add Request.Abort()

2014-10-18 Thread Miguel de Icaza
Hey Martin, Thanks for the patch; The documentation describes that this has two behaviors depending on the pipeline mode in use: http://msdn.microsoft.com/en-us/library/system.web.httprequest.abort(v=vs.110).aspx It might be good to find out if there are other things that this call should do b

Re: [Mono-dev] Do we need to maintain the csproj files?

2014-10-18 Thread Miguel de Icaza
Correct, and Joao also did some extra work on top of that. Miguel On Sat, Oct 18, 2014 at 6:46 PM, wrote: > The csproj files can be generated by a C# program under msvc/scripts. > The resulting csproj are pushed to github from time to time, but you can > generate them yourself if need be. I wo

Re: [Mono-dev] Do we need to maintain the csproj files?

2014-10-18 Thread Jean-Michel.Perraud
The csproj files can be generated by a C# program under msvc/scripts. The resulting csproj are pushed to github from time to time, but you can generate them yourself if need be. I worked on this a couple of years ago, and I think Miguel did further work in May 2014.

[Mono-dev] Review of PR1354 - add Request.Abort()

2014-10-18 Thread Martin Thwaites
Hi all, I've just submitted a pull to add Request.Abort() to the HttpRequest class. It simply calls "CloseConnection" on the worker request so it's pretty simple. I'm not sure how to add a unit test for this so any help would be appreciated. This is for the work I'm doing on getting the aspnetw

[Mono-dev] Do we need to maintain the csproj files?

2014-10-18 Thread Martin Thwaites
Hi all, I'm wondering if, when adding new classes, we need to also add the file to the relevant .csproj file as well as the .sources files? I'm not sure what state they're in, but I am using them myself to develop with, so it would be useful if that was the rule. Thanks, Martin _

Re: [Mono-dev] Building mono on Windows issues.

2014-10-18 Thread Alex J Lennon
Hi Mladen, On 17/10/2014 16:25, Alex J Lennon wrote: > On 17/10/2014 16:07, Alex J Lennon wrote: >> On 17/10/2014 09:09, Mladen Mihajlovic wrote: >>> Hey Alex >>> >>> There's a lot that you can do through their yml settings file. >>> Download and setup pretty much anything. Have a look in the root