dotnet / dotnet/project-system
Properties window does not show defaults of properties
Open
Feature-Rules/Properties
Parity-Legacy-Feature
Triage-Approved
- Dominant language
- C#
- Stars
- 1k
- Forks
- 415
- PR merge metrics
- No merged PRs in 30d
Description
Unlike legacy, CPS does not show the defaults for properties for C# projects:
Legacy:

CPS:

This makes it very difficult to figure out what a property does without experimenting. This behavior is entirely based on C++ usage which stores the defaults of these in special targets files, but we don't inherit or get that behavior.
Contributor guide
Assessment
This issue has not been assessed yet.