We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After installing the dotnet template on WSL I can create a new template and the solution builds.
Problem: When doing the same thing via powershell you can create a solution but it doesn't build. You get an error on the NuGet packages:
1>D:\\Fab2\Fab2\.nuget\NuGet.targets(92,9): error : Could not find a part of the path 'D:\\Fab2\Fab2\ \packages\FSharp.Core.4.5.2'.
Possible cause: Notice the space in the error message between \Fab2\ and \packages\
\Fab2\
\packages\
Reproduction steps:
dotnet new -i Fabulous.Templates
dotnet new fabulous-app -n Fab2
Temporary workaround: Create a new solution via WSL.
The text was updated successfully, but these errors were encountered:
Thanks for reporting the issue - the good news is that this should be fixed in the next release with #290.
Sorry, something went wrong.
No branches or pull requests
After installing the dotnet template on WSL I can create a new template and the solution builds.
Problem:
When doing the same thing via powershell you can create a solution but it doesn't build.
You get an error on the NuGet packages:
Possible cause:
Notice the space in the error message between
\Fab2\
and\packages\
Reproduction steps:
dotnet new -i Fabulous.Templates
dotnet new fabulous-app -n Fab2
Temporary workaround:
Create a new solution via WSL.
The text was updated successfully, but these errors were encountered: