Fix verb on command in OpenConsole.psm1 that is giving a warning on load #13813

Closed
opened 2026-01-31 03:52:46 +00:00 by claunia · 3 comments
Owner

Originally created by @miniksa on GitHub (May 14, 2021).

PS D:\src\terminal> ipmo .\tools\OpenConsole.psm1
WARNING: The names of some imported commands from the module 'OpenConsole' include unapproved verbs that might make them less discoverable. To find the commands with unapproved verbs, run the Import-Module command again with the Verbose parameter. For a list of approved verbs, type Get-Verb.

Someone added a command with an unapproved verb. Find it, choose an appropriate one, find usages and update them, etc.

Originally created by @miniksa on GitHub (May 14, 2021). PS D:\src\terminal> ipmo .\tools\OpenConsole.psm1 WARNING: The names of some imported commands from the module 'OpenConsole' include unapproved verbs that might make them less discoverable. To find the commands with unapproved verbs, run the Import-Module command again with the Verbose parameter. For a list of approved verbs, type Get-Verb. Someone added a command with an unapproved verb. Find it, choose an appropriate one, find usages and update them, etc.
Author
Owner

@LuanVSO commented on GitHub (May 15, 2021):

The 'Verify-XamlFormat' command in the OpenConsole' module was imported, 
but because its name does not include an approved verb, it might be difficult to find. 
suggested alternative verbs are "Test".
@LuanVSO commented on GitHub (May 15, 2021): ``` The 'Verify-XamlFormat' command in the OpenConsole' module was imported, but because its name does not include an approved verb, it might be difficult to find. suggested alternative verbs are "Test". ```
Author
Owner

@zadjii-msft commented on GitHub (May 17, 2021):

*cough* https://github.com/microsoft/terminal/pull/9589#discussion_r603428546

@zadjii-msft commented on GitHub (May 17, 2021): \*cough* https://github.com/microsoft/terminal/pull/9589#discussion_r603428546
Author
Owner

@DHowett commented on GitHub (May 17, 2021):

yes yes i caused this ;P

@DHowett commented on GitHub (May 17, 2021): yes yes i caused this ;P
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#13813