Skip to content
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

Initializing project system triggers incorrect restore prompt and reprocesses projects multiple times #504

Open
troydai opened this issue Apr 5, 2016 · 1 comment

Comments

@troydai
Copy link
Contributor

troydai commented Apr 5, 2016

Move from: dotnet/vscode-csharp#141
Author: @natemcmaster

Repro step

Clone entity framework to Mac.
From command line: dotnet restore (should succeed)
Open VS Code.
Select the whole "solution" in "Omnisharp: Select Project".

Expected behavior

Initialize project state and intellisense. No restore necessary.

Actual behavior

VS Code produces dozens of errors "There are unresolved dependencies from '(project)'. Please execute the restore command to continue." This is produce multiple times per project.

Furthermore, the Omnisharp output shows it is continually processing the same projects over and over. Appears to have processed each project state about 40 times.

Full log:
omnisharp-log.txt

After about ~4 minutes, project initialization appears done and omnisharp operates as expected.

My setup

VS Code 0.10.11
Using C# 0.3.7
Using omnisharp-roslyn build locally from aab690c (result of mergeing #501)

@troydai
Copy link
Contributor Author

troydai commented Jun 27, 2016

/cc @DustinCampbell

unassigned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant