dotnet / dotnet/project-system
Shared Projects should be editable while open
Open
Feature-Project-File-Editing
Feature-Shared-Projects
Triage-Approved
- Dominant language
- C#
- Stars
- 1k
- Forks
- 415
- PR merge metrics
- No merged PRs in 30d
Description
This bug is tracking adding the "edit while open" and "automatic reload" features to C#/VB Shared Projects.
This needs to be opt'd in at the project type via these three:
```
ProjectCapability.HandlesOwnReload + "; " +
ProjectCapability.OpenProjectFile + "; " +
ProjectCapability.PreserveFormatting + "; " +
```
However, Shared Projects have their own hierarchy so there's probably work. Also due to C++ sharing a project type there's some C++ impact that needs to figured out.
Contributor guide
Assessment
This issue has not been assessed yet.