Stormancer.Abstractions.Server 10.1.2.1

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Stormancer.Abstractions.Server --version 10.1.2.1
                    
NuGet\Install-Package Stormancer.Abstractions.Server -Version 10.1.2.1
                    
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.Server" Version="10.1.2.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Stormancer.Abstractions.Server" Version="10.1.2.1" />
                    
Directory.Packages.props
<PackageReference Include="Stormancer.Abstractions.Server" />
                    
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.Server --version 10.1.2.1
                    
#r "nuget: Stormancer.Abstractions.Server, 10.1.2.1"
                    
#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.Server@10.1.2.1
                    
#: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.Server&version=10.1.2.1
                    
Install as a Cake Addin
#tool nuget:?package=Stormancer.Abstractions.Server&version=10.1.2.1
                    
Install as a Cake Tool

Server SDK referenced by Stormancer server applications.

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 (24)

Showing the top 5 NuGet packages that depend on Stormancer.Abstractions.Server:

Package Downloads
Stormancer.Server.Plugins.Users

Provides authentication, user management and sessions features to a Stormancer server application.

Stormancer.Server.Plugins.GameSession

Provides P2P and client/server gamesession features to a Stormancer server application.

Stormancer.Server.Plugins.Utilities

Provides useful APIs to Stormancer applications.

Stormancer.Server.Plugins.Configuration

Integrates the server app configuration API with the dependency resolver system.

Stormancer.Server.Plugins.Api

Declare server routes using the controller/action pattern.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.2.0.2-pre 116 1/12/2026
10.2.0.1-pre 540 12/5/2025
10.2.0-pre 431 11/17/2025
10.1.2.1 331 6/9/2025
10.1.2.1-pre 143 6/6/2025
10.1.2 188 6/6/2025
10.1.2-pre 170 6/6/2025
10.1.1 2,143 2/26/2025
10.1.1-pre 247 11/20/2024
10.1.0.9-pre 3,606 5/24/2024
10.1.0.8-pre 201 5/19/2024
10.1.0.7-pre 575 4/16/2024
10.1.0.1-pre 222 4/8/2024
10.1.0-pre 828 3/29/2024
10.0.5-pre 314 3/13/2024
10.0.4-pre 3,709 3/11/2024
9.4.0.7-pre 1,229 12/6/2023
9.4.0.6-pre 1,087 11/20/2023
9.4.0-pre 212 11/16/2023
9.3.1.2-pre 345 10/29/2023
Loading failed

Fixed
*****
- Fixed timeout logic in EventHandlingExtensions.RunEventHandler