-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Clarify that ForceDesignerDpiUnaware is supported only in .NET 6+ WinForms projects #11129
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
base: main
Are you sure you want to change the base?
Conversation
|
@MFredX : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit be6d8cc: ✅ Validation status: passed
For more details, please refer to the build report. |
|
Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
|
@MFredX - excellent point, thanks for the contribution. |
|
Learn Build status updates of commit 89008eb:
|
| File | Status | Preview URL | Details |
|---|---|---|---|
| docs/azure/azure-deployment-using-github-actions.md | Details | ||
| docs/azure/overview-github-actions.md | Details | ||
| docs/designers/disable-dpi-awareness.md | ✅Succeeded |
docs/azure/azure-deployment-using-github-actions.md
- Line 48, Column 40: [Warning: bookmark-not-found - See documentation]
Cannot find bookmark '#git-changes-window-in-visual-studio-2019' in 'version-control/git-with-visual-studio.md'.
docs/azure/overview-github-actions.md
- Line 45, Column 27: [Warning: bookmark-not-found - See documentation]
Cannot find bookmark '#create-a-new-git-repository-in-visual-studio-2019' in 'version-control/git-with-visual-studio.md'.
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
The Visual Studio documentation does not state that
ForceDesignerDpiUnawareis supported only for Windows Forms projects targeting .NET 6 or later. This can mislead .NET Framework users into expecting the feature to work when it is not supported. Adding this clarification ensures accuracy and prevents confusionRelated discussion from Visual Studio Dev Community; https://developercommunity.visualstudio.com/t/ForceDesignerDpiUnaware-project-setting/10914254