Skip to content

Fix invalid code generation for multiple event handlers#502

Merged
jeromelaban merged 1 commit intomasterfrom
devjela/duplicate-xaml-events
Jan 17, 2019
Merged

Fix invalid code generation for multiple event handlers#502
jeromelaban merged 1 commit intomasterfrom
devjela/duplicate-xaml-events

Conversation

@jeromelaban
Copy link
Copy Markdown
Member

PR Type

  • Bugfix

What is the current behavior?

This code fails to compile <Button Click="Button_Click" Loaded="OnLoadUnload" Unloaded="OnLoadUnload" />

What is the new behavior?

The above code build properly. This regression was introduced by the #497.

PR Checklist

Please check if your PR fulfills the following requirements:

@jeromelaban jeromelaban force-pushed the devjela/duplicate-xaml-events branch from eac2e5c to 5018bc7 Compare January 17, 2019 20:33
jeromelaban added a commit to unoplatform/Uno.Windows-universal-samples that referenced this pull request Jan 17, 2019
@jeromelaban jeromelaban merged commit 11fa58e into master Jan 17, 2019
@jeromelaban jeromelaban deleted the devjela/duplicate-xaml-events branch January 17, 2019 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants