Stormancer.Abstractions.Host
13.0.0
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Stormancer.Abstractions.Host --version 13.0.0
NuGet\Install-Package Stormancer.Abstractions.Host -Version 13.0.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="Stormancer.Abstractions.Host" Version="13.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Stormancer.Abstractions.Host" Version="13.0.0" />
<PackageReference Include="Stormancer.Abstractions.Host" />
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 Stormancer.Abstractions.Host --version 13.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Stormancer.Abstractions.Host, 13.0.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 Stormancer.Abstractions.Host@13.0.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=Stormancer.Abstractions.Host&version=13.0.0
#tool nuget:?package=Stormancer.Abstractions.Host&version=13.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
This package represents a grid API requirement for an host.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. 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 was computed. 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.
-
net8.0
- MessagePack.Annotations (>= 2.4.35)
- Stormancer.Abstractions.Core (>= 2.4.1.6)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Stormancer.Abstractions.Host:
| Package | Downloads |
|---|---|
|
Stormancer.Server.Node
Package Description |
|
|
Stormancer.Host.dotnet
Stormancer dotnet host for server applications. |
|
|
Stormancer.Server.Hosting
Hosting library for Stormancer server applications. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 13.1.0-pre | 614 | 11/17/2025 |
| 13.0.0 | 480 | 2/26/2025 |
| 13.0.0-pre | 1,150 | 5/19/2024 |
| 12.2.0-pre | 247 | 5/4/2024 |
| 12.1.0.1-pre | 699 | 3/13/2024 |
| 12.1.0-pre | 543 | 3/11/2024 |
| 11.2.0.1-pre | 626 | 11/10/2023 |
| 11.2.0-pre | 261 | 11/10/2023 |
| 11.1.0.1-pre | 892 | 10/29/2023 |
| 11.1.0 | 1,276 | 3/15/2023 |
| 11.1.0-pre | 1,025 | 2/22/2023 |
| 11.0.1 | 3,744 | 10/20/2022 |
| 11.0.1-pre | 651 | 2/8/2023 |
| 11.0.0.4-pre | 740 | 10/18/2022 |
| 11.0.0.3-pre | 464 | 10/18/2022 |
| 11.0.0 | 867 | 10/12/2022 |
| 10.1.1.6-pre | 602 | 10/3/2022 |
| 10.1.1.5 | 2,676 | 9/28/2022 |
| 10.1.1.5-pre | 1,263 | 9/19/2022 |
| 10.1.1.3-pre | 415 | 9/16/2022 |
Loading failed
Changes
*******
- Update Stormancer.Abstraction.Core dependency.
- Added NodeId to arguments in DisconnectFromAppMsg argument, to disconnect every sessions from a node.
Added
*****
- Health check result added to HostViewModel to get customizable health check data from hosts.