We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On Win11 21h2 (build 22000), it looks like the code from https://github.com/lepoco/wpfui/pull/1122/files#diff-196b404f4db09632665ef546da6c8e57302b2f3e3d082eb4b5c295ae3482d94a doesn't quite fix the issue. When we released to the wild in 0.82, we started seeing win11 build 22000 failures.
I can reproduce it on a VM.
microsoft/PowerToys#33687 has a bit more of a targeted hack to resolve the issue.
Spin up a 21h2 VM and you'll see it fail if you pass in 0xFFFFFFFE
No crash
No response
win11 build 22000 (21h2)
.net 8
did not directly use a WPFUI nuget
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
On Win11 21h2 (build 22000), it looks like the code from https://github.com/lepoco/wpfui/pull/1122/files#diff-196b404f4db09632665ef546da6c8e57302b2f3e3d082eb4b5c295ae3482d94a doesn't quite fix the issue. When we released to the wild in 0.82, we started seeing win11 build 22000 failures.
I can reproduce it on a VM.
microsoft/PowerToys#33687 has a bit more of a targeted hack to resolve the issue.
To Reproduce
Spin up a 21h2 VM and you'll see it fail if you pass in 0xFFFFFFFE
Expected behavior
No crash
Screenshots
No response
OS version
win11 build 22000 (21h2)
.NET version
.net 8
WPF-UI NuGet version
did not directly use a WPFUI nuget
Additional context
No response
The text was updated successfully, but these errors were encountered: