You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifically, Test-Command and Test-Module is used heavily in our tests and build module which currently rely on Get-Command -ErrorAction SIlentlyContinue which can mask other issues other than testing if a command exists.
Specifically,
Test-CommandandTest-Moduleis used heavily in our tests and build module which currently rely onGet-Command -ErrorAction SIlentlyContinuewhich can mask other issues other than testing if a command exists.