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 projecting Windows.UI.Xaml.Input.XamlUICommand, the CanExecuteChanged event is projected as EventHandler instead of EventHandler<T> causing a compile break ("XamlUICommand cannot implement ICommand because the type of CanExecuteChanged is different" or something like that)
Using the latest cswinrt nuget: 1.1.0-prerelease.201111.6