dotnet / dotnet/project-system
When a single project fails to reload, dialog should be shown with the error and Solution Explorer should inline the error
- Dominant language
- C#
- Stars
- 1k
- Forks
- 415
- PR merge metrics
- No merged PRs in 30d
Description
We're not reloading the project in "interactive" mode, so the solution think the failure is one of many, so doesn't:
1. Show a dialog containing the error
2. List the error under the project
**Expected:**
Solution Explorer:

```
Dialog:
---------------------------
Microsoft Visual Studio
---------------------------
The element <#text> beneath element is unrecognized. C:\Users\davkean\Documents\Visual Studio 2017\Projects\Foo\ConsoleApp2\ConsoleApp2\ConsoleApp2.csproj
---------------------------
OK
---------------------------
```
**Actual:**

Contributor guide
Assessment
This issue has not been assessed yet.