Re: [NAnt-users] Nant 0.90 Problem with C# Script

2010-05-19 Thread Gert Driesen
Bob, These are indeed in mscorlib, which is referenced by default. Gert -Original Message- From: Bob Archer [mailto:bob.arc...@amsi.com] Sent: woensdag 19 mei 2010 19:15 To: Gert Driesen; 'Ron Grabowski'; 'nant' Subject: RE: [NAnt-users] Nant 0.90 Problem with C# Script What can you co

Re: [NAnt-users] .NET 4.0 Support in the latest Nightly Release

2010-05-19 Thread Bob Archer
> Just letting everyone know that the nightly release that went out > today has .NET 4.0 support that REALLY needs testing. Please test to > your heart's content and report any bugs that you guys come across. > > You can go to the file section in sourceforge and download the files > under nightly

Re: [NAnt-users] Nant 0.90 Problem with C# Script

2010-05-19 Thread Bob Archer
What can you code without System.dll? Doesn't that have all the base types... or are those in mscorlib? BOb > Ron, > > This was done to improve portability and readability of build scripts. > I prefer to give users more control (in this case over the assemblies they > want to reference in scrip

Re: [NAnt-users] Nant 0.90 Problem with C# Script

2010-05-19 Thread Gert Driesen
Ron, This was done to improve portability and readability of build scripts. I prefer to give users more control (in this case over the assemblies they want to reference in scripts). If this change is causing too much trouble, we can always reconsider. Gert -Original Message- From: Ron Gr