Skip to content

Latest commit

 

History

History
 
 

ExpectingInput-is-false

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

$MyInvocation.ExpectingInput is $false in DynamicParam

Fixed in v6

In a PowerShell function $MyInvocation.ExpectingInput is supposed to get true if the function is invoked with a pipeline input. This is not the case for the DynamicParam block, it gets false.

The script Test-1.ps1 shows the fact.