vany0114 / EF.DbContextFactory

With EF.DbContextFactory you can resolve easily your DbContext dependencies in a safe way injecting a factory instead of an instance itself, enabling you to work in multi-thread contexts with Entity Framework or just work safest with DbContext following the Microsoft recommendations about the DbContext lifetime.
http://elvanydev.com/EF-DbContextFactory/
MIT License
92 stars 21 forks source link

Add Autofac support #8

Open vany0114 opened 6 years ago

vany0114 commented 6 years ago

Make a extension to support integration with Autofac

bobekhj commented 5 years ago

Hi, I'd love to work on this and create a PR. This would be my first PR on Github, so I'm trying to figure out the process. From what I had read, I should Fork -> Clone to my local PC -> Create a new branch from Dev -> Work on the project -> Merge back to my dev -> Create Pull Request from my dev to your dev.

Is that reasonable?

vany0114 commented 5 years ago

Hi @bobekhj that is great! would be great that Ef.DbContextFactory supports Autofac, it will be pretty useful to the community.

Regarding the process to contribute, yeah, that is correct, check these guidelines out to make sure how's the process of contributing, just in case. If you have any doubt I'd be more than happy to help you out.

https://github.com/vany0114/EF.DbContextFactory/blob/master/CONTRIBUTING.md https://github.com/vany0114/EF.DbContextFactory/blob/master/PULL_REQUEST_TEMPLATE.md