Stormancer.Server.Plugins.Configuration 2.1.1

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

// Install Stormancer.Server.Plugins.Configuration as a Cake Tool
#tool nuget:?package=Stormancer.Server.Plugins.Configuration&version=2.1.1                

Integrates the configuration SA into the dependency resolver system.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (18)

Showing the top 5 NuGet packages that depend on Stormancer.Server.Plugins.Configuration:

Package Downloads
Stormancer.Server.Plugins.Users

Provides authentication, user management and sessions features to a Stormancer server application.

Stormancer.Server.Plugins.Api

Declare server routes using the controller/action pattern.

Stormancer.Server.Plugins.Database.Elasticsearch

Provides an elasticsearch client configured with the server app configuration.

Stormancer.Server.Plugins.Analytics

Provides analytics services to a Stormancer application.

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
2.1.3-pre 99 11/20/2024
2.1.2.9-pre 383 9/30/2024
2.1.2.8-pre 1,649 3/11/2024
2.1.2.7-pre 437 12/11/2023
2.1.2.6-pre 2,414 7/7/2023
2.1.2.5 6,016 9/28/2022
2.1.2.5-pre 4,481 9/12/2022
2.1.2.4-pre 828 8/2/2022
2.1.2.3-pre 1,813 2/28/2022
2.1.2.2 3,419 2/7/2022
2.1.2.1 11,933 5/23/2021
2.1.2 5,972 3/1/2021
2.1.1.1 1,291 12/18/2020
2.1.1.1-pre 1,210 12/15/2020
2.1.1 1,296 12/9/2020
2.1.0 542 12/4/2020
2.0.0.2 2,308 12/4/2020
1.2.1.2 2,693 10/20/2020
1.2.1.2-pre 875 9/16/2020
1.2.1.1-pre 589 9/1/2020
1.2.1-pre 613 8/29/2020
1.2.0-pre 427 8/24/2020
1.1.1-pre 3,172 6/5/2020
1.1.0 3,005 5/27/2020
1.1.0-pre 1,437 4/23/2020
1.0.0.1-pre 1,777 3/29/2020
1.0.0 10,773 1/2/2020
1.0.0-pre 1,852 2/22/2020

Changed
*******
- Make sure that IConfigurationChangedEventHandler cannot be called twice. However, take note that 'Single instance per scene' dependencies implementing IConfigurationChangedEventHandler declared in the host container will be instantiated in ALL running scenes. Dependencies expected to be created in some scenes only should therefore be declared in the scene containers.