NOF.Hosting.BlazorWebAssembly
10.6.0
dotnet add package NOF.Hosting.BlazorWebAssembly --version 10.6.0
NuGet\Install-Package NOF.Hosting.BlazorWebAssembly -Version 10.6.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="NOF.Hosting.BlazorWebAssembly" Version="10.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NOF.Hosting.BlazorWebAssembly" Version="10.6.0" />
<PackageReference Include="NOF.Hosting.BlazorWebAssembly" />
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 NOF.Hosting.BlazorWebAssembly --version 10.6.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: NOF.Hosting.BlazorWebAssembly, 10.6.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 NOF.Hosting.BlazorWebAssembly@10.6.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=NOF.Hosting.BlazorWebAssembly&version=10.6.0
#tool nuget:?package=NOF.Hosting.BlazorWebAssembly&version=10.6.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
NOF.Hosting.BlazorWebAssembly
Blazor WebAssembly hosting package for the NOF Framework.
Overview
Provides NOF host integration for Blazor WebAssembly applications by adapting WebAssemblyHostBuilder to the NOF builder pipeline.
This package focuses on host bootstrapping. Reusable UI primitives are provided by NOF.UI.
Features
- NOF Builder Integration - create and configure NOF apps on top of the built-in Blazor WebAssembly host
- Underlying Builder Access - use
builder.WebAssemblyHostBuilderwhen you need direct access to root components or browser host settings - UI Defaults -
Create(...)registersNOF.UIservices for browser storage and browser-info support
Usage
var builder = NOFWebAssemblyHostBuilder.Create(args);
builder.Services.AddScoped(sp => new HttpClient
{
BaseAddress = new Uri(builder.WebAssemblyHostBuilder.HostEnvironment.BaseAddress)
});
var app = await builder.BuildAsync();
await app.RunAsync();
Create(...) already adds the calling assembly as an application part. Use AddApplicationPart(...) only when you need to register additional assemblies.
Dependencies
Installation
dotnet add package NOF.Hosting.BlazorWebAssembly
License
Apache-2.0
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | 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.
-
net10.0
- Microsoft.AspNetCore.Components.WebAssembly (>= 10.0.0 && < 10.1.0)
- NOF.Hosting.Abstraction (>= 10.6.0)
- NOF.UI (>= 10.6.0)
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 |
|---|---|---|
| 10.6.0 | 28 | 6/10/2026 |
| 10.6.0-nightly.1282346.d3886ed | 33 | 6/9/2026 |
| 10.6.0-nightly.1282208.68ffd2e | 37 | 6/9/2026 |
| 10.6.0-nightly.1282190.e1442f9 | 39 | 6/9/2026 |
| 10.6.0-nightly.1280622.60d7027 | 61 | 6/8/2026 |
| 10.6.0-nightly.1278216.b2a8a6a | 48 | 6/6/2026 |
| 10.6.0-nightly.1278169.115732b | 46 | 6/6/2026 |
| 10.6.0-nightly.1275207.7a22e46 | 45 | 6/4/2026 |
| 10.6.0-nightly.1275187.b146f14 | 49 | 6/4/2026 |
| 10.6.0-nightly.1275143.bbcffd1 | 43 | 6/4/2026 |
| 10.6.0-nightly.1272066.87361d5 | 51 | 6/2/2026 |
| 10.6.0-nightly.1263860.0e25bc5 | 61 | 5/27/2026 |
| 10.6.0-nightly.1261960.84db1f2 | 60 | 5/26/2026 |
| 10.6.0-nightly.1260976.278016a | 48 | 5/25/2026 |
| 10.6.0-nightly.1260949.d6e2270 | 45 | 5/25/2026 |
| 10.6.0-nightly.1260883.04157c7 | 47 | 5/25/2026 |
| 10.6.0-nightly.1255923.6170d7f | 55 | 5/22/2026 |
| 10.6.0-nightly.1254934.8f245f4 | 50 | 5/21/2026 |
| 10.6.0-nightly.1253375.5b42a45 | 51 | 5/20/2026 |
| 10.5.0 | 93 | 5/19/2026 |
Loading failed