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

ReviewUnusedParameter: Do not trigger when MyInvocation.BoundParameters or PSCmdlet.MyInvocation.BoundParameters is used #1520

Merged
merged 7 commits into from
Jun 14, 2020

Commits on May 22, 2020

  1. Enhance ReviewUnusedParameter to bail out if $MyInvocation.BoundParma…

    …eters encountered
    Manigandan Jegannathan committed May 22, 2020
    Configuration menu
    Copy the full SHA
    67d1620 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2020

  1. Account for $PSCmdlet.MyInvocation.BoundParameters

    Manigandan Jegannathan committed May 24, 2020
    Configuration menu
    Copy the full SHA
    02bb9d0 View commit details
    Browse the repository at this point in the history
  2. Optmised the way we find bound parameters reference with in script block

    Manigandan Jegannathan committed May 24, 2020
    Configuration menu
    Copy the full SHA
    1720e71 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2020

  1. Address review feedback

    Manigandan Jegannathan committed May 31, 2020
    Configuration menu
    Copy the full SHA
    f512390 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2020

  1. Remove unnecessary casting

    Manigandan Jegannathan committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    09c0cf7 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2020

  1. Merge pull request #1 from jegannathanmaniganadan/dev

    Enhance ReviewUnusedParameter to bail out if $MyInvocation.BoundParameters encountered
    jegannathanmaniganadan committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    d4b2ab8 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2020

  1. - Label boolean parameter

    - Add pester tests
    Manigandan Jegannathan committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    7c37cf4 View commit details
    Browse the repository at this point in the history