Skip to content

Design: Use Program.BuildWebHost to discover DbContext types #8510

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
May 18, 2017
Merged

Design: Use Program.BuildWebHost to discover DbContext types #8510

merged 1 commit into from
May 18, 2017

Conversation

bricelam
Copy link
Contributor

Part of #8164


public AppServiceProviderFactory([NotNull] Assembly startupAssembly)
{
_startupAssembly = startupAssembly;
Copy link
Contributor

Choose a reason for hiding this comment

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

Expression body? 😸


protected virtual Type FindProgramClass()
{
#if NET46
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we file an issue to get this into net standard?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's in 2.0

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