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
{{ message }}
This repository was archived by the owner on Feb 25, 2026. It is now read-only.
My ProjectPeunion solution is crashes, when I'm trying to use NavigationViewItem.Icon property with the CommunityToolkit.WinUI.UI.Controls library. The error is: Microsoft.UI.Xaml.Markup.XamlParseException: 'XAML parsing failed.'
Is this bug a regression in the toolkit? If so, what toolkit version did you last see it work:
Steps to Reproduce
Can this be reproduced in the Sample App? (Either in a sample as-is or with new XAML pasted in the editor.) If so, please provide custom XAML or steps to reproduce. If not, let us know why it can't be reproduced (e.g. more complex setup, environment, dependencies, etc...)
All you need to do:
Create a new solution with the ProjectReunion version 0.5.5
Describe the bug
My ProjectPeunion solution is crashes, when I'm trying to use
NavigationViewItem.Iconproperty with the CommunityToolkit.WinUI.UI.Controls library. The error is:Microsoft.UI.Xaml.Markup.XamlParseException: 'XAML parsing failed.'Steps to Reproduce
All you need to do:
install-package Microsoft.ProjectReunion -Version 0.5.5Or clone my sample solution:
git clone https://github.com/LeftTwixWand/ReunionAppBug.gitScreenshots
Environment