Stormancer.Server.Hosting 2.0.1.1

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Stormancer.Server.Hosting --version 2.0.1.1
                    
NuGet\Install-Package Stormancer.Server.Hosting -Version 2.0.1.1
                    
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.Hosting" Version="2.0.1.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Stormancer.Server.Hosting" Version="2.0.1.1" />
                    
Directory.Packages.props
<PackageReference Include="Stormancer.Server.Hosting" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Stormancer.Server.Hosting --version 2.0.1.1
                    
#r "nuget: Stormancer.Server.Hosting, 2.0.1.1"
                    
#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.
#:package Stormancer.Server.Hosting@2.0.1.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Stormancer.Server.Hosting&version=2.0.1.1
                    
Install as a Cake Addin
#tool nuget:?package=Stormancer.Server.Hosting&version=2.0.1.1
                    
Install as a Cake Tool

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

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.1.0.6-pre 454 12/9/2025
2.1.0.2-pre 191 12/5/2025
2.1.0.1-pre 194 12/5/2025
2.1.0-pre 438 11/17/2025
2.0.1.1 262 2/26/2025
2.0.1.1-pre 179 11/27/2024
2.0.1-pre 169 11/20/2024
2.0.0.82-pre 185 11/10/2024
2.0.0.81-pre 167 11/10/2024
2.0.0.80-pre 176 11/8/2024
2.0.0.77-pre 177 11/7/2024
2.0.0.76-pre 217 10/18/2024
2.0.0.75-pre 170 10/17/2024
2.0.0.74-pre 175 10/17/2024
2.0.0.66-pre 184 9/30/2024
2.0.0.65-pre 197 9/27/2024
2.0.0.63-pre 189 9/26/2024
2.0.0.62-pre 198 9/2/2024
2.0.0.60-pre 195 7/3/2024
2.0.0.59-pre 201 7/2/2024
Loading failed

Changed
*******
- Updated dependencies.
- use dotnet8.0
- Use new request APIs that enabling sending after the request data has been written if streaming is not necessary. This reduces unnecessary scheduling on the threadpool greatly.
- Added ServerApplication.CreateDesignTimeHost to support scenarios where one wants to use a host's dependency injection without actually starting it (generate database migrations for instance)

Added
*****
- Added JsonSerializer configured to be able to serialize/deserialize common Stormancer types to the dependency container.