Skip to content
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

Revert the High DPI changes #807

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ErikMogensen
Copy link
Collaborator

As mentioned in #804, there are some GUI things that don't look good after the changes for high DPI. Therefore this change reverts those changes.

Sorry @jmoralesv. I hope you will find the time to get this working for those scenarios.

Second try as the first PR had two commits.

@@ -3,7 +3,7 @@
<ProjectGuid>{DE07DBEB-D772-49BA-BCEB-A7CE29308AE3}</ProjectGuid>
<RootNamespace>ServiceBusExplorer.Common</RootNamespace>
<AssemblyName>ServiceBusExplorer.Common</AssemblyName>
<TargetFramework>net472</TargetFramework>
<TargetFramework>net462</TargetFramework>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are there any concerns about reverting the target framework? In theory, this change shouldn't impact UI at all.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There were some changes in the original PR that I would have liked to keep, but to keep it clean and as I am pressed for time I didn't change them. However, I think we should stick to NET 4.7.2 for all NET Framework assemblies, since the XUnit PR may have assemblies that are dependent upon that version.

Hopefully there is a new High DPI PR and that will require 4.7.2 anyways.

How do we handle this?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd say revert everything but the TF. Keep it as net472.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants