Sören Nils Kuklau
Sören Nils Kuklau
In 4.0, you can do this: ```xml Some text on the left Some text on the right ``` Which will produce a window like so:
Notice that it _does_ work in the AutoSuggestBox example in the gallery. The difference is that it sets `OriginalItemsSource="{Binding ViewModel.AutoSuggestBoxSuggestions, Mode=OneWay}"`. If we set an `OriginalItemsSource` and the `DisplayMemberPath`: ```xml...
> my workaround: > > ```shell > codesign --force --deep --sign - /Applications/Swiftcord.app > ``` Note: as of macOS 15.1 Beta (24B5046f), the error will then change to: >Apple could...
I'm guessing https://github.com/dotnet/wpf/pull/7196 would fix this on the WPF side, but I wouldn't be too optimistic they'll merge that any time soon. (I tried to use the supplied binary, but...