filipnavara / dotnet-hotrewatch

dotnet watch we always wanted

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotnet-hotrewatch

Installation

Run dotnet tool install -g dotnet-hotrewatch --version "*-*".

If you are on Apple Silicon you may receive an error zsh: killed dotnet-hotrewatch. To workaround that run codesign -s "-" ~/.dotnet/tools/dotnet-hotrewatch after the installation. This is a bug in the .NET SDK that will hopefully get fixed soon.

Usage

See the original usage documentation. The main difference is that you need to use dotnet-hotrewatch <arguments> instead of dotnet watch <arguments>.

About

dotnet watch we always wanted

License:MIT License


Languages

Language:C# 95.1%Language:JavaScript 4.9%