博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
.NET Demon Provides Continuous Compilation and Testing for Visual Studio
阅读量:6149 次
发布时间:2019-06-21

本文共 950 字,大约阅读时间需要 3 分钟。

posted by   on Jan 20, 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 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 or the .

转载地址:http://rxgya.baihongyu.com/

你可能感兴趣的文章
[SDOI2015]约数个数和【莫比乌斯反演】
查看>>
appium windows环境环境
查看>>
函数指针
查看>>
try {}里有一个 return 语句,那么紧跟在这个 try 后的 finally {}里的 code 会不会被执行,什么时候被执行,在 return 前还是后?...
查看>>
android开发用无线网络进行Android开发中的调试
查看>>
【shell】awk格式对齐文本
查看>>
Load 方法 暨 程序的加载顺序
查看>>
Idea添加Jetty时提示JMX module is not included
查看>>
AppSettings和ConnectionStrings的区别
查看>>
cocoapods 更新本地仓库 pod setup/update 无限远程中断
查看>>
Codevs2018 反病毒软件
查看>>
JNI 最佳实践
查看>>
JVM笔记 7 虚拟机类加载机制
查看>>
【BZOJ】3143: [Hnoi2013]游走 期望+高斯消元
查看>>
常用排序算法:桶排序
查看>>
社区发力——开发组募捐提前超额完成
查看>>
【题解】 P1072 Hankson 的趣味题
查看>>
event 事件 onkeydown event.keyCode只能输入数字的文本框
查看>>
Java系列笔记(3) - Java 内存区域和GC机制
查看>>
WCF系列教程之WCF消息交换模式之单项模式
查看>>