Open Smurf-IV opened 2 years ago
.net462 does not have the OS events
@Smurf-IV I would wait until the 'old' .NET Framework is retired (or at least the 4.6.x line is) before considering doing this
.net462 does not have the OS events
@Smurf-IV I would wait until the 'old' .NET Framework is retired (or at least the 4.6.x line is) before considering doing this
It's as simple as this in the code:
#if !NET462
DpiChanged += OnDpiChanged;
#endif
It'll be the documentation for enabling such, and the differences in the app.config
settings that will be difficult to "Make clear" regardless.
Notes / reminders; whilst I back stuff out:
As part of the investigation into fixing #441 (and previous knowledge of #487), has led to the following issues that need to be sorted: