Stormancer.Abstractions.Host 13.0.0

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" />
                    
Directory.Packages.props
<PackageReference Include="Stormancer.Abstractions.Host" />
                    
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 Stormancer.Abstractions.Host --version 13.0.0
                    
#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
                    
Install as a Cake Addin
#tool nuget:?package=Stormancer.Abstractions.Host&version=13.0.0
                    
Install as a Cake Tool

This package represents a grid API requirement for an host.

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

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.0.0 208 2/26/2025
13.0.0-pre 621 5/19/2024
12.2.0-pre 157 5/4/2024
12.1.0.1-pre 405 3/13/2024
12.1.0-pre 307 3/11/2024
11.2.0.1-pre 390 11/10/2023
11.2.0-pre 162 11/10/2023
11.1.0.1-pre 501 10/29/2023
11.1.0 997 3/15/2023
11.1.0-pre 641 2/22/2023
11.0.1 3,365 10/20/2022
11.0.1-pre 404 2/8/2023
11.0.0.4-pre 443 10/18/2022
11.0.0.3-pre 280 10/18/2022
11.0.0 736 10/12/2022
10.1.1.6-pre 412 10/3/2022
10.1.1.5 2,386 9/28/2022
10.1.1.5-pre 773 9/19/2022
10.1.1.3-pre 286 9/16/2022
10.1.1.2-pre 253 9/16/2022
10.1.1.1-pre 600 9/12/2022
10.1.1-pre 794 4/19/2022
10.1.0.1 3,528 4/4/2022
10.1.0.1-pre 455 4/4/2022
10.1.0-pre 418 3/15/2022
10.0.0 2,008 1/28/2022
10.0.0-pre 383 1/27/2022
9.2.0 2,636 10/14/2021
9.2.0-pre 1,049 10/4/2021
9.1.1 1,182 7/24/2021
9.1.0 1,242 6/21/2021
9.0.0 3,736 6/7/2021
8.1.0 3,223 4/29/2021
8.0.0-pre 344 4/5/2021
7.2.0 968 3/1/2021
7.0.2 950 12/18/2020
7.0.2-pre 435 12/15/2020
7.0.1 2,087 12/4/2020
7.0.1-pre 681 12/3/2020
6.0.0 2,445 10/16/2020
6.0.0-pre 722 8/30/2020
5.1.0 1,868 8/19/2020
5.1.0-pre 1,847 6/5/2020
5.0.0 1,319 6/2/2020
5.0.0-pre 1,100 5/29/2020
4.1.0 1,319 5/26/2020
4.1.0-pre 1,069 4/27/2020
4.0.1-pre 626 4/23/2020
4.0.0-pre 576 4/17/2020
3.1.0.1 4,458 1/2/2020
3.1.0.1-pre 865 3/9/2020
3.0.1.1 3,220 12/5/2019

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.