Stormancer.Abstractions.Host 7.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Stormancer.Abstractions.Host --version 7.2.0                
NuGet\Install-Package Stormancer.Abstractions.Host -Version 7.2.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="7.2.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Stormancer.Abstractions.Host --version 7.2.0                
#r "nuget: Stormancer.Abstractions.Host, 7.2.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.
// Install Stormancer.Abstractions.Host as a Cake Addin
#addin nuget:?package=Stormancer.Abstractions.Host&version=7.2.0

// Install Stormancer.Abstractions.Host as a Cake Tool
#tool nuget:?package=Stormancer.Abstractions.Host&version=7.2.0                

This package represents a grid API requirement for an host.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
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 159 2/26/2025
13.0.0-pre 574 5/19/2024
12.2.0-pre 146 5/4/2024
12.1.0.1-pre 394 3/13/2024
12.1.0-pre 295 3/11/2024
11.2.0.1-pre 371 11/10/2023
11.2.0-pre 152 11/10/2023
11.1.0.1-pre 489 10/29/2023
11.1.0 966 3/15/2023
11.1.0-pre 614 2/22/2023
11.0.1 3,334 10/20/2022
11.0.1-pre 376 2/8/2023
11.0.0.4-pre 410 10/18/2022
11.0.0.3-pre 249 10/18/2022
11.0.0 704 10/12/2022
10.1.1.6-pre 381 10/3/2022
10.1.1.5 2,353 9/28/2022
10.1.1.5-pre 742 9/19/2022
10.1.1.3-pre 257 9/16/2022
10.1.1.2-pre 222 9/16/2022
10.1.1.1-pre 570 9/12/2022
10.1.1-pre 748 4/19/2022
10.1.0.1 3,485 4/4/2022
10.1.0.1-pre 410 4/4/2022
10.1.0-pre 373 3/15/2022
10.0.0 1,962 1/28/2022
10.0.0-pre 335 1/27/2022
9.2.0 2,587 10/14/2021
9.2.0-pre 1,004 10/4/2021
9.1.1 1,134 7/24/2021
9.1.0 1,195 6/21/2021
9.0.0 3,684 6/7/2021
8.1.0 3,167 4/29/2021
8.0.0-pre 292 4/5/2021
7.2.0 909 3/1/2021
7.0.2 891 12/18/2020
7.0.2-pre 378 12/15/2020
7.0.1 2,030 12/4/2020
7.0.1-pre 626 12/3/2020
6.0.0 2,389 10/16/2020
6.0.0-pre 666 8/30/2020
5.1.0 1,809 8/19/2020
5.1.0-pre 1,795 6/5/2020
5.0.0 1,260 6/2/2020
5.0.0-pre 1,038 5/29/2020
4.1.0 1,258 5/26/2020
4.1.0-pre 1,009 4/27/2020
4.0.1-pre 566 4/23/2020
4.0.0-pre 514 4/17/2020
3.1.0.1 4,394 1/2/2020
3.1.0.1-pre 805 3/9/2020
3.0.1.1 3,157 12/5/2019

Added
*****
- Add support for AppGlobal functions. App global functions are called from a server application and executed on all host instances of the same SA currently running on a cluster. global function return pipes are aggregated and available to the caller. The feature enables applications to query all currently running hosts for runtime informations.