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

[Feature Request]: Optimise dependencies to reduce dependency graph #10141

Closed
thompson-tomo opened this issue May 16, 2024 · 2 comments · Fixed by #10150
Closed

[Feature Request]: Optimise dependencies to reduce dependency graph #10141

thompson-tomo opened this issue May 16, 2024 · 2 comments · Fixed by #10150

Comments

@thompson-tomo
Copy link
Contributor

Summary

I want my application's and libraries to be as small as possible and the minimum amount of dependencies.

Background and Motivation

Additional dependencies are being added to my projects.

Proposed Feature

Conditions are placed on the dependencies so that they are only included when not able to be provided by the framework.

Alternative Designs

No response

@baronfel
Copy link
Member

Can you provide an example project or scenario that gives more detail about what you're looking for here?

@thompson-tomo
Copy link
Contributor Author

@baronfel Will do a pr within the next day as I figure that will be easiest to see.🙂

thompson-tomo added a commit to thompson-tomo/msbuild that referenced this issue May 17, 2024
maridematte pushed a commit that referenced this issue May 20, 2024
Fixes #10141

Context
A number of dependencies have been made conditional based on TFM

Changes Made
Made dependencies conditional based on TFM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants