Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a change to make the MarkupExtensionReturnType optional #1743

Merged
merged 3 commits into from
Oct 9, 2019

Conversation

Massimo37
Copy link
Contributor

@Massimo37 Massimo37 commented Oct 7, 2019

GitHub Issue (If applicable): #39

PR Type

What kind of change does this PR introduce?

Feature

What is the current behavior?

Currently, markup extensions require the MarkupExtensionReturnType attribute to be specified.

What is the new behavior?

Allows the MarkupExtensionReturnType attribute to be optional and allows a developer to be able to return different types from one markup extension.

PR Checklist

Please check if your PR fulfills the following requirements:

  • Tested code with current supported SDKs
  • Docs have been added/updated which fit documentation template (for bug fixes / features)
  • Unit Tests and/or UI Tests for the changes have been added (for bug fixes / features) (if applicable)
  • Wasm UI Tests are not showing unexpected any differences. Validate PR Screenshots Compare Test Run results.
  • Contains NO breaking changes
  • Updated the Release Notes
  • Associated with an issue (GitHub or internal)

Other information

Allows the following issue to be worked on:

unoplatform/Uno.WindowsCommunityToolkit#60

@Massimo37 Massimo37 self-assigned this Oct 7, 2019
@Massimo37 Massimo37 added the kind/enhancement New feature or request label Oct 7, 2019
Copy link
Contributor

@davidjohnoliver davidjohnoliver left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Release notes?

@Massimo37
Copy link
Contributor Author

@davidjohnoliver Release notes are updated

@Massimo37 Massimo37 marked this pull request as ready for review October 8, 2019 15:34
@Massimo37 Massimo37 force-pushed the dev/mass/optional-return-type branch from 2ebc217 to f75330c Compare October 8, 2019 15:46
…stom markup extension. This allows a developer to be able to return different types from one markup extension.
@Massimo37 Massimo37 force-pushed the dev/mass/optional-return-type branch from 4d622c9 to db92363 Compare October 8, 2019 19:57
@Massimo37 Massimo37 merged commit a170916 into master Oct 9, 2019
@Massimo37 Massimo37 deleted the dev/mass/optional-return-type branch October 9, 2019 00:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants