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

Have PSModule resolve without Find-Module if version is explicity listed - Performance Improvement #97

Open
JustinGrote opened this issue Dec 8, 2018 · 1 comment

Comments

@JustinGrote
Copy link

Say I have a PSDepend that is:
@{
BuildHelpers = '1.1.4'
}

And I already have buildhelpers 1.1.4 installed. PSDepend should not do a find-module but accept that it is there. This would massively speed up dependency checking when a lot of modules are involved, since PSdepend doesn't run in parallel. If 'latest' is specified it will always find-module regardless.

I'll write a PR if you agree. I can write is as a parameter -FastVersionMatch or something.

@gaelcolas
Copy link
Contributor

PR #96 should have you covered. It would be great if you could give it a spin

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

2 participants