----- Original Message ----- From: "Matthew Mastracci" <[EMAIL PROTECTED]> To: "Nant-Developers (E-mail)" <[EMAIL PROTECTED]> Sent: Tuesday, March 16, 2004 10:20 PM Subject: [nant-dev] Solution task fixes + speedups
> I've spent a bit more time speeding up the solution task and fixing > differences from VS.NET. Here's a short summary of what to expect with > the latest CVS: > > 1. We only create one AppDomain per solution build and per project > build. We were creating dozens of AppDomains per project build before. I know, I was planning on fixing this later ... > > 2. GAC checks (IsAssemblyInGac) are now cached per solution build. > This cuts 25% of the build time off alone. Fine, I wasn't concentracing on performance for now .... > > 3. The HintPath for a reference is now checked before the > AssemblyFolders. VS.NET checks it this way and it can break a solution > that wants to reference (using a direct assembly reference) a different > version of an assembly than might have been installed in an > AssemblyFolder path. Are you sure about this ??? I haven't checked this, but according to MS this is kind of "the last resort" ... Gert ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers
