Stormancer.Server.Plugins.WebApi
3.2.0.1-pre
See the version list below for details.
dotnet add package Stormancer.Server.Plugins.WebApi --version 3.2.0.1-pre
NuGet\Install-Package Stormancer.Server.Plugins.WebApi -Version 3.2.0.1-pre
<PackageReference Include="Stormancer.Server.Plugins.WebApi" Version="3.2.0.1-pre" />
paket add Stormancer.Server.Plugins.WebApi --version 3.2.0.1-pre
#r "nuget: Stormancer.Server.Plugins.WebApi, 3.2.0.1-pre"
// Install Stormancer.Server.Plugins.WebApi as a Cake Addin #addin nuget:?package=Stormancer.Server.Plugins.WebApi&version=3.2.0.1-pre&prerelease // Install Stormancer.Server.Plugins.WebApi as a Cake Tool #tool nuget:?package=Stormancer.Server.Plugins.WebApi&version=3.2.0.1-pre&prerelease
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. |
-
net8.0
- Microsoft.AspNetCore.Mvc.NewtonsoftJson (>= 8.0.2)
- Microsoft.Extensions.DependencyInjection (>= 8.0.0)
- Stormancer.Abstractions.Server (>= 10.0.4-pre)
- Stormancer.Server.Plugins.Api (>= 3.1.0.2-pre)
- Swashbuckle.AspNetCore (>= 6.5.0)
- Swashbuckle.AspNetCore.Newtonsoft (>= 6.5.0)
NuGet packages (5)
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.Database.EntityFrameworkCore
Provides an modular entity framework core context to the application.. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.2.0.3-pre | 1,206 | 6/10/2024 |
3.2.0.1-pre | 573 | 3/11/2024 |
3.1.0.4-pre | 441 | 12/11/2023 |
3.1.0.3-pre | 411 | 11/20/2023 |
3.1.0-pre | 894 | 10/13/2023 |
3.0.0.5 | 5,060 | 9/28/2022 |
3.0.0.5-pre | 4,540 | 8/2/2022 |
3.0.0.4-pre | 1,718 | 2/28/2022 |
3.0.0.3 | 3,071 | 2/7/2022 |
3.0.0.2 | 10,546 | 5/23/2021 |
3.0.0.1 | 9,160 | 12/4/2020 |
2.2.1 | 2,324 | 10/20/2020 |
2.2.1-pre | 3,600 | 6/5/2020 |
2.2.0 | 2,415 | 5/27/2020 |
2.2.0-pre | 1,017 | 4/27/2020 |
2.1.1.3-pre | 1,190 | 4/13/2020 |
2.1.1.1-pre | 403 | 4/11/2020 |
2.1.0-pre | 299 | 4/11/2020 |
2.0.3-pre | 379 | 4/11/2020 |
2.0.2-pre | 408 | 4/11/2020 |
2.0.1-pre | 354 | 4/8/2020 |
2.0.0 | 3,000 | 1/29/2020 |
2.0.0-pre | 2,230 | 2/22/2020 |
1.0.0.2 | 5,385 | 1/4/2020 |
1.0.0.1 | 2,377 | 1/3/2020 |
1.0.0 | 695 | 1/2/2020 |
Changed
*******
- Swashbuckle dependency updated.
- Create Request dependency lifetime scopes for requests.
- Write logs in case of exceptions during web requests.