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

Fudge prune does not include dependencies from Fudgefile items #77

Open
Kipjr opened this issue Dec 29, 2020 · 0 comments
Open

Fudge prune does not include dependencies from Fudgefile items #77

Kipjr opened this issue Dec 29, 2020 · 0 comments

Comments

@Kipjr
Copy link

Kipjr commented Dec 29, 2020

When I have a Fudgefile with Git and some other tools like

    {
        "name": "visualstudio2017buildtools",
        "version": null,
        "args":null,
	"params": null
    },

it also installs chocolatey-visualstudio.extension

But when, for example, I remove Git from the Fudgefile and run fudge prune it tries to remove packages not mentioned in the Fudgefile, like chocolatey-visualstudio.extension.

choco list -local
returns 32 packages (including dependencies)

fudge list -local
returns 13 packages (without dependencies)

Is there some way to counteract this behavior?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant