Fdw.Services.Connections.MsSql 1.0.0-rc.9

This is a prerelease version of Fdw.Services.Connections.MsSql.
dotnet add package Fdw.Services.Connections.MsSql --version 1.0.0-rc.9
                    
NuGet\Install-Package Fdw.Services.Connections.MsSql -Version 1.0.0-rc.9
                    
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="Fdw.Services.Connections.MsSql" Version="1.0.0-rc.9" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Fdw.Services.Connections.MsSql" Version="1.0.0-rc.9" />
                    
Directory.Packages.props
<PackageReference Include="Fdw.Services.Connections.MsSql" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Fdw.Services.Connections.MsSql --version 1.0.0-rc.9
                    
#r "nuget: Fdw.Services.Connections.MsSql, 1.0.0-rc.9"
                    
#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.
#:package Fdw.Services.Connections.MsSql@1.0.0-rc.9
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Fdw.Services.Connections.MsSql&version=1.0.0-rc.9&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Fdw.Services.Connections.MsSql&version=1.0.0-rc.9&prerelease
                    
Install as a Cake Tool

Fdw.Services.Connections.MsSql

SQL Server connection components: the configuration body, the session-context plan and the pieces a SQL Server connection is composed from.

A TypeCollection and its options — an extensible enum. Members are discovered at compile time and reachable by ByName / ById / All; a lookup that finds nothing returns a NotFound sentinel rather than null, so a caller never has to null-check a lookup.

A module initializer collects every [TypeOption] in every referenced assembly and dedupes them into the collection at load. Adding a member is a package reference plus a declaration — the collection itself is never edited.

Collections

Type Kind Purpose
ForeignKeyActions class TypeCollection for foreign key referential actions.
MsSqlAuthenticationTypes class TypeCollection of MsSql authentication configurations. Each entry is both a TypeOption (identity +…
MsSqlConnectionLimitTypes class TypeCollection of outbound connection limit options for MsSql connections. Mirrors the…
MsSqlConnectionResultCodes class TypeCollection for MsSql Connection result codes. EventId range: 5200-5299 (within…
MsSqlResultCodes class TypeCollection for MsSql connection result codes. EventId range: 5100-5199 (within Connections 5000-5999)
SqlErrorHandlers class TypeCollection of SQL error handlers. Each handler maps one or more SQL Server error numbers to a…

Options (51 declared)

Type Kind Purpose
AuthenticationTypeUnknownCode class The connection's AuthenticationType does not match any registered MsSql authentication type.
AuthenticationValidationFailedCode class Authentication validation failed.
AuthenticationValueMissingCode class A required authentication property is absent or empty. The authentication type declares it as required,…
AzureCliConfiguration class Azure CLI token-based authentication. No KVP keys required; the access token is acquired via .
BulkCopyFailedCode class Bulk copy operation failed.
ConcurrencyLimitType class TypeOption for the Concurrency connection limit kind. Controls maximum simultaneous in-flight queries…
ConnectionFailedCode class Connection to SQL Server failed.
ConnectionFailedHandler class Handles SQL Server errors -1, 2, and 53: connection failed. The SQL Server instance is unreachable due…
CreationFailedCode class Connection factory failed to create connection.
DailyBudgetLimitType class TypeOption for the DailyBudget connection limit kind. Caps total daily queries and/or bytes via a…
DeadlockCode class SQL deadlock victim (error 1205). The transaction was chosen as a deadlock victim.
DeadlockHandler class Handles SQL Server error 1205: deadlock victim. The transaction was chosen as a deadlock victim and…
DisconnectionFailedCode class Disconnection from SQL Server failed.
EntraIdConfiguration class Microsoft Entra ID (Azure AD) Authentication. KVP keys: AzureAdMode, ClientId, TenantId,…
ExecutionExceptionCode class General execution exception occurred.
InvalidBulkCopyDataTableCode class Missing or invalid DataTable for bulk copy.
LoginFailedCode class SQL login failed (error 18456). The database credentials are incorrect or the login does not exist.
LoginFailedHandler class Handles SQL Server error 18456: login failed. The database credentials are invalid or the login is…

Installation

dotnet add package Fdw.Services.Connections.MsSql --prerelease

Dependencies

Fdw.Collections · Fdw.Commands.Data.Abstractions · Fdw.Configuration.Abstractions · Fdw.Data.Abstractions · Fdw.Data.DataNodes · Fdw.Data.DataSets · Fdw.Data.MsSql · Fdw.Data.RowSources.Abstractions · Fdw.MessageLogging.Abstractions · Fdw.Messages · Fdw.Results · Fdw.Results.Abstractions · Fdw.Services · Fdw.Services.Authentication.Abstractions · Fdw.Services.Connections · Fdw.Services.Connections.Abstractions · Fdw.Services.Connections.Sql · Fdw.Services.Data · Fdw.Services.Data.Abstractions · Fdw.Services.SecretManagers · Fdw.Types.MsSql · Fdw.Validation

Build-time only (generators and analyzers, not runtime dependencies): Fdw.Collections.SourceGenerators · Fdw.Configuration.SourceGenerators · Fdw.Data.SourceGenerators · Fdw.MessageLogging.SourceGenerators


Part of FractalDataWorks 1.0.0-rc.1. Licensed under Apache-2.0.

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

NuGet packages (5)

Showing the top 5 NuGet packages that depend on Fdw.Services.Connections.MsSql:

Package Downloads
Fdw.Services.Credentials.Sql

Development tools and utilities for the Fdw ecosystem.

Fdw.Services.SecretManagers.MsSql

Development tools and utilities for the Fdw ecosystem.

Fdw.Data.DataStores.SqlServer

Development tools and utilities for the Fdw ecosystem.

Fdw.Connections.MsSql

Development tools and utilities for the Fdw ecosystem.

Fdw.Hosting.MsSql

Development tools and utilities for the Fdw ecosystem.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0-rc.9 5 8/25/2026
1.0.0-rc.8 30 8/25/2026
1.0.0-rc.6.1 100 8/20/2026
1.0.0-rc.6 110 8/20/2026
1.0.0-rc.5 190 8/19/2026
1.0.0-rc.4 81 8/19/2026
1.0.0-rc.3 135 8/17/2026
1.0.0-rc.1 85 8/10/2026