Stormancer.Server.Hosting
2.0.1.1
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
<PackageReference Include="Stormancer.Server.Hosting" Version="2.0.1.1" />
<PackageVersion Include="Stormancer.Server.Hosting" Version="2.0.1.1" />
<PackageReference Include="Stormancer.Server.Hosting" />
paket add Stormancer.Server.Hosting --version 2.0.1.1
#r "nuget: Stormancer.Server.Hosting, 2.0.1.1"
#:package Stormancer.Server.Hosting@2.0.1.1
#addin nuget:?package=Stormancer.Server.Hosting&version=2.0.1.1
#tool nuget:?package=Stormancer.Server.Hosting&version=2.0.1.1
Hosting library for Stormancer server applications.
| 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. 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. |
-
net8.0
- Autofac (>= 8.1.0)
- Autofac.Extensions.DependencyInjection (>= 10.0.0)
- Microsoft.IO.RecyclableMemoryStream (>= 3.0.0)
- Stormancer.Abstractions.Core (>= 2.4.1.6)
- Stormancer.Abstractions.Host (>= 13.0.0)
- Stormancer.Abstractions.Server (>= 10.1.1)
- Stormancer.Tcp (>= 6.0.0.23)
- System.Linq.Async (>= 6.0.1)
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 |
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.