Docs | Undocumented API Functionality in SqlClientFactory for CreateDataSourceEnumerator #2346
Labels
Area\Documentation
Issue 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
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
The text was updated successfully, but these errors were encountered: