[Mono-dev] Patch to HttpApplicationFactory.cs, improves App_Code compilation

Damien Churchill damien.churchill at ukplc.net
Thu Jan 11 13:35:15 EST 2007


Yeah I did half have that at the back of my head when I was doing it,
I'll give it a go and see what I come up with. Also I'm thinking of
making it so it does the same when you edit a codebehind file for
.net2 as well, unless there is some reason for why it doesn't happen
now?


-----Original Message-----
From: mono-devel-list-bounces at lists.ximian.com on behalf of Marek Habersack
Sent: Thu 11/01/2007 18:26
To: mono-devel-list at lists.ximian.com
Subject: Re: [Mono-dev] Patch to HttpApplicationFactory.cs, improves App_Code compilation
 
On Thu, 11 Jan 2007 18:10:05 -0000, "Damien Churchill"
<damien.churchill at ukplc.net> scribbled:

Hello Damien,
> This adds a watcher to pick up when a file in the App_Code folder has
> been modified, and on modification causes a recompile. There is
> probably a better way of doing it but I figured may as well submit
> what i did. Feel free to rip it apart.
The patch looks OK, but the reaction to any change App_Code and below
should be an application restart. And since App_Code is only one of a
whole group of folders which should application restart when changed
(the others are App_Browsers, App_GlobalResources, App_LocalResources -
an unknown number of them), it would make sense to provide a more
generic and dynamic solution which could encompass all the above
folders. I have it on my todo list, but I won't mind if you beat me to
implementing it :)
Thanks for sending the patch,

regards,

marek


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20070111/6632f1d8/attachment.html 


More information about the Mono-devel-list mailing list