Archives
-
Pocket Dashboard
Loren Halvorson has found a use for his Pocket PC. A Pocket PC dashboard for CruiseControl.NET! Read about and download PocketDashboard here.
-
Unit Testing Windows Forms Applications
Thibaut Barrère has a good write-up about using NUnitFroms with TestDriven.NET. aparrently NUnitForms is getting serious and writing GUI tests is easier than you'd expect. I have only flirted with GUI tests in the past. It looks like I'll have to give them another go.
-
Process.GetProcesses() as Non-Admin
Update: Thanks to Kevin Driedger and Arild Fines for pointing out the pitfalls of using 'tasklist.exe' on Win2k. On Win2k it is called 'tlist.exe' and is apparently an optinal component. In the end Trey Hutcheson saved the day by giving me the PInvoke code I needed (thanks Trey!!). It will work on all platforms now, for admins and regular users.
-
Process Performance Disabled
I've started getting the following exception when a I call pretty much any method on the 'System.Diagnostics.Process' class.
-
Equivalent MSBuild/NAnt Tasks
I've just added a new page to the MSBuild Wiki that compares equivalent NAnt and MSBuild tasks. The page contains links to all of the MSBuild and NAnt task documentation I could find. I'm sure there will be some errors or tasks in there that I've missed. It's a Wiki, so please jump in there and fix any mistakes! You'll need to create a Channel9 account before you can start editing.
-
Feeling the Bounce (RC7 Bug)
Note: This bug only effects people who downloaded TestDriven.NET RC7 on 05 Nov and are seeing "System.IO.FileNotFoundException: File or assembly name '...', or one of its dependencies, was not found."
-
State of Play
I'm afraid our source control database is still out of action. The whole point of aiming for V1.0 was to mark a stable branch in the database. It would be crazy to take a snapshot from my development machine and call that V1.0. Because of this I have decided to go with the last automated build until the database is back up and running. This is set to time out on the 30th of November. The golden version should be available well before then.
-
TestDriven.NET Build 841 RC6
This was so nearly V1.0! Unfortunately my Subversion source control database wedged itself with immaculate timing - I was in the middle of the last couple of checkins! It has been repairing itself for the last 24 hours. I don't know exactly when I'll be able to do the final build. I've only had a problem with SVN once before (in over a year of heavy use). It was able to repair itself last time - it just took a while.