.NET Demon,這是一種新的Visual Studio擴展,可以在后臺持續測試和編譯代碼。
.NET Demon,這是一種新的Visual Studio擴展,可以在后臺持續測試和編譯代碼。
Build As You Type
.NET Demon continuously builds your projects in the background, replacing the Visual Studio build system.
- Projects are built as you type so there is no waiting when you run or debug your code.
- Only changed code is recompiled so your solution builds more quickly.
Live compile error checking
No more unexpected compile errors. .NET Demon is always compiling your code, so you see errors as soon as they are introduced.
- The list of errors in your solutions is always up to date.
- Quickly see the overall status of your solution in the build status indicator.
- Errors are displayed within the Visual Studio error list.
Automatic browser refresh
Integrates with the LiveReload Chrome extension to reload your tab automatically as you develop a web application.