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
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