Friday, August 3, 2018

Using DotNet Watcher

This is a feature which can be used on the command line to watch our web application. Whenever a C# class is modified and saved, it automatically re-compiles and re-runs whatever command we pass into it.

source https://www.c-sharpcorner.com/article/using-dotnet-watcher/

No comments:

Post a Comment