Info
Version: | 0.5.0 |
Author(s): | Rick Strahl, West Wind Technologies |
Last Update: | Sunday, November 19, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/RickStrahl/Westwind.AspnetCore.LiveReload |
NuGet Url: | https://www.nuget.org/packages/Westwind.AspnetCore.LiveReload |
Install
Install-Package Westwind.AspnetCore.LiveReload
dotnet add package Westwind.AspnetCore.LiveReload
paket add Westwind.AspnetCore.LiveReload
Westwind.AspnetCore.LiveReload Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
It can monitor for client side static files, Razor Views and Pages and can also reload server changes when combined with `dotnet watch run`. This middleware is light-weight and self-contained without external dependencies, and can be completely turned on and off via configuration.
There are also a standalone 'LiveReloadServer' Dotnet Tool and Chocolatey packages that can be used to run a standalone LiveReload Web Server for static content in any folder.
The standalone server supports static content, self-contained Razor Pages as well as Markdown content for serving and live reloading. See `LiveReloadServer` NuGet Package for the Dotnet Tool or `LiveReloadWebServer` for Choco package.
.