We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want my application's and libraries to be as small as possible and the minimum amount of dependencies.
Additional dependencies are being added to my projects.
Conditions are placed on the dependencies so that they are only included when not able to be provided by the framework.
No response
The text was updated successfully, but these errors were encountered:
Can you provide an example project or scenario that gives more detail about what you're looking for here?
Sorry, something went wrong.
@baronfel Will do a pr within the next day as I figure that will be easiest to see.🙂
dotnet#10141 Optimise dependencies
107656f
#10141 Optimise dependencies (#10150)
00f1b85
Fixes #10141 Context A number of dependencies have been made conditional based on TFM Changes Made Made dependencies conditional based on TFM
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: