MeshWeaver.Hosting 2.1.0

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

MeshWeaver.Hosting

Overview

MeshWeaver.Hosting provides the foundational infrastructure for hosting MeshWeaver instances. It includes base classes and configuration capabilities that enable different hosting scenarios.

Core Components

MeshConfiguration

The central configuration class for setting up a MeshWeaver instance. Used by specific hosting implementations to configure their services.

Hosting Options

Monolithic Hosting

For single-process deployments, use MeshWeaver.Hosting.Monolith.

Orleans Hosting

For distributed deployments, use MeshWeaver.Hosting.Orleans.

Integration

  • Base classes and interfaces for hosting implementations
  • Works with MeshWeaver client libraries
  • Supports different deployment scenarios through specific hosting packages

See Also

Refer to the main MeshWeaver documentation for more information about hosting options and configuration.

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

NuGet packages (5)

Showing the top 5 NuGet packages that depend on MeshWeaver.Hosting:

Package Downloads
MeshWeaver.Hosting.Blazor

Package Description

MeshWeaver.Hosting.Monolith

Package Description

MeshWeaver.Connection.SignalR

Package Description

MeshWeaver.Connection.Orleans

Package Description

MeshWeaver.Hosting.Orleans

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.0 50 4/6/2025
2.0.3 471 3/24/2025
2.0.2 457 3/24/2025
2.0.1 107 3/21/2025
2.0.0 158 3/20/2025
2.0.0-preview3 109 2/28/2025
2.0.0-Preview2 106 2/10/2025
2.0.0-preview1 121 1/6/2025
1.0.1 126 10/8/2024
1.0.0 123 10/8/2024