-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[FR] do not install #3807
Comments
LINQPAD do not depend on dotnet-sdk since 13. December |
@Ash258 linqpad and dotnet-sdk just a example here. |
this is a seperate but related problem. cologler is talking about the automatic detection of already installed dependencies that weren't installed from scoop. |
I am installed
dotnet-sdk
from visual studio installer.When I install the package
LINQPad
(depends ondotnet-sdk
), scoop will auto installdotnet-sdk
unless I use--independent
parameter.There is no easy way to see if any package depends on
dotnet-sdk
before install.Can scoop keep a list to auto skip some dependencies?
Maybe a file flag:
The text was updated successfully, but these errors were encountered: