Skip to content

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

@BrennanConroy BrennanConroy Sep 30, 2022

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.

4 participants