Westwind.AspNetCore.LiveReload
ASP.NET Core Live Reload Middleware that monitors for file changes in your project at development time and automatically reloads the browser's active page. 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. .
Install
dotnet add package Westwind.AspNetCore.LiveReload --version 0.7.0
Install-Package Westwind.AspNetCore.LiveReload -Version 0.7.0
<PackageReference Include="Westwind.AspNetCore.LiveReload" Version="0.7.0" />
Frameworks
Dependencies
No declared dependencies.
Adoption guide
Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.
No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.
Compatibility metadata lists 3 target frameworks; confirm the exact target used by your application.
How to read this guidance
Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.
Useful next steps
Move from package metadata to a concrete selection or review workflow.