code-conversion icon indicating copy to clipboard operation
code-conversion copied to clipboard

ConvertTo-Powershell appears to use the wrong working path

Open StingyJack opened this issue 3 years ago • 1 comments

Even though the prompt is at my home folder, it forces the working path to be c:\windows\system32.

PS C:\Users\Andrew.Stanton> ConvertTo-Powershell -CSharpFile .\source\repos\MochaResultTestRailUploader\MochaResultTestRailUploader\MochaTypes.cs
ConvertTo-PowerShell: File C:\WINDOWS\system32\source\repos\MochaResultTestRailUploader\MochaResultTestRailUploader\MochaTypes.cs not found.

If i give it the full path I get the error named in #1

StingyJack avatar May 29 '22 01:05 StingyJack

can you please try version 2.0?

adamdriscoll avatar Oct 27 '22 16:10 adamdriscoll