dotnet watch


Topic | v1 | created by jjones |
Description

dotnet watch is a tool that runs a .NET Core CLI command when source files change. For example, a file change can trigger compilation, test execution, or deployment.


Relations

subtopic of .NET Core

.NET Core is a free and open-source, managed computer software framework for Windows, Linux, and macO...


Edit details Edit relations Attach new author Attach new topic Attach new resource
Resources

has official Develop ASP.NET Core apps using a file watcher

9.0 rating 4.0 level 9.0 clarity 5.0 background – 1 rating

This tutorial demonstrates how to install and use the .NET Core CLI's file watcher (dotnet watch) too...