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

Remove unnecessary package dependencies. #4899

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

teo-tsirpanis
Copy link

Pull Request Template

Description

This PR removes three package dependencies from the Microsoft.Azure.Cosmos project. These are very old packages and not needed when targeting .NET Standard 2.0+; in fact they bring in dozens of unnecessary transitive dependencies and significantly increase the total download size.

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)

Closing issues

To automatically close an issue: closes #IssueNumber

@kirankumarkolli
Copy link
Member

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@kirankumarkolli
Copy link
Member

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@kirankumarkolli
Copy link
Member

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@Pilchie
Copy link
Member

Pilchie commented Jan 8, 2025

Note that removing these is a (very small) source breaking change. If some downstream consumer relied on the fact that we brought them in, they will have to update their own projects to reference these instead.

Not saying we shouldn't do it, just that we should document it clearly in release notes, and not do it in a patch release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants