-
Notifications
You must be signed in to change notification settings - Fork 982
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Proposal] Streamline application configuration and bootstrap #4909
Comments
Updated dpi resolution algorithm. |
If the WinForms related properties were prefixed with "WinForms." it would be easier to differentiate them from others
|
This comment has been minimized.
This comment has been minimized.
@omariom I've also seen people make their tooling consume XML property content similar to this: <PropertyGroup>
<WinForms>
<ApplicationManifest>app1.manifest</ApplicationManifest>
<ApplicationVisualStyles>true</ApplicationVisualStyles>
<ApplicationFontName>Control.DefaultFont<ApplicationFontName>
<ApplicationFontSize>9<ApplicationFontSize>
<ApplicationHighDpiMode>PerMonitorV2</ApplicationHighDpiMode>
</WinForms>
</PropertyGroup> |
This comment has been minimized.
This comment has been minimized.
There are other existing "Application*" properties (e.g. |
#4978 triggers me: do we need |
In my opinion this starts encroaching into theming/styling territory. AFAIK Windows has never had a default font that was italic or bold. Happy to continue this discussion. |
This issue is still reproducing on .NET 6.0 latest build: 6.0.100-rc.1.21424.1, as discussed in #5071, need other change merged into, so move Milestone to 6.0 RC2. |
Verified this issue with .NET 6.0 RC2 latest build: 6.0.10-rc.2.21429.3, Streamline application configuration and bootstrap have been implemented |
Verified this issue with TP build: 6.0.100-rc.1.21453.13, this issue has been fixed. |
Moved to dotnet/designs#223
The text was updated successfully, but these errors were encountered: