code-conversion
code-conversion copied to clipboard
ConvertTo-Powershell appears to use the wrong working path
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
can you please try version 2.0?