Skip to content
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

Join-Path prompts for path #Critical #71

Open
MarkMichaelis opened this issue Sep 29, 2019 · 0 comments
Open

Join-Path prompts for path #Critical #71

MarkMichaelis opened this issue Sep 29, 2019 · 0 comments
Labels

Comments

@MarkMichaelis
Copy link
Member

Join-Path needs to be switched over to use command wrapping - see https://www.petri.com/making-powershell-command.

Currently, Join-Path frequently prompts for Path which is very bad since Join-Path is used so frequently. The predominant problem is caused when named parameters (such as -Path or -ChildPath) are used.

See Fix/Join-Path branch for failing tests.

@adamskt adamskt added the bug label Oct 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants