Stormancer.Server.Plugins.Utilities 3.2.0.3-pre

This is a prerelease version of Stormancer.Server.Plugins.Utilities.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Stormancer.Server.Plugins.Utilities --version 3.2.0.3-pre                
NuGet\Install-Package Stormancer.Server.Plugins.Utilities -Version 3.2.0.3-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.3-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.3-pre                
#r "nuget: Stormancer.Server.Plugins.Utilities, 3.2.0.3-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.3-pre&prerelease

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

Provides useful APIs to Stormancer applications.

Product 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. 
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.12-pre 504 9/2/2024
3.2.0.7-pre 393 7/25/2024
3.2.0.6-pre 747 5/12/2024
3.2.0.5-pre 1,125 3/11/2024
3.2.0.3-pre 488 12/11/2023
3.2.0.2-pre 1,329 10/5/2023
3.2.0.1-pre 1,685 6/13/2023
3.2.0-pre 1,329 6/6/2023
3.1.4.2 3,535 4/4/2023
3.1.4-pre 167 3/30/2023
3.1.3-pre 2,174 3/19/2023
3.1.2 999 10/26/2022
3.1.1.1 4,522 9/28/2022
3.1.1.1-pre 1,133 9/1/2022
3.1.1-pre 123 9/1/2022
3.1.0.1-pre 248 8/20/2022
3.1.0-pre 144 8/18/2022
3.0.0.2-pre 1,019 8/2/2022
3.0.0.1-pre 1,793 2/28/2022
2.3.0.12 4,065 2/7/2022
2.3.0.11 5,183 12/15/2021
2.3.0.11-pre 680 12/14/2021
2.3.0.10-pre 234 12/14/2021
2.3.0.9-pre 242 12/14/2021
2.3.0.6-pre 169 12/14/2021
2.3.0-pre 197 12/9/2021
2.2.0 1,287 10/14/2021
2.2.0-pre 1,308 8/15/2021
2.1.0.6 3,080 6/11/2021
2.1.0.5 3,807 5/23/2021
2.1.0.5-pre 635 5/12/2021
2.1.0-pre 528 5/3/2021
2.0.4.1 2,196 4/29/2021
2.0.3.1 897 4/19/2021
2.0.3.1-pre 246 4/12/2021
2.0.3 3,514 3/1/2021
2.0.2 1,277 12/18/2020
2.0.2-pre 864 12/17/2020
2.0.1-pre 491 12/17/2020
2.0.0.1 3,000 12/4/2020
1.3.0 2,385 10/20/2020
1.3.0-pre 2,754 6/14/2020
1.2.1-pre 1,288 6/5/2020
1.2.0 2,603 5/27/2020
1.2.0-pre 746 5/7/2020
1.1.0-pre 379 4/22/2020
1.0.2-pre 751 3/29/2020
1.0.1 1,211 1/21/2020
1.0.1-pre 688 2/22/2020
1.0.0.1 1,035 1/4/2020

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