Remove System.Data.SqlClient from MWC dependencies#5331
Merged
Conversation
Member
|
@cheenamalhotra is this removal and breaking change intended to ship as part of .NET 10? If so then this would need to get ported into release/10.0. Note that we are already very close to producing the GA release. |
Member
|
cc @artl93 |
Member
|
@cheenamalhotra and I discussed this being pretty late for .NET 10, but wanted to get it in at the start of .NET 11. |
ViktorHofer
approved these changes
Oct 13, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR removes the System.Data.SqlClient package from MWC package dependencies as its declared deprecated and its DLL is on path to be removed from the NuGet package, see ref: dotnet/SqlClient#2778
SDS After .NET 8 EOL will:
Future versions of .NET should not be taking a dependency on SDS as they are no longer supported and all its public APIs are marked
[Obsolete]in .NET 9 onwards.cc @David-Engel @imasud00 @ViktorHofer @ericstj
TODO: Need to work on a Breaking Change request.