Skip to content
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

Update Microsoft.Data.SqlClient version #40214

Merged
merged 1 commit into from
Feb 16, 2022
Merged

Update Microsoft.Data.SqlClient version #40214

merged 1 commit into from
Feb 16, 2022

Conversation

wtgodbe
Copy link
Member

@wtgodbe wtgodbe commented Feb 14, 2022

@wtgodbe wtgodbe requested a review from dougbu as a code owner February 14, 2022 22:19
@ghost ghost added the area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework label Feb 14, 2022
@adityamandaleeka
Copy link
Member

Looks fine to me, but I'm interested in hearing if there are any other tests/scenarios we should try before check-in.

@@ -276,7 +276,7 @@
<XunitExtensibilityCoreVersion>$(XunitVersion)</XunitExtensibilityCoreVersion>
<XunitExtensibilityExecutionVersion>$(XunitVersion)</XunitExtensibilityExecutionVersion>
<XUnitRunnerVisualStudioVersion>2.4.3</XUnitRunnerVisualStudioVersion>
<MicrosoftDataSqlClientVersion>1.0.19249.1</MicrosoftDataSqlClientVersion>
<MicrosoftDataSqlClientVersion>4.0.1</MicrosoftDataSqlClientVersion>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's a big jump. Anything to keep an 👁️ out for @smitpatel @bricelam

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@smitpatel @bricelam any concerns here? @BrennanConroy any other testing I should do?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤷 Just make sure to make an announcement about potential breaking changes with the version update.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The encrypt-by-default breaking change has been a bit of a hurdle for users. So yeah, definitely try and communicate that to users and encourage them to provide their feedback to the SqlClient team. 😉

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@wtgodbe wtgodbe merged commit aa539f1 into dotnet:main Feb 16, 2022
@ghost ghost added this to the 7.0-preview2 milestone Feb 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SQL Connection hang issue with .Net 5 and Microsoft.Extensions.Caching.SqlServer 5.0.1
5 participants