Fdw.Services.Connections.MsSql
1.0.0-rc.9
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
<PackageReference Include="Fdw.Services.Connections.MsSql" Version="1.0.0-rc.9" />
<PackageVersion Include="Fdw.Services.Connections.MsSql" Version="1.0.0-rc.9" />
<PackageReference Include="Fdw.Services.Connections.MsSql" />
paket add Fdw.Services.Connections.MsSql --version 1.0.0-rc.9
#r "nuget: Fdw.Services.Connections.MsSql, 1.0.0-rc.9"
#:package Fdw.Services.Connections.MsSql@1.0.0-rc.9
#addin nuget:?package=Fdw.Services.Connections.MsSql&version=1.0.0-rc.9&prerelease
#tool nuget:?package=Fdw.Services.Connections.MsSql&version=1.0.0-rc.9&prerelease
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 | Versions 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. |
-
net10.0
- Azure.Identity (>= 1.21.0)
- Cronos (>= 0.13.0)
- Fdw.Collections (>= 1.0.0-rc.9)
- Fdw.Commands.Data.Abstractions (>= 1.0.0-rc.9)
- Fdw.Configuration.Abstractions (>= 1.0.0-rc.9)
- Fdw.Data.Abstractions (>= 1.0.0-rc.9)
- Fdw.Data.DataNodes (>= 1.0.0-rc.9)
- Fdw.Data.DataSets (>= 1.0.0-rc.9)
- Fdw.Data.MsSql (>= 1.0.0-rc.9)
- Fdw.Data.RowSources.Abstractions (>= 1.0.0-rc.9)
- Fdw.MessageLogging.Abstractions (>= 1.0.0-rc.9)
- Fdw.Messages (>= 1.0.0-rc.9)
- Fdw.Results (>= 1.0.0-rc.9)
- Fdw.Results.Abstractions (>= 1.0.0-rc.9)
- Fdw.Services (>= 1.0.0-rc.9)
- Fdw.Services.Authentication.Abstractions (>= 1.0.0-rc.9)
- Fdw.Services.Connections (>= 1.0.0-rc.9)
- Fdw.Services.Connections.Abstractions (>= 1.0.0-rc.9)
- Fdw.Services.Connections.Sql (>= 1.0.0-rc.9)
- Fdw.Services.Data (>= 1.0.0-rc.9)
- Fdw.Services.Data.Abstractions (>= 1.0.0-rc.9)
- Fdw.Services.SecretManagers (>= 1.0.0-rc.9)
- Fdw.Types.MsSql (>= 1.0.0-rc.9)
- Fdw.Validation (>= 1.0.0-rc.9)
- FluentValidation (>= 12.1.1)
- FluentValidation.DependencyInjectionExtensions (>= 12.1.1)
- Microsoft.AspNetCore.Cryptography.KeyDerivation (>= 10.0.10)
- Microsoft.AspNetCore.Http (>= 2.3.10)
- Microsoft.AspNetCore.Http.Abstractions (>= 2.3.10)
- Microsoft.Bcl.AsyncInterfaces (>= 10.0.10)
- Microsoft.Bcl.HashCode (>= 6.0.0)
- Microsoft.Data.SqlClient (>= 7.0.1)
- Microsoft.Data.SqlClient.Extensions.Azure (>= 1.0.0)
- Microsoft.Extensions.Caching.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Caching.Memory (>= 10.0.10)
- Microsoft.Extensions.Configuration (>= 10.0.10)
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Configuration.Binder (>= 10.0.10)
- Microsoft.Extensions.DependencyInjection (>= 10.0.10)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Diagnostics.HealthChecks (>= 10.0.10)
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Hosting.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Identity.Core (>= 10.0.10)
- Microsoft.Extensions.Logging (>= 10.0.10)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Options (>= 10.0.10)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 10.0.10)
- Microsoft.Extensions.Options.DataAnnotations (>= 10.0.10)
- Microsoft.Identity.Client (>= 4.84.1)
- Microsoft.IdentityModel.JsonWebTokens (>= 8.22.0)
- Microsoft.IdentityModel.Protocols.OpenIdConnect (>= 8.22.0)
- Microsoft.IdentityModel.Tokens (>= 8.22.0)
- Microsoft.OData.Edm (>= 8.4.3)
- Microsoft.OpenApi.Readers (>= 1.6.29)
- Polly.Core (>= 8.6.6)
- Serilog (>= 4.3.1)
- System.ComponentModel.Annotations (>= 5.0.0)
- System.IdentityModel.Tokens.Jwt (>= 8.22.0)
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 |