-
Notifications
You must be signed in to change notification settings - Fork 321
[7.0] Bump Dependencies #3638
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
[7.0] Bump Dependencies #3638
Conversation
- Bumped oudated dependencies to their latest versions depending on target framework.
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.
Pull Request Overview
This PR updates outdated dependencies to their latest versions for different target frameworks, addressing issue #3621. The changes ensure the SqlClient library uses up-to-date versions of Azure, Microsoft, and System packages while maintaining compatibility across different .NET target frameworks.
Key changes include:
- Updated Azure SDK packages (Azure.Core, Azure.Identity, Azure.Security.KeyVault.Keys) to latest versions
- Upgraded Microsoft.IdentityModel packages from 7.x to 8.x series
- Updated various System packages and test dependencies
- Added pragma warnings to suppress obsolete member warnings for MSAL.NET methods
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tools/specs/add-ons/Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider.nuspec | Updates Azure.Core and Azure.Security.KeyVault.Keys dependencies for both net462 and net8.0 target frameworks |
| tools/specs/Microsoft.Data.SqlClient.nuspec | Updates all dependency versions across net462, net8.0, net9.0, and netstandard2.0 target frameworks |
| src/Microsoft.Data.SqlClient/tests/ManualTests/SQL/ConnectivityTests/AADConnectionTest.cs | Adds pragma warnings to suppress obsolete warnings for AcquireTokenByUsernamePassword method |
| src/Microsoft.Data.SqlClient/tests/ManualTests/DataCommon/DataTestUtility.cs | Adds pragma warnings to suppress obsolete warnings for AcquireTokenByUsernamePassword method |
| src/Microsoft.Data.SqlClient/src/Microsoft/Data/SqlClient/ActiveDirectoryAuthenticationProvider.cs | Adds pragma warnings to suppress obsolete warnings for AcquireTokenByUsernamePassword and SharedTokenCacheUsername |
| src/Directory.Packages.props | Central package version management file updated with all new dependency versions and includes explanatory comment for Microsoft.Extensions.Hosting version constraint |
paulmedynski
left a comment
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.
Commentary.
...crosoft.Data.SqlClient/src/Microsoft/Data/SqlClient/ActiveDirectoryAuthenticationProvider.cs
Show resolved
Hide resolved
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3638 +/- ##
==========================================
+ Coverage 66.43% 66.96% +0.52%
==========================================
Files 271 277 +6
Lines 60277 60594 +317
==========================================
+ Hits 40048 40576 +528
+ Misses 20229 20018 -211
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
Issues
Testing