This is a mirror of official site: http://jasper-net.blogspot.com/

.NET Demon Provides Continuous Compilation and Testing for Visual Studio

| Sunday, January 22, 2012
Red Gate recently introduced .NET Demon, a new extension that continuously tests and compiles code in the background in Visual Studio.

In order to support continuous compilation, .NET Demon replaces Visual Studio's build system. To make this process faster, it detects and only compiles the portions of the application that have changed, or are affected by changes. The tool also continuously saves code as the developer types.

For those using NUnit 2.5.4 or higher for unit testing, .NET Demon adds continuous testing features to Visual Studio as well. As changes are made in the code, unit test results and code coverage are displayed inline. (All other features of .NET Demon are available whether or not unit testing is being used.)

Read more: InfoQ
QR: DotNet-Demon

Posted via email from Jasper-net

0 comments: