Hi,
I commited some changes today, this includes
console config file
refactored the MSBuild task to remove old versions of the .net framework and ensure the it passes its unit tests
altered the NAnt task so its now aware of the latest version of .NET
The MSBuild task should know be functional again for you all, however MSBuild seems to struggle with working what assemblies go where and after several attempts at coding around it we were hitting brick walls. In the mean time, if you want to use the MSBuild task then you must add
MbUnit.Framework.dll to the GAC, I know everyone disliked the idea of the GAC being used but this is an optional step, the installer won't do this for you and will serve your puposes if you want the MSBuild task, if not then leave well alone.
These changes are in build MbUnit-2.3.11.exe
Andy
