Skip to content

Avoid package dependencies on libraries in the shared framework #106172

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

Merged
merged 3 commits into from
Aug 12, 2024

Conversation

ericstj
Copy link
Member

@ericstj ericstj commented Aug 9, 2024

Fixes #105120

We can avoid these dependencies since we can count on the library being part of the shared framework. Fewer dependencies means less packages downloaded, less for customers to service, less copied into the output directory when serviced.

NuSpec differences: ericstj/diffs@ee014f1

We can avoid these dependencies since we can count on the library being
part of the shared framework.  Fewer dependencies means less packages
downloaded, less for customers to service, less copied into the output
directory when serviced.
Copy link
Member

@carlossanlop carlossanlop left a comment

Choose a reason for hiding this comment

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

Feedback addressed. Do you feel like the open conversations have been addressed too, or do you want to wait for @ViktorHofer 's final input there?

@ericstj
Copy link
Member Author

ericstj commented Aug 12, 2024

Feedback addressed. Do you feel like the open conversations have been addressed too, or do you want to wait for @ViktorHofer 's final input there?

I think we closed on those discussions. I resolved them.

@ericstj ericstj merged commit 6e440de into dotnet:main Aug 12, 2024
150 checks passed
ericstj added a commit to ericstj/runtime that referenced this pull request Aug 29, 2024
…et#106172)

* Avoid package dependencies on libraries in the shared framework

We can avoid these dependencies since we can count on the library being
part of the shared framework.  Fewer dependencies means less packages
downloaded, less for customers to service, less copied into the output
directory when serviced.

* Add warning code.

* Address feedback
ericstj added a commit to ericstj/runtime that referenced this pull request Aug 29, 2024
…et#106172)

* Avoid package dependencies on libraries in the shared framework

We can avoid these dependencies since we can count on the library being
part of the shared framework.  Fewer dependencies means less packages
downloaded, less for customers to service, less copied into the output
directory when serviced.

* Add warning code.

* Address feedback
ericstj added a commit that referenced this pull request Sep 5, 2024
#107161)

* Avoid package dependencies on libraries in the shared framework (#106172)

* Avoid package dependencies on libraries in the shared framework

We can avoid these dependencies since we can count on the library being
part of the shared framework.  Fewer dependencies means less packages
downloaded, less for customers to service, less copied into the output
directory when serviced.

* Add warning code.

* Address feedback

* Add an option to enable servicing for transitive dependencies

* Enable all packages that removed dependencies

* Add additional packages required for up-stack servicing

* Permit settting ServiceTransitiveDependencies in projects as well
@github-actions github-actions bot locked and limited conversation to collaborators Sep 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
3 participants