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

Open
#1,429 0 comments 0 reactions 1 assignee Claimed by @davkean View on GitHub
Triage-Approved
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:
![image](https://cloud.githubusercontent.com/assets/1103906/22508387/c4b335bc-e8dd-11e6-974b-36059b3369e6.png)
```

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:**
![image](https://cloud.githubusercontent.com/assets/1103906/22508308/8142162c-e8dd-11e6-9058-1c94c29e0e44.png)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.