-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Unable to find F# project in solution to restore #8320
Comments
Same issue here on macOS with dotnet SDK 1.0.4. Apparently it only works on Windows but not on Unix system. Restoring project by project works though. |
i can repro too |
I fixed this by changing all the project path strings to use / instead of \ in my .sln file. Seems the command: dotnet sln add path-to-project adds backslashes by default. |
While i can repro in @livarcocc the 1.0.x branch is getting an update? if so, i can try backport the fix (if i can find it). |
@enricosada we are not servicing 1.0.0 or 1.0.1 anymore. Instead, we are servicing 1.1.0 from now on. Though, with 2.0.0 release and backwards compatible with 1.0 projects, do we still needs this fix for 1.1.0? If not, I would like to close this issue. |
2.0.0 works great for me. I don't see any value in keeping this issue open. |
Awesome, thanks for letting us know. |
Steps to reproduce
NOTE: Also tested using linux subsystem on windows 10 with Ubuntu 14.04.5 LTS and dotnet version 1.0.4 and got same results
Expected behavior
All F# projects in solution should be able to restore and build.
Actual behavior
No F# projects are found in solution to restore.
Environment data
dotnet --info
output:The text was updated successfully, but these errors were encountered: