-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
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
Need Graceful Response if executing PlatyPS commands from non-FileSystem provider #161
Comments
That blocks SQLPS help migration, because you can only run these command from the SQL provider. |
This is actually applicable to |
resolved in e07fd67 - waiting for build to pass, then will merge into master along with other minor fixes. |
fixed tests in 0a5c56b will merge in to master on build test completion. |
one build error remains. working on it now. it does not exist locally. |
This issue is now also a fix, if the file system provider in not in use. PlatyPS will change providers to the first available file system. This means C: will typically be the preferred drive. 6db781e |
merged into master |
discovered this when trying to run PlatyPS on the SQLPS module for SQL server. Part of getting the commands moves the runtime over to the SQL provider, PlatyPS fails dramatically at this point.
To Reproduce
Expected behavior
You get the help.xml (external help) expected.
Actual behavior
Environment data
PlatyPS v0.5.0
Windows 10
PowerShell 5.0
The text was updated successfully, but these errors were encountered: