-
Notifications
You must be signed in to change notification settings - Fork 793
New issue
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
VS: option pages erroring. #17602
Comments
Hm, not the first issue with the options - #17015 |
OK it still worked before #17569. Shouldn't take long to bisect. |
Wondering if translations are out of date |
I think all the strings we use in XAML are bound with I suspect some dependencies changed and are somehow conflicting with net472 era WPF in a way that surfaces only at runtime. Roslyn uses quite a lot of XAML in the C# extension, I wonder if they're seeing this problem. I tried to identify the exact change when this shows up. |
So, the only change is the update to net9 preview 7. |
Thanks for investigating, hopefully it is fixed with rc1. |
Yes, quite a relief nothing's broken on our side 😅. |
Fixed with 9rc1. |
This is not the released version, but a vsix built from latest main installed into latest VS 17.12.0 Preview 1.0.
The first commit that breaks this for me is:
bc40f6a
(#17537)ETA:
External WPF bug: dotnet/wpf#9582
The text was updated successfully, but these errors were encountered: