Peter Mounce

Results 77 issues of Peter Mounce

Collect metrics (coverage, fxcop w/e, ndepend CQLs, etc) into a file during a build. Create a comparator so that we can grab this file from the previous successful build and...

This would remove the need to merge coverage files together, which is an ncover-complete feature.

... so that if it's non-numeric (eg DVCS generated), it's still part of the assembly information. And, while I'm at it, make the assemblyinfo part use the erb template engine.

0.2.x

Presently, have to pass in CONFIGURATION=Debug or CONFIGURATION=Whatever, to get a build specifically for that configuration into out/bin. Should instead assume CONFIGURATION is an array with ['Debug'] as sensible default,...

0.2.x

Support NDepend

code analysis
0.2.x
fixed in 0.2; unreleased

Tools should search for themselves first in local TOOLS_DIR as now, and then failing that in their own standard install locations. This will negate the strict need for tools to...

0.1.x

xunit 1.5 introduces possibility of wanting to run the x86 runner vs the x64 runner. Should be possible to push in a preference when (for example) on an x64 box...

0.2.x
Bug
fixed in 0.2; unreleased

It has a feature to merge coverage files with eg *.xml - but this will fail in the standard version.

0.2.x
Bug
fixed in 0.2; unreleased

Support NUnit test fixtures via the console runner

test runner
0.2.x
fixed in 0.2; unreleased