We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SqlClient doesn't have SqlDataSourceEnumerator implementation in .Net Core.
SqlDataSourceEnumerator
This should also be exposed via SqlClientFactory
The text was updated successfully, but these errors were encountered:
This was also mentioned here https://github.com/dotnet/corefx/issues/17126
Sorry, something went wrong.
Should this be moved to dotnet/sqlclient now, per https://devblogs.microsoft.com/dotnet/announcing-net-core-3-0-preview-5?
As recently announced in the .NET Blog, focus on new SqlClient features an improvements is moving to the new Microsoft.Data.SqlClient package. For this reason, we are moving this issue to the new repo at https://github.com/dotnet/SqlClient. We will still use https://github.com/dotnet/corefx to track issues on other providers like System.Data.Odbc and System.Data.OleDB, and general ADO.NET and .NET data access issues.
Will close this issue as #17 covers all missing APIs.
No branches or pull requests
SqlClient doesn't have
SqlDataSourceEnumerator
implementation in .Net Core.This should also be exposed via SqlClientFactory
The text was updated successfully, but these errors were encountered: