Watch2 10.2026.221.2048

dotnet tool install --global Watch2 --version 10.2026.221.2048
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local Watch2 --version 10.2026.221.2048
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Watch2&version=10.2026.221.2048
                    
nuke :add-package Watch2 --version 10.2026.221.2048
                    

Build Status

NuGet Version

watch2

Dotnet watch on steroids

It can

  1. clear the console after each run

  2. wait before the watch process to start ( good if you have to run both tests and main program)

NuGet Tool

You can find the Watch2 NuGet Tool here.

Install the package using the following command:


dotnet tool install --global Watch2 

Usage

You can use everywhere you use dotnet watch . Just replace dotnet watch with dotnet watch2 .

A watch2.json file is created in the current directory. You can modify it to your needs.

{
  "version": 1,
  "ClearConsole": true,
  "TimeOut": 15000
}
  • ClearConsole : if true, it will clear the console after each run
  • TimeOut : the time in milliseconds to wait for the process to start.
  • version : the version of the file. Do not change it.
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
10.2026.221.2048 169 2/21/2026
10.2026.221.1536 109 2/21/2026
10.2026.221.1136 108 2/21/2026
10.2026.221.1048 102 2/21/2026
8.2024.1104.2136 420 11/4/2024
8.2024.1104.2113 191 11/4/2024
8.2024.1104.2013 196 11/3/2024
8.2024.1102.950 200 11/2/2024
8.2024.1101.508 183 11/1/2024