dotnet / dotnet/project-system
"Platform target" and "Nullable" need to show default values
Open
Feature-Codespaces
Triage-Approved
- Dominant language
- C#
- Stars
- 1k
- Forks
- 415
- PR merge metrics
- No merged PRs in 30d
Description
On the "Build" property page we currently don't show values for "Platform target" or "Nullable" if they are not explicitly defined in the project file. We should show the effective setting ("Any CPU" and "Disable" respectively) in this case.
We could achieve this by adding value providers, but it may also be worthwhile to come up with a way to specify a default in the .xaml file itself.
Contributor guide
Assessment
This issue has not been assessed yet.