Toolbelt.Blazor.DevServer.WithCssLiveReloader 5.0.4

dotnet add package Toolbelt.Blazor.DevServer.WithCssLiveReloader --version 5.0.4
NuGet\Install-Package Toolbelt.Blazor.DevServer.WithCssLiveReloader -Version 5.0.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Toolbelt.Blazor.DevServer.WithCssLiveReloader" Version="5.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Toolbelt.Blazor.DevServer.WithCssLiveReloader --version 5.0.4
#r "nuget: Toolbelt.Blazor.DevServer.WithCssLiveReloader, 5.0.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Toolbelt.Blazor.DevServer.WithCssLiveReloader as a Cake Addin
#addin nuget:?package=Toolbelt.Blazor.DevServer.WithCssLiveReloader&version=5.0.4

// Install Toolbelt.Blazor.DevServer.WithCssLiveReloader as a Cake Tool
#tool nuget:?package=Toolbelt.Blazor.DevServer.WithCssLiveReloader&version=5.0.4

Blazor Dev Server with CSS Live Reloader NuGet Package

Summary

Alternative Blazor Dev Server to be available CSS live reloading.

fig.1

This is an alternative development server for use when building Blazor WebAssembly standalone (not ASP.NET Core hosted) applications, include CSS live reloader.a

There are already many live reloading solutions.
However, instead of this middleware works for only CSS files, it reload styles more smoothly rather than other solutions.

How to use

What you have to do is, just rewrite your project file (.csproj) to replace the Blazor Dev Server package from ASP.NET Core edition to this one.


<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
  ...
  <ItemGroup>
    ...
    
    

    
    <PackageReference Include="Toolbelt.Blazor.DevServer.WithCssLiveReloader" Version="5.0.4" PrivateAssets="all" />
    ...

That's all!

Supported Blazor Versions

  • Blazor WebAssembly v.3.2.1 👉 Use v.3.2.1.200 of this package.
  • Blazor WebAssembly v.5.0.0 👉 Use v.5.0.0 of this package.
  • Blazor WebAssembly v.5.0.1 👉 Use v.5.0.1 of this package.
  • Blazor WebAssembly v.5.0.2 👉 Use v.5.0.2 of this package.
  • Blazor WebAssembly v.5.0.3 👉 Use v.5.0.3 of this package.
  • Blazor WebAssembly v.5.0.4 👉 Use v.5.0.4 of this package.

For Blazor WebAssembly ASP.NET Core hosted...

If you building a Blazor WebAssembly app which is ASP.NET Core hosted, please use Toolbelt.AspNetCore.CssLiveReloader NuGet package, instead of this.

See also: Toolbelt.AspNetCore.CssLiveReloader NuGet package

Release Notes

Release Notes is here.

License

Apache License Version 2.0

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.0.4 3,795 3/14/2021
5.0.3 365 2/14/2021
5.0.2 426 1/13/2021
5.0.1 539 12/13/2020
5.0.0 710 11/11/2020
5.0.0-rc.2.20475.17 290 10/18/2020
5.0.0-rc.1.20451.17 224 9/18/2020
5.0.0-preview.8.20414.8 271 9/11/2020
5.0.0-preview.7.20365.19 265 7/25/2020
3.2.1.200 528 10/18/2020
3.2.1.100 441 9/11/2020
3.2.1 503 7/24/2020
3.2.0 554 5/21/2020
1.0.4 596 4/30/2020
1.0.3 499 4/29/2020
1.0.2 504 4/17/2020
1.0.1 488 4/10/2020
1.0.0 489 3/19/2020

v.5.0.4
- Support to Blazor ver.5.0.4