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 Options Builder Factory parameter to ServiceCollectionExtensions. #29

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Conversation

countincognito
Copy link

…tensions.

Thank you for contributing to EF.DbContextFactory!

The issue or feature being addressed

This small change allows one to pass an optional Options Builder Factory to the ServiceCollectionExtensions, rather than having to rely solely on the default DbContextOptionsBuilder.

Details on the issue fix or feature implementation

None.

Confirm the following

  • I have merged the latest changes from the dev branch
  • I have successfully run a local build
  • I have included unit tests for the issue/feature (updated existing tests)
  • I have targeted the PR against the latest dev branch

… Sqlite using the new AddDbContextFactory extension.
…ntextOptions function. Allow for public methods to return IServiceCollection object.
@vany0114
Copy link
Owner

Hi @countincognito thanks for taking the time to contribute, I like the changes! Given that my time is very limited these days for open source projects, would you like to be a collaborator? if so, you could take care of the open PRs, make the releases, etc, then I can publish the package. (right now I do so manually but we could improve that as well)

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.

None yet

2 participants