Skip to content

Projection of XamlUICommand.CanExecuteChanged (system XAML) loses generic type #597

@asklar

Description

@asklar

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingfixedIssue has been fixed in an upcoming or existing release

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions