Stormancer.Server.Plugins.Api
2.0.1-pre
See the version list below for details.
dotnet add package Stormancer.Server.Plugins.Api --version 2.0.1-pre
NuGet\Install-Package Stormancer.Server.Plugins.Api -Version 2.0.1-pre
<PackageReference Include="Stormancer.Server.Plugins.Api" Version="2.0.1-pre" />
paket add Stormancer.Server.Plugins.Api --version 2.0.1-pre
#r "nuget: Stormancer.Server.Plugins.Api, 2.0.1-pre"
// Install Stormancer.Server.Plugins.Api as a Cake Addin #addin nuget:?package=Stormancer.Server.Plugins.Api&version=2.0.1-pre&prerelease // Install Stormancer.Server.Plugins.Api as a Cake Tool #tool nuget:?package=Stormancer.Server.Plugins.Api&version=2.0.1-pre&prerelease
Declare server routes using the controller/action pattern.
Product | Versions 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. 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. |
-
net5.0
- Stormancer.Abstractions.Server (>= 4.0.0.1)
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.2.0.1-pre | 232 | 10/15/2024 |
3.2.0-pre | 139 | 10/3/2024 |
3.1.0.3-pre | 1,123 | 6/10/2024 |
3.1.0.2-pre | 842 | 3/11/2024 |
3.0.0.3-pre | 472 | 12/11/2023 |
3.0.0.2 | 5,175 | 4/4/2023 |
3.0.0.1 | 4,761 | 9/28/2022 |
3.0.0.1-pre | 1,342 | 9/12/2022 |
2.4.0.2-pre | 808 | 8/2/2022 |
2.4.0.1-pre | 1,804 | 2/28/2022 |
2.4.0-pre | 376 | 2/23/2022 |
2.3.1.2 | 3,522 | 2/7/2022 |
2.3.1.1 | 8,085 | 6/23/2021 |
2.3.0 | 3,389 | 5/23/2021 |
2.2.0.4-pre | 539 | 5/12/2021 |
2.2.0-pre | 519 | 5/3/2021 |
2.1.0 | 2,161 | 4/29/2021 |
2.0.2 | 3,554 | 3/1/2021 |
2.0.1 | 2,004 | 12/9/2020 |
2.0.1-pre | 1,319 | 12/8/2020 |
2.0.0.1 | 2,047 | 12/4/2020 |
1.3.1 | 2,470 | 10/20/2020 |
1.3.1-pre | 896 | 9/23/2020 |
1.3.0-pre | 1,935 | 6/29/2020 |
1.2.2-pre | 716 | 6/23/2020 |
1.2.1-pre | 822 | 6/8/2020 |
1.1.1-pre | 1,081 | 6/5/2020 |
1.1.0 | 2,687 | 5/27/2020 |
1.1.0-pre | 1,866 | 4/3/2020 |
1.0.0.4-pre | 421 | 3/30/2020 |
1.0.0.3-pre | 1,338 | 3/29/2020 |
1.0.0.2 | 1,950 | 2/19/2020 |
1.0.0.2-pre | 1,752 | 2/22/2020 |
1.0.0.1 | 6,514 | 1/4/2020 |
1.0.0 | 3,000 | 1/2/2020 |
Changed
*******
- Throwing `OperationCanceledException` in an API resulted in an unknown error on the client as well as an error log on the server. However, throwing OperationCanceledException is the normal result of cancellation. The client now receives a `canceled` error and no log is written.