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

fix #1417 modulehelp false positives #1418

Merged

Commits on Feb 17, 2020

  1. fix modulehelp false positives

    When looking up module version, if the module is not installed, also check if it is loaded and get module version from loaded module
    Add 'AttachAndDebug' to paramBlackList, so it does not throw false positives for DEBUG builds.
    Small bugfix for the actual blacklist check, the property 'name' of the $parameter variable needs to be used to check against the blacklist.
    Jos Koelewijn authored and Jos Koelewijn committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    b70e444 View commit details
    Browse the repository at this point in the history
  2. undo check for loaded module, because $env:psmodulepath is set to .\o…

    …ut\ module during testing, the built module will always appear 'installed'.
    Jos Koelewijn authored and Jos Koelewijn committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    938696f View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. simplify command discovery

    Jos Koelewijn authored and Jos Koelewijn committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    58fb6c6 View commit details
    Browse the repository at this point in the history