MeshWeaver.Hosting.AspNetCore 3.0.0-rc9

This is a prerelease version of MeshWeaver.Hosting.AspNetCore.
dotnet add package MeshWeaver.Hosting.AspNetCore --version 3.0.0-rc9
                    
NuGet\Install-Package MeshWeaver.Hosting.AspNetCore -Version 3.0.0-rc9
                    
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="MeshWeaver.Hosting.AspNetCore" Version="3.0.0-rc9" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MeshWeaver.Hosting.AspNetCore" Version="3.0.0-rc9" />
                    
Directory.Packages.props
<PackageReference Include="MeshWeaver.Hosting.AspNetCore" />
                    
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 MeshWeaver.Hosting.AspNetCore --version 3.0.0-rc9
                    
#r "nuget: MeshWeaver.Hosting.AspNetCore, 3.0.0-rc9"
                    
#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 MeshWeaver.Hosting.AspNetCore@3.0.0-rc9
                    
#: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=MeshWeaver.Hosting.AspNetCore&version=3.0.0-rc9&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=MeshWeaver.Hosting.AspNetCore&version=3.0.0-rc9&prerelease
                    
Install as a Cake Tool

MeshWeaver.Hosting.AspNetCore

ASP.NET Core host integration for MeshWeaver modules — the endpoint-contribution hook.

A module assembly declares HTTP endpoints via MeshEndpointProviderAttribute; the host maps every installed module's contributions with app.MapMeshModuleEndpoints(). Contributed routes are authenticated by default (a route is anonymous only where the module explicitly opts out), each endpoint is stamped with MeshModuleEndpointMetadata, and at ApplicationStarted the host refuses to serve if a module-contributed endpoint collides with another registration on the same (verb, pattern) — a silently shadowed route is indistinguishable from a passing one.

Part of the MeshWeaver platform. See Doc/Architecture/Modules in a running portal for the module lane end to end.

Product 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.

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
3.0.0-rc9 43 8/30/2026
3.0.0-rc8 48 8/29/2026
3.0.0-rc7 63 8/22/2026
3.0.0-rc6 71 8/20/2026
3.0.0-rc5 71 8/19/2026
3.0.0-rc3 74 8/16/2026
3.0.0-rc13 45 8/31/2026
3.0.0-rc12 43 8/31/2026
3.0.0-rc11 44 8/30/2026
3.0.0-rc10 43 8/30/2026