Stormancer.Server.Plugins.Utilities
3.1.4.2
See the version list below for details.
dotnet add package Stormancer.Server.Plugins.Utilities --version 3.1.4.2
NuGet\Install-Package Stormancer.Server.Plugins.Utilities -Version 3.1.4.2
<PackageReference Include="Stormancer.Server.Plugins.Utilities" Version="3.1.4.2" />
paket add Stormancer.Server.Plugins.Utilities --version 3.1.4.2
#r "nuget: Stormancer.Server.Plugins.Utilities, 3.1.4.2"
// Install Stormancer.Server.Plugins.Utilities as a Cake Addin #addin nuget:?package=Stormancer.Server.Plugins.Utilities&version=3.1.4.2 // Install Stormancer.Server.Plugins.Utilities as a Cake Tool #tool nuget:?package=Stormancer.Server.Plugins.Utilities&version=3.1.4.2
Provides useful APIs to Stormancer applications.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. 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. |
-
net6.0
- Stormancer.Abstractions.Server (>= 9.0.0)
NuGet packages (12)
Showing the top 5 NuGet packages that depend on Stormancer.Server.Plugins.Utilities:
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.Api
Declare server routes using the controller/action pattern. |
|
Stormancer.Server.Plugins.Management
Exposes the Stormancer Management client to the server application using the application's identity. |
|
Stormancer.Server.Plugins.GameFinder
Provides Gamefinder features to a Stormancer server application. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.2.0.13-pre | 165 | 10/30/2024 |
3.2.0.12-pre | 662 | 9/2/2024 |
3.2.0.7-pre | 418 | 7/25/2024 |
3.2.0.6-pre | 784 | 5/12/2024 |
3.2.0.5-pre | 1,196 | 3/11/2024 |
3.2.0.3-pre | 495 | 12/11/2023 |
3.2.0.2-pre | 1,337 | 10/5/2023 |
3.2.0.1-pre | 1,693 | 6/13/2023 |
3.2.0-pre | 1,338 | 6/6/2023 |
3.1.4.2 | 3,559 | 4/4/2023 |
3.1.4-pre | 174 | 3/30/2023 |
3.1.3-pre | 2,182 | 3/19/2023 |
3.1.2 | 1,010 | 10/26/2022 |
3.1.1.1 | 4,536 | 9/28/2022 |
3.1.1.1-pre | 1,143 | 9/1/2022 |
3.1.1-pre | 131 | 9/1/2022 |
3.1.0.1-pre | 256 | 8/20/2022 |
3.1.0-pre | 155 | 8/18/2022 |
3.0.0.2-pre | 1,027 | 8/2/2022 |
3.0.0.1-pre | 1,801 | 2/28/2022 |
2.3.0.12 | 4,101 | 2/7/2022 |
2.3.0.11 | 5,195 | 12/15/2021 |
2.3.0.11-pre | 690 | 12/14/2021 |
2.3.0.10-pre | 243 | 12/14/2021 |
2.3.0.9-pre | 250 | 12/14/2021 |
2.3.0.6-pre | 177 | 12/14/2021 |
2.3.0-pre | 207 | 12/9/2021 |
2.2.0 | 1,299 | 10/14/2021 |
2.2.0-pre | 1,318 | 8/15/2021 |
2.1.0.6 | 3,094 | 6/11/2021 |
2.1.0.5 | 3,819 | 5/23/2021 |
2.1.0.5-pre | 643 | 5/12/2021 |
2.1.0-pre | 536 | 5/3/2021 |
2.0.4.1 | 2,208 | 4/29/2021 |
2.0.3.1 | 910 | 4/19/2021 |
2.0.3.1-pre | 256 | 4/12/2021 |
2.0.3 | 3,527 | 3/1/2021 |
2.0.2 | 1,290 | 12/18/2020 |
2.0.2-pre | 872 | 12/17/2020 |
2.0.1-pre | 501 | 12/17/2020 |
2.0.0.1 | 3,014 | 12/4/2020 |
1.3.0 | 2,397 | 10/20/2020 |
1.3.0-pre | 2,764 | 6/14/2020 |
1.2.1-pre | 1,300 | 6/5/2020 |
1.2.0 | 2,618 | 5/27/2020 |
1.2.0-pre | 756 | 5/7/2020 |
1.1.0-pre | 389 | 4/22/2020 |
1.0.2-pre | 760 | 3/29/2020 |
1.0.1 | 1,226 | 1/21/2020 |
1.0.1-pre | 696 | 2/22/2020 |
1.0.0.1 | 1,047 | 1/4/2020 |
Fixed
*****
- When addfunction throws an exception, the cache should immediately evict the value.
- Fixed threading issue in MemoryCache