Skip to content

Rename Configure -> Attach #12266

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 1 commit into from
Jul 18, 2019
Merged

Rename Configure -> Attach #12266

merged 1 commit into from
Jul 18, 2019

Conversation

rynowak
Copy link
Member

@rynowak rynowak commented Jul 17, 2019

Part of: #11610

@rynowak rynowak requested a review from SteveSandersonMS July 17, 2019 03:15
@@ -149,7 +149,7 @@ public class TestLayout : IComponent
[Parameter]
RenderFragment Body { get; set; }

public void Configure(RenderHandle renderHandle)
public void Attach(RenderHandle renderHandle)
Copy link
Member Author

Choose a reason for hiding this comment

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

Attach seems better to me than AttachToRenderer because Render is already in the parameter list.

@rynowak rynowak force-pushed the rynowak/IComponent branch from 2f21698 to e222b11 Compare July 17, 2019 15:55
@rynowak
Copy link
Member Author

rynowak commented Jul 17, 2019

@aspnet-hello
Copy link

This comment was made automatically. If there is a problem contact [email protected].

I've triaged the above build. I've created/commented on the following issue(s)
https://github.com/aspnet/AspNetCore-Internal/issues/2799
https://github.com/aspnet/AspNetCore-Internal/issues/2809

@rynowak rynowak merged commit 8ce68d0 into master Jul 18, 2019
@ghost ghost deleted the rynowak/IComponent branch July 18, 2019 03:36
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