Skip to content

Docs | Undocumented API Functionality in SqlClientFactory for CreateDataSourceEnumerator #2346

@H-Yeo

Description

@H-Yeo

Describe the bug

While reviewing Microsoft documentation,
SqlClientFactory.cs (implementation) and SqlClientFactory.xml (documentation) the following method:
C# public override DbDataSourceEnumerator CreateDataSourceEnumerator()

.NET Core project reference is missing this implementation
../netcore/ref/Microsoft.Data.SqlClient.cs

.NET FX project reference has this implementation
../netfx/ref/Microsoft.Data.SqlClient.cs

The original commit hash was from 2019:
d6f2e29

To reproduce

Review Documentation between .NET Core and .NET FX
Documentation References:

.NET Core (missing) - Expand Methods:
https://learn.microsoft.com/en-us/dotnet/api/microsoft.data.sqlclient?view=sqlclient-dotnet-core-5.1

.NET FX (available) - Expand Methods:
https://learn.microsoft.com/en-us/dotnet/api/microsoft.data.sqlclient?view=sqlclient-dotnet-5.1

Expected behavior

Missing method for .NET Core documentation is updated to be similar/identical to .NET FX documentation.

Further technical details

Microsoft.Data.SqlClient version: 5.2 (Preview)
.NET target: .NET Core 3.0+ (could be earlier, going off the commit here)
SQL Server version: n/a
Operating system: n/a

Additional context
Fix, Add missing reference for .NET Core
MDS team generates API Documentation and verify it's published

Metadata

Metadata

Assignees

No one assigned

    Labels

    Area\DocumentationUse this for issues that requires changes in public documentations/samples.Up-for-Grabs 🙌Issues that are ready to be picked up for anyone interested. Please self-assign and remove the label

    Type

    No type

    Projects

    Status

    Closed

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions