morrisjdev / FileContextCore

FileContextCore is a "Database"-Provider for Entity Framework Core and adds the ability to store information in files instead of being limited to databases.
Apache License 2.0
169 stars 45 forks source link

[Feature Request] Instantiate services through DI #24

Closed KuraiAndras closed 4 years ago

KuraiAndras commented 4 years ago

Right now if you want to create a custom IFileManager (or ISerializer) you can only have a class with a default constructor. It would be nice for them to have any dependency you want.

morrisjdev commented 4 years ago

Hi. Thank you for the good idea. Should only be a small adjustment. I'll implement it soon.

morrisjdev commented 4 years ago

Thank you. I added this feature in version 3.4.0.