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
I can successfully add packages to a project if the path to fsproj has no spaces in it. If I try to add the same package to a project with spaces in its path, Paket fails with the following error:
Paket.VisualStudio.Utils.PaketRuntimeException: Error running: C:\Projects\2018-02-20 Web Api Demo\AIX Web Service\.paket\paket.exe add Suave --project C:\Projects\2018-02-20 Web Api Demo\AIX Web Service\AIX Web Service\AIX Web Service.fsproj
Exit code '1' returned ---> System.Exception: Exit code '1' returned
at Paket.VisualStudio.Utils.PaketLauncher.LaunchProcess(String WorkingDirectory, String ProcessStart, String PaketSubCommand, DataReceivedEventHandler PaketDataReceivedHandler)
--- End of inner exception stack trace ---
at Paket.VisualStudio.Utils.PaketLauncher.LaunchProcess(String WorkingDirectory, String ProcessStart, String PaketSubCommand, DataReceivedEventHandler PaketDataReceivedHandler)
at Paket.VisualStudio.Utils.PaketLauncher.LaunchPaket(String SolutionDirectory, String PaketSubCommand, DataReceivedEventHandler PaketDataReceivedHandler)
at Paket.VisualStudio.Commands.AddPackageProcess.<>c__DisplayClass0_0.<ShowAddPackageDialog>b__2(NugetResult result)
at Paket.VisualStudio.Commands.PackageGui.AddPackageViewModel.<>c__DisplayClass26_0.<.ctor>b__21()
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
Repro steps
Please provide the steps required to reproduce the problem
Right click "References" for a solution
Click "Add Package"
Choose a package (in my case, this was "Suave")
Click "Add Nuget Package"
Watch failure occur
Expected behavior
I would expect the selected package to load to the solution regardless of project path.
Actual behavior
The package will not load for projects in directories with spaces.
Known workarounds
Change my project folder's path's spaces to dashes
Related information
Windows 7
.NET 4.7
The text was updated successfully, but these errors were encountered:
Description
I can successfully add packages to a project if the path to fsproj has no spaces in it. If I try to add the same package to a project with spaces in its path, Paket fails with the following error:
Repro steps
Please provide the steps required to reproduce the problem
Right click "References" for a solution
Click "Add Package"
Choose a package (in my case, this was "Suave")
Click "Add Nuget Package"
Watch failure occur
Expected behavior
I would expect the selected package to load to the solution regardless of project path.
Actual behavior
The package will not load for projects in directories with spaces.
Known workarounds
Change my project folder's path's spaces to dashes
Related information
The text was updated successfully, but these errors were encountered: