Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Nov 20, 2023. It is now read-only.

Conversation

sirh3e
Copy link
Contributor

@sirh3e sirh3e commented Nov 21, 2020

No description provided.

@jkotalik
Copy link
Contributor

@sirh3e can you please combine all of your changes into a single PR instead of multiple PRs? Will be much easier for use to review.

@sirh3e
Copy link
Contributor Author

sirh3e commented Nov 21, 2020

@jkotalik sure but pls give one more day 😀

@davidfowl
Copy link
Member

@jkotalik are you sure it'll be easier? These are all non functional changes...

@jkotalik
Copy link
Contributor

Yeah I guess you are right.

{
var method = pipeline.GetType().GetMethod("Register")!.MakeGenericMethod(type);
for (var i = 0; i < delegates.Count; i++)
foreach (var @delegate in delegates)
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: @delegate to del

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Why?

Copy link
Contributor

Choose a reason for hiding this comment

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

Personally not a fan of using @ variables.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Delegate is much cleaner then del. Del could mean to much

@jkotalik jkotalik merged commit 0387e4a into dotnet:master Nov 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants