Skip to content

Support binding parameters to type Uri in Minimal Actions #42217

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

Merged
merged 2 commits into from
Jun 16, 2022

Conversation

campersau
Copy link
Contributor

Support binding parameters to type Uri in Minimal Actions

Similar to the DateXXX types but using Uri.TryCreate("...", UriKind.RelativeOrAbsolute, out var uri)

Fixes #36649

@ghost ghost added the community-contribution Indicates that the PR has been added by a community member label Jun 15, 2022
@ghost
Copy link

ghost commented Jun 15, 2022

Thanks for your PR, @campersau. Someone from the team will get assigned to your PR shortly and we'll get it reviewed.

Copy link
Member

@davidfowl davidfowl left a comment

Choose a reason for hiding this comment

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

LGTM

@davidfowl davidfowl enabled auto-merge (squash) June 16, 2022 08:23
@davidfowl davidfowl merged commit 785cf9b into dotnet:main Jun 16, 2022
@ghost ghost added this to the 7.0-preview6 milestone Jun 16, 2022
@campersau campersau deleted the binduritrycreate branch June 16, 2022 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community-contribution Indicates that the PR has been added by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support binding parameters to type Uri in Minimal Actions
2 participants