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
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package Watch2 --version 10.2026.221.2048
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
watch2
Dotnet watch on steroids
It can
clear the console after each run
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 runTimeOut: the time in milliseconds to wait for the process to start.version: the version of the file. Do not change it.
| Product | Versions 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 | 172 | 2/21/2026 |
| 10.2026.221.1536 | 111 | 2/21/2026 |
| 10.2026.221.1136 | 110 | 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 | 184 | 11/1/2024 |