WinUI.TableView
WinUI.TableView copied to clipboard
Possible conflict with newest Xaml.Behaviors
Description:
It seems that the latest update of NuGet package Microsoft.Xaml.Behaviors.WinUI.Managed (version 3.0.0, January 27th 2025) throws the following building errors when WinUI.TableView package is also installed in the solution.
- PRI175: 0x80073b0f - Processing Resources failed with error: Duplicate Entry
- PRI277: 0x80073b0f - Conflicting values for resource 'Microsoft.Xaml.Interactivity/Strings/CannotAttachBehaviorMultipleTimesExceptionMessage'
Reverting back to Xaml.Behaviors version 2.0.9 solves the problem whatsoever.
Environment:
- Package Version: 1.2.2
- WinAppSDK Version: 1.6.250108002
is there any workaround available for this issue?
Hi @w-ahmad, I'm afraid I have no clue how to tackle this possible bug. 🤷♂️
@arthurits the only solution for thia issue is by upgrading CommunityToolkit.WinUI.Behaviors to v.8.2. I'll do that once it's out of preview.