Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

fixing issue-63 #75

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fixing issue-63 #75

wants to merge 1 commit into from

Conversation

Medve01
Copy link

@Medve01 Medve01 commented May 31, 2019

Maybe not the best fix, but it helps to use it with Visual Studio Code

Maybe not the best fix, but it helps to use it with Visual Studio Code
@msftclas
Copy link

msftclas commented May 31, 2019

CLA assistant check
All CLA requirements met.

@mikejwhat
Copy link

I ran into this too. If you coerce on the right hand side instead the issue goes away. i.e. $verboseFlag = [bool] $PSBoundParameters['Verbose'] instead of [bool] $verboseFlag = $PSBoundParameters['Verbose']

@mikejwhat
Copy link

How does this fix issue 63 though?

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

Successfully merging this pull request may close these issues.

3 participants