You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is that some apis, like this one, aren't supported on older versions of Windows, I'm happy to go through the code, find these, and guard them.
Specifications
Version: 2.7.1 (was using 2.6.0 previously, edit: it seems to be fine in 2.7.0)
Platform(s): WPF
Operating System(s): Windows 7
The text was updated successfully, but these errors were encountered:
Fair enough, I would like to say that both .NET 6 and .NET framework 4.8 do support Win 7 though, although the upcoming newer versions will not 'support' it (but .NET 7 will not go out of their way to break on it). So I think was a reasonable assumption that it would support Windows 7, but I'm more than happy to fix any issues I encounter until I decide to not support Windows 7 anymore lol.
Expected Behavior
App runs and works on Windows 7.
Actual Behavior
App crashes on Windows 7 (Wpf).
Stack trace
Cause
The issue is that some apis, like this one, aren't supported on older versions of Windows, I'm happy to go through the code, find these, and guard them.
Specifications
The text was updated successfully, but these errors were encountered: