Stormancer.Abstractions.Server 10.1.0.9-pre

This is a prerelease version of Stormancer.Abstractions.Server.
dotnet add package Stormancer.Abstractions.Server --version 10.1.0.9-pre                
NuGet\Install-Package Stormancer.Abstractions.Server -Version 10.1.0.9-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.1.0.9-pre" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Stormancer.Abstractions.Server --version 10.1.0.9-pre                
#r "nuget: Stormancer.Abstractions.Server, 10.1.0.9-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.
// Install Stormancer.Abstractions.Server as a Cake Addin
#addin nuget:?package=Stormancer.Abstractions.Server&version=10.1.0.9-pre&prerelease

// Install Stormancer.Abstractions.Server as a Cake Tool
#tool nuget:?package=Stormancer.Abstractions.Server&version=10.1.0.9-pre&prerelease                

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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (23)

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

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

Stormancer.Server.Plugins.Utilities

Provides useful APIs to Stormancer applications.

Stormancer.Server.Plugins.Api

Declare server routes using the controller/action pattern.

Stormancer.Server.Plugins.GameSession

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

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
10.1.0.9-pre 768 5/24/2024
10.1.0.8-pre 90 5/19/2024
10.1.0.7-pre 245 4/16/2024
10.1.0.1-pre 93 4/8/2024
10.1.0-pre 359 3/29/2024
10.0.5-pre 135 3/13/2024
10.0.4-pre 978 3/11/2024
9.4.0.7-pre 511 12/6/2023
9.4.0.6-pre 378 11/20/2023
9.4.0-pre 89 11/16/2023
9.3.1.2-pre 157 10/29/2023
9.3.1.1 206 10/18/2023
9.3.1.1-pre 390 6/23/2023
9.3.1-pre 133 6/9/2023
9.3.0 4,127 3/15/2023
9.3.0-pre 1,261 2/22/2023
9.2.0-pre 177 1/12/2023
9.1.2.1 910 10/26/2022
9.1.2 676 10/24/2022
9.1.1.1 629 10/20/2022
9.1.1.1-pre 183 10/20/2022
9.1.1-pre 218 10/19/2022
9.1.0.6-pre 157 10/18/2022
9.1.0.5-pre 172 10/18/2022
9.1.0.1 514 10/12/2022
9.1.0 702 9/30/2022
9.0.0 7,573 9/28/2022
9.0.0-pre 157 9/28/2022
8.0.0.13-pre 182 9/27/2022
8.0.0.12-pre 228 9/20/2022
8.0.0.11-pre 179 9/20/2022
8.0.0.6-pre 171 9/19/2022
8.0.0.5-pre 185 9/16/2022
8.0.0.4-pre 1,032 9/12/2022
7.1.0-pre 1,821 8/2/2022
7.0.0 2,161 4/5/2022
6.1.0.1-pre 174 3/29/2022
6.1.0-pre 793 3/15/2022
6.0.0.1-pre 1,025 2/28/2022
6.0.0-pre 185 2/28/2022
5.3.0.1 497 2/17/2022
5.3.0-pre 155 2/15/2022
5.2.0.2 7,640 10/14/2021
5.2.0.2-pre 287 10/6/2021
5.2.0.1-pre 324 10/4/2021
5.2.0-pre 246 8/19/2021
5.1.0 393 7/21/2021
5.0.0 12,847 5/20/2021
5.0.0-pre 570 5/11/2021
4.2.0.4 2,759 4/29/2021
4.1.0 4,387 3/1/2021
4.0.0.1 6,246 12/4/2020
4.0.0.1-pre 271 12/3/2020
3.5.0 3,387 10/16/2020
3.5.0-pre 364 9/24/2020
3.4.0.1 508 8/19/2020
3.4.0-pre 4,542 6/5/2020
3.3.1.2 750 4/13/2020
3.3.1.2-pre 349 4/8/2020
3.3.1.1 6,672 2/28/2020
3.3.1.1-pre 388 3/2/2020
3.3.1-pre 357 3/2/2020
3.1.0.1 8,647 1/11/2020
3.0.0.7 5,280 1/3/2020
3.0.0.6 874 1/2/2020
3.0.0.5 1,448 1/2/2020
3.0.0 3,093 12/3/2019

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.

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.