We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
function Build-MyThing { Write-Host 'Building thing.' }
nothing
warning: 'The cmdlet Build-MyThing uses unapproved verb'
Build is listed as an approved verb
The text was updated successfully, but these errors were encountered:
Build has only been an approved verb since Sep-2017 and was added in PowerShell 6.0 (Jan-2018).
Build
PowerShell/PowerShell#4725.
I can only reproduce the above in PowerShell 5.1 - which is expected behaviour as it was released Aug-2016.
Sorry, something went wrong.
Thanks, looks like this is by design-- the verb list is retrieved at run time
No branches or pull requests
Steps to reproduce
Expected behavior
nothing
Actual behavior
warning: 'The cmdlet Build-MyThing uses unapproved verb'
Notes
Build is listed as an approved verb
The text was updated successfully, but these errors were encountered: