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

Use optimization for factory creation even when DbContext has parameterless constructor #24699

Closed
wants to merge 1 commit into from
Closed

Use optimization for factory creation even when DbContext has parameterless constructor #24699

wants to merge 1 commit into from

Conversation

ajcvickers
Copy link
Member

Fixes #24124

  • The code builds and tests pass (verified by our automated build checks)

  • Commit messages follow this format
    Summary of the changes
    - Detail 1
    - Detail 2

      Fixes #bugnumber
    
  • Tests for the changes have been added (for bug fixes / features)

  • Code meets the expectations our engineering guidelines.
    https://github.com/dotnet/aspnetcore/wiki/Engineering-guidelines

@ajcvickers ajcvickers closed this Apr 20, 2021
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.

DbContextFactory could be more tolerant of there being multiple constructors on a DbContext
1 participant