Remove references to System.Net.Http and System.Text.RegularExpressions#5271
Open
eugeneogongo wants to merge 1 commit intoAzure:mainfrom
Open
Remove references to System.Net.Http and System.Text.RegularExpressions#5271eugeneogongo wants to merge 1 commit intoAzure:mainfrom
eugeneogongo wants to merge 1 commit intoAzure:mainfrom
Conversation
Author
|
/azp run |
|
Commenter does not have sufficient privileges for PR 5271 in repo Azure/azure-cosmos-dotnet-v3 |
Contributor
|
Hi @eugeneogongo, thank you for the contribution! This PR has been idle for ~274 days. Is this change still needed on your side? Flagging for SDK-team triage as part of an open-PR cleanup pass — we'd like to give you a clear yes/no rather than let it sit. |
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.
Pull Request Template
Description
Remove references to System.Net.Http and System.Text.RegularExpressions
This PR removes direct references to System.Net.Http and System.Text.RegularExpressions packages. These packages originated from .NET Core 1.x and have been included in the shared framework since .NET Core 2.0.
As all supported .NET platforms are compatible with .NET Standard 2.0 or higher, these packages are no longer necessary. Their functionality is already available via the target framework’s built-in reference assemblies.
This cleanup helps simplify the project dependencies and avoids unnecessary package resolution during builds.
Read More
Type of change
Please delete options that are not relevant.
Closing issues
To automatically close an issue: closes #5216