MbUnit v3 in Visual Studio Team System 2008
One of the changes made in MbUnit v3 alpha 3 was support for the Visual Studio Team System test runner. As Jeff points out, we are the first to offer this kind of support. At the moment the support is experimental but we will be driving foward more in the coming weeks and months.
You will need to install MbUnit v3 alpha 3, if your upgrading from v2 to v3 there will be some compatability issues (I'll cover these in a later post).
Take this simple test

Make sure you have MbUnit and Gallio referanced
Recompile and the test should now show in the Test View window

Just like a MSTest test you can now run through the test window.
