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

Make paket add accept multiple NuGet packages #2756

Closed
Krzysztof-Cieslak opened this issue Sep 12, 2017 · 2 comments
Closed

Make paket add accept multiple NuGet packages #2756

Krzysztof-Cieslak opened this issue Sep 12, 2017 · 2 comments

Comments

@Krzysztof-Cieslak
Copy link
Member

In some rare cases (Forge scaffolding, for example) I'd want to add multiple packages at the same time. At the moment, we add packages one-by-one in the loop, what means that the whole process (starting Paket, resolver, I/O) is run multiple times... which adds a lot of overhead and is pretty long operation. It'd be really helpful to allow us add those packages at once.

Alternative solution would be adding flag to paket add that would disable resolver - in such case command would just add entry in paket.dependency without changing paket.lock and project files.

@matthid
Copy link
Member

matthid commented Sep 12, 2017

I vote for fixing the startup perf add the flag to skip the resolver.

Sadly we will probably choose the hacky solution as it is easier to implement... I don't think I'm able to fix this anytime soon.

Skipping the resolver is probably easy, fixing the startup perf is not

@forki
Copy link
Member

forki commented Sep 12, 2017

#2757

@forki forki closed this as completed in 8a47534 Sep 12, 2017
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

3 participants