xamarin/Xamarin.Forms

async TapGestureRecognizer wrong signature

オープン

#3,818 opened on 2018/09/18

 (3 件のコメント) (0 件のリアクション) (1 人の担当者)C# (1,926 件のフォーク)batch import
3.2.0a/Xaml </>a/buildchaine/5 :clock5:help wantedi/regressioninactivet/bug :bug:up-for-grabs

Repository metrics

Stars
 (5,644 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

Description

my project ain't compiling since upgrading from 3.1 to 3.2

Steps to Reproduce

<Image Source="image.png">
    <Image.GestureRecognizers>
        <TapGestureRecognizer Tapped="OnClicked"/>
    </Image.GestureRecognizers>
</Image>

private async Task OnClicked(object sender, EventArgs args) // error
private void OnClicked(object sender, EventArgs args) // ok

コントリビューターガイド