Stormancer.Server.Plugins.WebApi
3.2.0.3
See the version list below for details.
dotnet add package Stormancer.Server.Plugins.WebApi --version 3.2.0.3
NuGet\Install-Package Stormancer.Server.Plugins.WebApi -Version 3.2.0.3
<PackageReference Include="Stormancer.Server.Plugins.WebApi" Version="3.2.0.3" />
<PackageVersion Include="Stormancer.Server.Plugins.WebApi" Version="3.2.0.3" />
<PackageReference Include="Stormancer.Server.Plugins.WebApi" />
paket add Stormancer.Server.Plugins.WebApi --version 3.2.0.3
#r "nuget: Stormancer.Server.Plugins.WebApi, 3.2.0.3"
#:package Stormancer.Server.Plugins.WebApi@3.2.0.3
#addin nuget:?package=Stormancer.Server.Plugins.WebApi&version=3.2.0.3
#tool nuget:?package=Stormancer.Server.Plugins.WebApi&version=3.2.0.3
Provides extensibility points to add admin and public web APIs to a Stormancer App.
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
- Microsoft.AspNetCore.Mvc.NewtonsoftJson (>= 8.0.2)
- Microsoft.Extensions.DependencyInjection (>= 8.0.0)
- Stormancer.Abstractions.Server (>= 10.1.0.9-pre)
- Stormancer.Server.Plugins.Api (>= 3.2.0.1)
- Swashbuckle.AspNetCore (>= 6.5.0)
- Swashbuckle.AspNetCore.Newtonsoft (>= 6.5.0)
NuGet packages (6)
Showing the top 5 NuGet packages that depend on Stormancer.Server.Plugins.WebApi:
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.Leaderboards
Leaderboard system for Stormancer server applications. |
|
Stormancer.Server.Plugins.Limits
Limits CCU and concurrent requests on Stormancer server applications. |
|
Stormancer.Server.Plugins.GameHistory
Game history system for Stormancer server applications. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
3.3.0-pre | 552 | 3/13/2025 |
3.2.0.4 | 361 | 3/3/2025 |
3.2.0.4-pre | 375 | 3/3/2025 |
3.2.0.3 | 291 | 2/28/2025 |
3.2.0.3-pre | 1,676 | 6/10/2024 |
3.2.0.1-pre | 848 | 3/11/2024 |
3.1.0.4-pre | 680 | 12/11/2023 |
3.1.0.3-pre | 747 | 11/20/2023 |
3.1.0-pre | 1,380 | 10/13/2023 |
3.0.0.5 | 5,313 | 9/28/2022 |
3.0.0.5-pre | 6,117 | 8/2/2022 |
3.0.0.4-pre | 2,064 | 2/28/2022 |
3.0.0.3 | 3,207 | 2/7/2022 |
3.0.0.2 | 11,063 | 5/23/2021 |
3.0.0.1 | 9,769 | 12/4/2020 |
2.2.1 | 2,504 | 10/20/2020 |
2.2.1-pre | 4,005 | 6/5/2020 |
2.2.0 | 2,586 | 5/27/2020 |
2.2.0-pre | 1,154 | 4/27/2020 |
2.1.1.3-pre | 1,348 | 4/13/2020 |
2.1.1.1-pre | 505 | 4/11/2020 |
2.1.0-pre | 399 | 4/11/2020 |
2.0.3-pre | 479 | 4/11/2020 |
2.0.2-pre | 519 | 4/11/2020 |
2.0.1-pre | 468 | 4/8/2020 |
2.0.0 | 3,182 | 1/29/2020 |
2.0.0-pre | 2,422 | 2/22/2020 |
1.0.0.2 | 5,678 | 1/4/2020 |
1.0.0.1 | 2,563 | 1/3/2020 |
1.0.0 | 815 | 1/2/2020 |
Changed
*******
- Swashbuckle dependency updated.
- Create Request dependency lifetime scopes for requests.
- Write logs in case of exceptions during web requests.