Stormancer.Abstractions.Server
10.1.1
See the version list below for details.
dotnet add package Stormancer.Abstractions.Server --version 10.1.1
NuGet\Install-Package Stormancer.Abstractions.Server -Version 10.1.1
<PackageReference Include="Stormancer.Abstractions.Server" Version="10.1.1" />
<PackageVersion Include="Stormancer.Abstractions.Server" Version="10.1.1" />
<PackageReference Include="Stormancer.Abstractions.Server" />
paket add Stormancer.Abstractions.Server --version 10.1.1
#r "nuget: Stormancer.Abstractions.Server, 10.1.1"
#:package Stormancer.Abstractions.Server@10.1.1
#addin nuget:?package=Stormancer.Abstractions.Server&version=10.1.1
#tool nuget:?package=Stormancer.Abstractions.Server&version=10.1.1
Server SDK referenced by Stormancer server applications.
| 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. |
-
net8.0
- Autofac (>= 8.1.0)
- MessagePack (>= 2.5.140)
- Newtonsoft.Json (>= 13.0.3)
- Stormancer.Abstractions.Core (>= 2.4.1.6)
- Stormancer.Abstractions.Logging (>= 1.0.1.1)
- System.Linq.Async (>= 6.0.1)
- System.Reactive (>= 6.0.0)
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 | 144 | 1/12/2026 |
| 10.2.0.1-pre | 656 | 12/5/2025 |
| 10.2.0-pre | 443 | 11/17/2025 |
| 10.1.2.1 | 343 | 6/9/2025 |
| 10.1.2.1-pre | 151 | 6/6/2025 |
| 10.1.2 | 197 | 6/6/2025 |
| 10.1.2-pre | 177 | 6/6/2025 |
| 10.1.1 | 2,238 | 2/26/2025 |
| 10.1.1-pre | 256 | 11/20/2024 |
| 10.1.0.9-pre | 3,611 | 5/24/2024 |
| 10.1.0.8-pre | 209 | 5/19/2024 |
| 10.1.0.7-pre | 583 | 4/16/2024 |
| 10.1.0.1-pre | 229 | 4/8/2024 |
| 10.1.0-pre | 836 | 3/29/2024 |
| 10.0.5-pre | 321 | 3/13/2024 |
| 10.0.4-pre | 3,737 | 3/11/2024 |
| 9.4.0.7-pre | 1,235 | 12/6/2023 |
| 9.4.0.6-pre | 1,094 | 11/20/2023 |
| 9.4.0-pre | 219 | 11/16/2023 |
| 9.3.1.2-pre | 352 | 10/29/2023 |
Changed
*******
- Updated dependencies.
- Improve Health check API (`IAppStatusProvider`) to support levels similar to log levels.
- MAode the older S2S and app wide request methods obsoletes.
- Adds a IsDesignTime property to IHost
Added
*****
- Provide the `IWebApiContainerBuilder` type to customize the way the dependency scope of a request is managed in the web API system of an app.
- Added `IDependencyResolver.IsRegistered` method to determine if a type is available in the scope.
- Added Retry method with a generic user state.
- Added APIs to send App wide and S2S requests after having written their body. This reduces the need for scheduling work items on the thread pool.
- Added ISceneHost.TryGetPeer method to get a connected peer by id.
- Added a cached PeerFilter in IScenePeerClient.