Andrew Stopford's Weblog

poobah

Sponsors

News

Articles

Family

Old Blogs

Create custom attributes in MbUnit

Last post of November, the most posts this month than ever before :) Interesting article on creating custom attributes I located on the MbUnit Wicki. I am thinking about creating a SDC Build tools task for MbUnit, will make for an interesting start to December.

Comments

Jonathan de Halleux said:

From the limited exploration I did in SDC, it seems that their tasks are hard coded (see XmlParser) which makes it very difficult to implement a MbUnit task without recompiling.

Moverover, it seems that the SDC team has totally moved their tasks to msbuild (seee the 2.0 build). Why not considering using msbuild instead of SDC ?
# December 1, 2004 11:37 AM

Andrew said:

Hey Peli,

The problem with MsBuild is that you need .NET 2.0 beta to run it and in a
commerical enviroment thats out of the question.

Therefore I am working in the bounds of 1.0/1.1 and as such need to find
build tools for that .NET version. This is the reason I am using SDC over
MsBuild.

If a recompile is needed then its something then thats something that can be
done with out an issue. Could you provide some further data on say the wiki
or your blog on doing this so rather than actually providing the code you
just give us some ideas to go with that we can use to DIY it.
# December 1, 2004 5:28 PM