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
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: