• Stars
    star
    101
  • Rank 338,166 (Top 7 %)
  • Language
    C#
  • License
    MIT License
  • Created about 3 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

dotnet watch we always wanted

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>.