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

Don't use service discovery for DbContext types if corresponding IDesignTimeDbContextFactory implementations are found. #34082

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

AndriySvyryd
Copy link
Member

Throw for MSBuild-based execution if no DbContext types are found.

Fixes #27322

@AndriySvyryd
Copy link
Member Author

@davidfowl FYI

…ignTimeDbContextFactory implementations are found.

Throw for MSBuild-based execution if no DbContext types are found.

Fixes #27322
@AndriySvyryd AndriySvyryd force-pushed the Issue27322 branch 2 times, most recently from 715e8ce to f9551bb Compare June 28, 2024 20:23
Copy link
Member

@ajcvickers ajcvickers left a comment

Choose a reason for hiding this comment

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

Super happy we're finally doing this!

@AndriySvyryd AndriySvyryd merged commit 5f0887d into main Jul 8, 2024
8 checks passed
@AndriySvyryd AndriySvyryd deleted the Issue27322 branch July 8, 2024 21:15
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.

Construct IDesignTimeDbContextFactory without first discovering all DbContext types
2 participants