We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I did this recently and needed about 30 minutes to find my bug:
function Demo { Param ( [string] $input ) }
You can pass everything to this parameter, no warning, no error and $input is always $null !
See here, too: #712 "New Rule Suggestion: AvoidReuseOfAutomaticVariables"