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
ScubaGear does a version check on import (which is first use after install from PSGallery). When using a pre-release version v1.5.0-rc2, it failes to execute and throws a path warning.
To reproduce
Steps to reproduce the behavior:
Start with a clean machine without ScubaGear or its dependencies
Install-Module -Name ScubaGear -AllowPrerelease
Invoke-Scuba -Version
Expected behavior
ScubaGear to run with the dependent modules warning, but not the version check fail nor the 'Path' error.
Any helpful log output or screenshots
From clean machine, install ScubaGear v1.5.0-rc2 from PSGallery then issue Invoke-Scuba -Version and get cannot bind error.
The text was updated successfully, but these errors were encountered:
🐛 Summary
ScubaGear does a version check on import (which is first use after install from PSGallery). When using a pre-release version v1.5.0-rc2, it failes to execute and throws a path warning.
To reproduce
Steps to reproduce the behavior:
Install-Module -Name ScubaGear -AllowPrerelease
Invoke-Scuba -Version
Expected behavior
ScubaGear to run with the dependent modules warning, but not the version check fail nor the 'Path' error.
Any helpful log output or screenshots
From clean machine, install ScubaGear v1.5.0-rc2 from PSGallery then issue
Invoke-Scuba -Version
and get cannot bind error.The text was updated successfully, but these errors were encountered: