Syrx.Commanders.Databases.Settings
2.0.0
See the version list below for details.
dotnet add package Syrx.Commanders.Databases.Settings --version 2.0.0
NuGet\Install-Package Syrx.Commanders.Databases.Settings -Version 2.0.0
<PackageReference Include="Syrx.Commanders.Databases.Settings" Version="2.0.0" />
paket add Syrx.Commanders.Databases.Settings --version 2.0.0
#r "nuget: Syrx.Commanders.Databases.Settings, 2.0.0"
// Install Syrx.Commanders.Databases.Settings as a Cake Addin #addin nuget:?package=Syrx.Commanders.Databases.Settings&version=2.0.0 // Install Syrx.Commanders.Databases.Settings as a Cake Tool #tool nuget:?package=Syrx.Commanders.Databases.Settings&version=2.0.0
This package hosts the types used by the Syrx configuration subsystem.
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. |
-
net8.0
- Syrx.Settings (>= 2.0.0)
- Syrx.Validation (>= 2.0.0)
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.
BREAKING CHANGE: Changed namespace.
Updated to .NET8.0.