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
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.
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.