Skip to content
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

Support for .net 8.0 #30

Open
shivan opened this issue Nov 28, 2023 · 1 comment
Open

Support for .net 8.0 #30

shivan opened this issue Nov 28, 2023 · 1 comment

Comments

@shivan
Copy link

shivan commented Nov 28, 2023

When trying to use it with .net 8.0 I get around 12 errors about unresolvable resources (ComboboxItem..., System.Windows.Documents.TextElement)
And PresentationFramework.Aero2.dll seems unavailable for .net 8.0, too.

XDG-0001 The resource "ComboBoxItem.ItemView.Hover.Background" could not be resolved
XDG-0001 The resource "ComboBoxItem.ItemView.Hover.Border" could not be resolved
XDG-0001 The resource "ComboBoxItem.ItemView.Selected.Background" could not be resolved
XDG-0001 The resource "ComboBoxItem.ItemView.Selected.Border" could not be resolved
XDG-0001 The resource "ComboBoxItem.ItemView.SelectedHover.Background" could not be resolved
XDG-0001 The resource "ComboBoxItem.ItemView.SelectedHover.Border" could not be resolved
XDG-0001 The resource "ComboBoxItem.ItemView.SelectedNoFocus.Background" could not be resolved
XDG-0001 The resource "ComboBoxItem.ItemView.SelectedNoFocus.Border" could not be resolved
XDG-0001 The resource "ComboBoxItem.ItemView.Focus.Border" could not be resolved
XDG-0001 The resource "ComboBoxItem.ItemView.HoverFocus.Background" could not be resolved
XDG-0001 The resource "ComboBoxItem.ItemView.HoverFocus.Border" could not be resolved

And some messages about sealed classes which cannot be used:

  • SetterBaseCollection
  • TriggerCollection
@sjain882
Copy link

sjain882 commented Jan 2, 2025

For anyone else searching, DerekGooding updated it to .NET 8:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants