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

Add code cleanup rules (+perf) #44269

Merged
merged 2 commits into from Oct 13, 2022
Merged

Add code cleanup rules (+perf) #44269

merged 2 commits into from Oct 13, 2022

Conversation

{
return _services.GetRequiredService<DfaMatcherBuilder>();
});
return new DataSourceDependentMatcher(dataSource, lifetime, _services.GetRequiredService<DfaMatcherBuilder>);
Copy link
Member

Choose a reason for hiding this comment

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

Is this right?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah, it's _services.GetRequiredService<DfaMatcherBuilder> not _services.GetRequiredService<DfaMatcherBuilder>(). (note the missing parens)

Copy link
Member

Choose a reason for hiding this comment

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

ahhhh

@BrennanConroy BrennanConroy marked this pull request as ready for review October 3, 2022 16:24
@BrennanConroy
Copy link
Member Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@BrennanConroy BrennanConroy merged commit 17d0cad into main Oct 13, 2022
@BrennanConroy BrennanConroy deleted the brecon/editorconfig branch October 13, 2022 01:21
@ghost ghost added this to the 8.0-preview1 milestone Oct 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants