Stormancer.Server.Common
2.1.0.3
See the version list below for details.
dotnet add package Stormancer.Server.Common --version 2.1.0.3
NuGet\Install-Package Stormancer.Server.Common -Version 2.1.0.3
<PackageReference Include="Stormancer.Server.Common" Version="2.1.0.3" />
<PackageVersion Include="Stormancer.Server.Common" Version="2.1.0.3" />
<PackageReference Include="Stormancer.Server.Common" />
paket add Stormancer.Server.Common --version 2.1.0.3
#r "nuget: Stormancer.Server.Common, 2.1.0.3"
#:package Stormancer.Server.Common@2.1.0.3
#addin nuget:?package=Stormancer.Server.Common&version=2.1.0.3
#tool nuget:?package=Stormancer.Server.Common&version=2.1.0.3
Package Description
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. 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. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Autofac (>= 6.0.0)
- System.IO.Pipelines (>= 5.0.0)
NuGet packages (18)
Showing the top 5 NuGet packages that depend on Stormancer.Server.Common:
| Package | Downloads |
|---|---|
|
Stormancer.Server.Node
Package Description |
|
|
Stormancer.Server.Plugins.Users
Provides authentication, user management and sessions features to a Stormancer server application. |
|
|
Stormancer.Abstractions.Logging
Logging interfaces for Stormancer. |
|
|
Stormancer.Tcp
High performance request/response TCP networking library used by Stormancer servers. |
|
|
Stormancer.Elasticsearch
Stormancer node plugin that enables storing logs in an Elasticsearch cluster. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.0.1 | 19,797 | 10/3/2022 |
| 3.0.1-pre | 5,708 | 10/3/2022 |
| 3.0.0.1 | 9,596 | 9/28/2022 |
| 3.0.0.1-pre | 4,092 | 7/1/2022 |
| 3.0.0-pre | 659 | 7/1/2022 |
| 2.3.0 | 20,697 | 4/4/2022 |
| 2.3.0-pre | 17,211 | 2/28/2022 |
| 2.2.1 | 3,944 | 1/19/2022 |
| 2.2.1-pre | 786 | 1/17/2022 |
| 2.2.0 | 5,277 | 6/11/2021 |
| 2.1.0.3 | 3,510 | 5/20/2021 |
| 2.1.0.3-pre | 892 | 5/20/2021 |
| 2.1.0.2-pre | 680 | 5/18/2021 |
| 2.1.0.1-pre | 626 | 5/11/2021 |
| 2.1.0 | 1,156 | 4/29/2021 |
| 2.1.0-pre | 619 | 4/5/2021 |
| 2.0.1 | 1,553 | 12/18/2020 |
| 2.0.1-pre | 787 | 12/15/2020 |
| 2.0.0 | 971 | 12/9/2020 |
| 1.1.1 | 37,734 | 12/4/2020 |
Added
*****
- Added CommandOptions object for the bootstrapper to provide additional info about the command currently executing to the plugins.
- Added ICommandOutput interface as an abstraction for command to write in the output without interacting with the console directly.