The Service Bus Explorer allows users to connect to a Service Bus namespace and administer messaging entities in an easy manner. The tool provides advanced features like import/export functionality or the ability to test topic, queues, subscriptions, relay services, notification hubs and events hubs.
MIT License
2.02k
stars
588
forks
source link
Use new functionality to force VS run in DPI unaware mode #790
According to https://learn.microsoft.com/en-us/dotnet/desktop/winforms/whats-new/net80?view=netdesktop-8.0#visual-studio-dpi-improvements this will force VS to load the project in the selected DPI awareness mode. Unfortunately it does not work on my machine, but it may work on someone else's.
I think anything that lessens the risk of the UI scaling issue #784 happening again is worth a lot.