Let's change the C# templates to include the Project-level app settings.
- Dominant language
- C#
- Stars
- 4.9k
- Forks
- 1.1k
- Avg merge
- 1d 13m
- Merged PRs (30d)
- 85
Description
Project-level Application Settings are cool, but a Nightmare in discoverability. When I need to change values, I always have to look them up via the provided link in _program.cs_, because I cannot remember the exact syntax in .csproj. So, for that reason, I'd like to include them in the .csproj so they are setting their default values. Or, at least, I want them there, but commented out.
```
WinExe
net6.0-windows
enable
true
enable
true
Segoe UI, 9pt
SystemAware
True
```
Suggesting this for .NET 9, please comment, up- or down-vote!

Contributor guide
Assessment
This issue has not been assessed yet.