-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
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
Switch to Microsoft.Data.SqlClient #15761
Conversation
@@ -27,6 +27,7 @@ | |||
<StyleCopAnalyzersPackageVersion>1.1.1-beta.61</StyleCopAnalyzersPackageVersion> | |||
<SystemInteractiveAsyncPackageVersion>3.2.0</SystemInteractiveAsyncPackageVersion> | |||
<BenchmarkDotNetPackageVersion>0.11.3</BenchmarkDotNetPackageVersion> | |||
<MicrosoftDataSqlClientPackageVersion>1.0.19128.1-Preview</MicrosoftDataSqlClientPackageVersion> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙄 SemVer much?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed. Please file an issue on the SqlClient repo.
Heads up @aspnet/build - this will break aspnet/AspNetCore once merged since our dependency on System.Data.SqlClient is transitive through EF. |
Just curious about this Microsoft.Data.SqlClient, is it a copy of System.Data.SqlClient at a given point in time or is it a rewrite from the ground up? |
Got confused with Sqlite. Sorry |
@ilmax, @smitpatel It is a copy with namespace changes. Currently it is a super set, as fixes in System.Data.SqlClient done in CoreFx are being ported to the Microsoft.Data.SqlClient, and the latter contains a few new features. See https://devblogs.microsoft.com/dotnet/introducing-the-new-microsoftdatasqlclient/ for more information. |
This is currently blocked until I can get dotnet/aspnetcore#10300 merged. So far I have failed to get the ASP.NET build to pass. |
This isn't blocked anymore. Clearing that label |
8680393
to
7f423c8
Compare
Fixes #15636