dotnet / dotnet/winforms

Let's change the C# templates to include the Project-level app settings.

Open
#9,931 1 comment 7 reactions 1 assignee Claimed by @KlausLoeffelmann View on GitHub
area-Templates
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!

![image](https://github.com/dotnet/winforms/assets/9663150/9c1b062d-1226-4aa7-a7e0-5b248af7c347)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.