dotnet / dotnet/project-system
Remove OutputTypeEnumProvider and OutputTypeEx calculation based on the rules
Open
Triage-Investigate
- Dominant language
- C#
- Stars
- 1k
- Forks
- 415
- PR merge metrics
- No merged PRs in 30d
Description
OutputTypeEx is a property accessed in the Property page. To accomodate that property, we had to introduce rules and had to make sure it does not conflict with the OutputType Property. With the change to implement VsLangProj.ProjectProperties in #1842, these changes can be removed. Refer [this](https://github.com/dotnet/roslyn-project-system/pull/1842#discussion_r108000771)
Contributor guide
Assessment
This issue has not been assessed yet.