I want to get MBUnit 3.0, but without the Gallio bundling.. not sure whether such a package is available or not?
A:
Unfortunately the MbUnit is based upon Gallio so it's not possible to get them separately.
Thedric Walker
2009-04-23 13:03:11
+2
A:
You can download the bundle and then just pull out the MbUnit assemblies if you have another way that you want to run them instead of using Gallio.
James Avery
2009-04-23 13:08:34
+1 only MbUnit.dll and Gallio.dll are needed
Mauricio Scheffer
2009-04-23 13:10:55
+1
A:
Get the zip (GallioBundle-3.0.6.763.zip) file from here and get only the MBUnit assemblies.
Rodrigo Guerreiro
2009-04-23 13:11:58
+1
A:
Gallio has a plugin architecture. So while MbUnit is based on Gallio, you don't need to install all of the extra plugins on the side unless you need them. The minimum set of required components is fairly small.
As Rodrigo said, there is a ZIP file distribution available which does not require installation in order to be used.
Jeff Brown
2009-04-24 20:30:28