Stormancer.Server.Plugins.Api 2.3.0

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

// Install Stormancer.Server.Plugins.Api as a Cake Tool
#tool nuget:?package=Stormancer.Server.Plugins.Api&version=2.3.0                

Declare server routes using the controller/action pattern.

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

NuGet packages (18)

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

Package Downloads
Stormancer.Server.Plugins.Users

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

Stormancer.Server.Plugins.Database.Elasticsearch

Provides an elasticsearch client configured with the server app configuration.

Stormancer.Server.Plugins.GameSession

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

Stormancer.Server.Plugins.Analytics

Provides analytics services to a Stormancer application.

Stormancer.Server.Plugins.WebApi

Provides extensibility points to add admin and public web APIs to a Stormancer App.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.1.0.3-pre 346 6/10/2024
3.1.0.2-pre 415 3/11/2024
3.0.0.3-pre 287 12/11/2023
3.0.0.2 3,399 4/4/2023
3.0.0.1 4,470 9/28/2022
3.0.0.1-pre 930 9/12/2022
2.4.0.2-pre 586 8/2/2022
2.4.0.1-pre 1,303 2/28/2022
2.4.0-pre 309 2/23/2022
2.3.1.2 3,329 2/7/2022
2.3.1.1 7,400 6/23/2021
2.3.0 3,153 5/23/2021
2.2.0.4-pre 434 5/12/2021
2.2.0-pre 436 5/3/2021
2.1.0 2,023 4/29/2021
2.0.2 3,273 3/1/2021
2.0.1 1,853 12/9/2020
2.0.1-pre 1,129 12/8/2020
2.0.0.1 1,917 12/4/2020
1.3.1 2,327 10/20/2020
1.3.1-pre 774 9/23/2020
1.3.0-pre 1,604 6/29/2020
1.2.2-pre 618 6/23/2020
1.2.1-pre 716 6/8/2020
1.1.1-pre 923 6/5/2020
1.1.0 2,530 5/27/2020
1.1.0-pre 1,604 4/3/2020
1.0.0.4-pre 372 3/30/2020
1.0.0.3-pre 1,162 3/29/2020
1.0.0.2 1,833 2/19/2020
1.0.0.2-pre 1,518 2/22/2020
1.0.0.1 6,199 1/4/2020
1.0.0 2,827 1/2/2020

Changed
*******
- Remove 3 allocations in action call expression generation.
Added
*****
- Support for CancellationToken as parameter for RPC controller actions.

Added
*****
- Action call generation now maps CancellationToken action parameters to IS2SRequestContext.CancellationToken.