-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Optimise dependencies based on TFM #10
Comments
Which dependency do you mean? |
thompson-tomo
added a commit
to thompson-tomo/HashDepot
that referenced
this issue
Apr 5, 2024
Please be more specific. What problem does removing that dependency solve? |
it does 2 things, reduce compilation size and reduces chance of CVE's/conflicting versions. Think of those dependencies like System.IO you don't need to add that package if you want access to the file system due to the framework already guranteeing tha the library will be available. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
I want to minimise dependencies in my project by utilising framework dependencies wherever possible
Describe the solution you'd like
Atleast 1 if not both the dependencies can be removed as they are provided via the framework.
Describe alternatives you've considered
Accept the additional dependency
Additional context
n/a
The text was updated successfully, but these errors were encountered: