BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News .NET Demon Provides Continuous Compilation and Testing for Visual Studio

.NET Demon Provides Continuous Compilation and Testing for Visual Studio

This item in japanese

Bookmarks

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.)

.NET Demon works with all editions of Visual Studio 2010 except Express. While the full version of the software will be paid, the beta is currently available for free for download from Red Gate's website or the Visual Studio Gallery.

Rate this Article

Adoption
Style

Hello stranger!

You need to Register an InfoQ account or or login to post comments. But there's so much more behind being registered.

Get the most out of the InfoQ experience.

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Community comments

  • .NET catching up

    by Piotr Owsiak,

    • NCrunch

      by Ivan Zlatev,

      Your message is awaiting moderation. Thank you for participating in the discussion.

      FYI There is also NCrunch www.ncrunch.net/ , which I've recently started playing around with, because it supports MSpec.

    • .NET catching up

      by Piotr Owsiak,

      Your message is awaiting moderation. Thank you for participating in the discussion.

      Looks like .NET community is catching up with others in this field (i.e. Java, Ruby)

    • Re: NCrunch

      by Piotr Owsiak,

      Your message is awaiting moderation. Thank you for participating in the discussion.

    Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

    Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

    BT