Microsoft.Data.SqlClient.Extensions.Abstractions 1.0.0-preview1.26064.3

Microsoft.Data.SqlClient.Extensions.Abstractions

NuGet NuGet Downloads

Description

This package provides abstraction interfaces for Microsoft.Data.SqlClient extensions. It defines the core contracts and interfaces that enable extensibility in the SqlClient driver without requiring direct dependencies on implementation packages.

The abstractions package allows for:

  • Custom authentication providers
  • Logging and diagnostics integration
  • Extensibility points for third-party integrations

Supportability

This package supports:

  • .NET Standard 2.0 (compatible with .NET Framework 4.6.1+, .NET Core 2.0+, and .NET 5+)

Installation

Install the package via NuGet:

dotnet add package Microsoft.Data.SqlClient.Extensions.Abstractions

Or via the Package Manager Console:

Install-Package Microsoft.Data.SqlClient.Extensions.Abstractions

Purpose

This package is primarily intended for:

  1. Library Authors: Building extensions that integrate with Microsoft.Data.SqlClient
  2. Framework Developers: Creating custom authentication or logging implementations
  3. Enterprise Scenarios: Implementing organization-specific security or monitoring requirements

Most application developers will not need to reference this package directly—instead, use the concrete implementation packages that depend on these abstractions.

Documentation

License

This package is licensed under the MIT License.

Showing the top 20 packages that depend on Microsoft.Data.SqlClient.Extensions.Abstractions.

Packages Downloads
Microsoft.Data.SqlClient
The current data provider for SQL Server and Azure SQL databases. This has replaced System.Data.SqlClient. These classes provide access to SQL and encapsulate database-specific protocols, including tabular data stream (TDS). Commonly Used Types: Microsoft.Data.SqlClient.SqlConnection Microsoft.Data.SqlClient.SqlException Microsoft.Data.SqlClient.SqlParameter Microsoft.Data.SqlClient.SqlDataReader Microsoft.Data.SqlClient.SqlCommand Microsoft.Data.SqlClient.SqlTransaction Microsoft.Data.SqlClient.SqlParameterCollection Microsoft.Data.SqlClient.SqlClientFactory When using NuGet 3.x this package requires at least version 3.4.
1

.NET Standard 2.0

Version Downloads Last updated
1.0.0-preview1.26064.3 1 3/6/2026