Syrx.Commanders.Databases.Settings 2.3.0

dotnet add package Syrx.Commanders.Databases.Settings --version 2.3.0                
NuGet\Install-Package Syrx.Commanders.Databases.Settings -Version 2.3.0                
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="Syrx.Commanders.Databases.Settings" Version="2.3.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syrx.Commanders.Databases.Settings --version 2.3.0                
#r "nuget: Syrx.Commanders.Databases.Settings, 2.3.0"                
#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 Syrx.Commanders.Databases.Settings as a Cake Addin
#addin nuget:?package=Syrx.Commanders.Databases.Settings&version=2.3.0

// Install Syrx.Commanders.Databases.Settings as a Cake Tool
#tool nuget:?package=Syrx.Commanders.Databases.Settings&version=2.3.0                

This package hosts the types used by the Syrx configuration subsystem.

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

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Syrx.Commanders.Databases.Settings:

Package Downloads
Syrx.Commanders.Databases.Connectors

Hosts the Syrx IDatabaseConnector which is used to establish an IDbConnection to a supported RDBMS. This package also includes a base DatabaseConnector which can be used with any RDBMS that supports creating an IDbConnection through a DbProviderFactory instance.

Syrx.Commanders.Databases.Settings.Readers

This package adds support for reading settings for Database Commanders from configuration sources.

Syrx.Commanders.Databases.Settings.Extensions

This package hosts extension methods to simplify the configuration of Syrx database commands.

Syrx.Commanders.Databases.Extensions

This package hosts extension methods to simplify dependency injection using the IServiceCollection.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.3.0 339 11/22/2024
2.2.0 129 11/21/2024
2.1.0 244 11/15/2024
2.0.0 280 7/5/2024

# Minor release
## Syrx.Commanders.Databases.Settings.Readers
* Removed redundant references.

## Syrx.Commander.Databases.Settings.Extensions
* Marked Evalute method as private.

## Syrx.Commanders.Databases.Settings.Extensions.Json
* Added `UseFile` extension method to provide better syntactic support.

## Syrx.Commanders.Databases.Settings.Extensions.Xml
* Added `UseFile` extension method to provide better syntactic support.