Stormancer.Server.Plugins.Utilities 3.2.0.14-pre

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

// Install Stormancer.Server.Plugins.Utilities as a Cake Tool
#tool nuget:?package=Stormancer.Server.Plugins.Utilities&version=3.2.0.14-pre&prerelease                

Provides useful APIs to Stormancer applications.

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

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.15 292 3/3/2025
3.2.0.15-pre 229 3/3/2025
3.2.0.14 270 2/28/2025
3.2.0.14-pre 93 2/26/2025
3.2.0.13-pre 204 10/30/2024
3.2.0.12-pre 741 9/2/2024
3.2.0.7-pre 458 7/25/2024
3.2.0.6-pre 859 5/12/2024
3.2.0.5-pre 1,433 3/11/2024
3.2.0.3-pre 571 12/11/2023
3.2.0.2-pre 1,732 10/5/2023
3.2.0.1-pre 2,160 6/13/2023
3.2.0-pre 1,649 6/6/2023
3.1.4.2 4,044 4/4/2023
3.1.4-pre 180 3/30/2023
3.1.3-pre 2,421 3/19/2023
3.1.2 1,018 10/26/2022
3.1.1.1 4,544 9/28/2022
3.1.1.1-pre 1,151 9/1/2022
3.1.1-pre 139 9/1/2022
3.1.0.1-pre 264 8/20/2022
3.1.0-pre 163 8/18/2022
3.0.0.2-pre 1,035 8/2/2022
3.0.0.1-pre 1,811 2/28/2022
2.3.0.12 4,111 2/7/2022
2.3.0.11 5,205 12/15/2021
2.3.0.11-pre 700 12/14/2021
2.3.0.10-pre 253 12/14/2021
2.3.0.9-pre 260 12/14/2021
2.3.0.6-pre 187 12/14/2021
2.3.0-pre 217 12/9/2021
2.2.0 1,309 10/14/2021
2.2.0-pre 1,329 8/15/2021
2.1.0.6 3,104 6/11/2021
2.1.0.5 3,829 5/23/2021
2.1.0.5-pre 652 5/12/2021
2.1.0-pre 546 5/3/2021
2.0.4.1 2,218 4/29/2021
2.0.3.1 920 4/19/2021
2.0.3.1-pre 266 4/12/2021
2.0.3 3,538 3/1/2021
2.0.2 1,301 12/18/2020
2.0.2-pre 883 12/17/2020
2.0.1-pre 514 12/17/2020
2.0.0.1 3,027 12/4/2020
1.3.0 2,411 10/20/2020
1.3.0-pre 2,777 6/14/2020
1.2.1-pre 1,314 6/5/2020
1.2.0 2,633 5/27/2020
1.2.0-pre 772 5/7/2020
1.1.0-pre 404 4/22/2020
1.0.2-pre 775 3/29/2020
1.0.1 1,241 1/21/2020
1.0.1-pre 711 2/22/2020
1.0.0.1 1,062 1/4/2020

Added
*****
- Added Result<TResult,TError> utility type.
- Added Result<TError> utility type for exceptionless results.
- Added RecyclableMemoryStreamProvider class.

Fixed
*****
- Fixed bug in invalidation logic for cache entries created using the overload with an invalidation delay as argument.