0

We have a large (466 project) visual studio solution. When using project rider, one of the projects doesn't fully load, and the solution explorer shows (with errors) after the project name. Is there anywhere in Rider to view said errors?

rvorderm
  • 199
  • 3
  • 15
  • It also seems like the issue is related to the references, as that section isn't populated in the solution explorer. – rvorderm Mar 15 '17 at 20:45

1 Answers1

0

You have to open "Log" tool window:

enter image description here

Also you can run Rider in internal mode in execute "Reload project and show logs" context action from Solution Explorer. It that case Rider will reload a project, collect all information from MsBuild and show log file in editor.

xtmq
  • 3,380
  • 22
  • 26