Natrix.Browser
0.5.0
dotnet add package Natrix.Browser --version 0.5.0
NuGet\Install-Package Natrix.Browser -Version 0.5.0
<PackageReference Include="Natrix.Browser" Version="0.5.0" />
<PackageVersion Include="Natrix.Browser" Version="0.5.0" />
<PackageReference Include="Natrix.Browser" />
paket add Natrix.Browser --version 0.5.0
#r "nuget: Natrix.Browser, 0.5.0"
#:package Natrix.Browser@0.5.0
#addin nuget:?package=Natrix.Browser&version=0.5.0
#tool nuget:?package=Natrix.Browser&version=0.5.0
Natrix.Browser
Browser renderer and host builder browser extensions for Natrix.
Dev-time static assets
MapStaticAssets() reads its endpoint manifest once, when the server starts. Under
dotnet watch the client is rebuilt while that server keeps running, so any asset whose URL
or compressed form changed since startup becomes unreachable and the app fails to boot on the
next page load — a 404 and an integrity error for fingerprinted assemblies, or an empty
response with no content type for a precompressed dotnet.js.
This package ships build/Natrix.Browser.props, which turns off asset fingerprinting and
build-time compression in Debug so every asset keeps a stable URL and a single
representation. A rebuilt client is then picked up on the next reload without restarting the
server. Release and publish are untouched and keep both.
Override either property in your project if you need the production behavior in Debug:
<PropertyGroup>
<WasmFingerprintAssets>true</WasmFingerprintAssets>
<DisableBuildCompression>false</DisableBuildCompression>
</PropertyGroup>
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Natrix.Browser.Abstractions (>= 0.5.0)
- Natrix.Dom (>= 0.5.0)
-
net9.0
- Natrix.Browser.Abstractions (>= 0.5.0)
- Natrix.Dom (>= 0.5.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.