Stormancer.Abstractions.Server 10.2.0-pre

This is a prerelease version of Stormancer.Abstractions.Server.
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.2.0-pre
                    
NuGet\Install-Package Stormancer.Abstractions.Server -Version 10.2.0-pre
                    
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.2.0-pre" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Stormancer.Abstractions.Server" Version="10.2.0-pre" />
                    
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.2.0-pre
                    
#r "nuget: Stormancer.Abstractions.Server, 10.2.0-pre"
                    
#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.2.0-pre
                    
#: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.2.0-pre&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Stormancer.Abstractions.Server&version=10.2.0-pre&prerelease
                    
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 124 1/12/2026
10.2.0.1-pre 570 12/5/2025
10.2.0-pre 438 11/17/2025
10.1.2.1 338 6/9/2025
10.1.2.1-pre 149 6/6/2025
10.1.2 195 6/6/2025
10.1.2-pre 175 6/6/2025
10.1.1 2,158 2/26/2025
10.1.1-pre 253 11/20/2024
10.1.0.9-pre 3,611 5/24/2024
10.1.0.8-pre 205 5/19/2024
10.1.0.7-pre 580 4/16/2024
10.1.0.1-pre 228 4/8/2024
10.1.0-pre 834 3/29/2024
10.0.5-pre 320 3/13/2024
10.0.4-pre 3,714 3/11/2024
9.4.0.7-pre 1,233 12/6/2023
9.4.0.6-pre 1,093 11/20/2023
9.4.0-pre 217 11/16/2023
9.3.1.2-pre 351 10/29/2023
Loading failed

Added
*****
- Added Scene.AuthorizeP2P event to accept and add metadata for P2P connection requests in the context of the scene.