Natrix.Browser 0.5.0

dotnet add package Natrix.Browser --version 0.5.0
                    
NuGet\Install-Package Natrix.Browser -Version 0.5.0
                    
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="Natrix.Browser" Version="0.5.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Natrix.Browser" Version="0.5.0" />
                    
Directory.Packages.props
<PackageReference Include="Natrix.Browser" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Natrix.Browser --version 0.5.0
                    
#r "nuget: Natrix.Browser, 0.5.0"
                    
#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.
#:package Natrix.Browser@0.5.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Natrix.Browser&version=0.5.0
                    
Install as a Cake Addin
#tool nuget:?package=Natrix.Browser&version=0.5.0
                    
Install as a Cake Tool

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
0.5.0 112 8/16/2026
0.4.0 119 7/31/2026
0.3.0 106 7/26/2026
0.2.0 109 7/25/2026
0.1.0 104 7/25/2026