Closed sandsc closed 11 months ago
@sandsc Windows 7 is not officially supported by MS anymore and we have no devices to test it. Thus it is expected that at some point Avalonia may not work on Win7 anymore. If you are able to provide a fix without breaking any functionality, without any hacks, we may include this but no promise.
Thank you for your understanding.
Please also see the readme or the documentation. It states Win 7 and 8 are not supported by FA.
Describe the bug Win32Interop use
AdjustWindowRectExForDpi
which is only available on windows 10. application raiseSystem.EntryPointNotFoundException
exception when app runs on windows 7.