-
Notifications
You must be signed in to change notification settings - Fork 301
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
Fable.sln does not restore #3687
Comments
It is possible that it goes undected because I forgot to run the Fable/src/Fable.Build/Test/JavaScript.fs Lines 105 to 115 in 3fe0a39
I would first check if running the tests catch the problem of that specific project. And depending on the answer add or not a |
Running dotnet restore is typically a requirement to get IntelliSense in the IDE. |
Sure, but running the tests should trigger the We can add a |
In a way, this was also addressed in #3671. |
I'm not able to run
dotnet restore Fable.sln
on the latest main:I believe this goes undetected as the CI jobs don't restore any solution file.
I do find this rather annoying, would you accept a PR with a simple job that builds both solutions?
The text was updated successfully, but these errors were encountered: