ionide / ionide-vscode-mechanic

Mechanic plugin for VS Code
https://github.com/fsprojects/Mechanic
MIT License
17 stars 4 forks source link

Mechanic fails with "Cannot find restored info for project..." #21

Closed tforkmann closed 6 years ago

tforkmann commented 6 years ago

Error message:

image

Any ideas how to fix that?

forki commented 6 years ago

/cc @jindraivanek

jindraivanek commented 6 years ago

This is most probably because dotnet restore fails. You can try to do restore on project and run again. @tforkmann it is possible to upload this project for repro?

Maybe Mechanic should only emit warning when something goes wrong with ProjectCracker and continue without considering external defs.

tforkmann commented 6 years ago

Ok that helped!

Could Mechanic maybe run dotnet restore for me?

jindraivanek commented 6 years ago

Mechanic do it, but it fails here for some reason.

tforkmann commented 6 years ago

Ok closing it now