Well, first of all, thank you very much for this nice project, the code is very clean and well documented with the tests.
I am building a WPF app with your framework and I realized that the way you did it, I must include entity framework DLL in the core project (where I register datacontext instances in my IoC container) because it depends on dbcontext. This sounds weird to me and break separation of concerns principle.
What do you think about it and have you already done something to approach this problem?
Thanks,
Mathieu
I am building a WPF app with your framework and I realized that the way you did it, I must include entity framework DLL in the core project (where I register datacontext instances in my IoC container) because it depends on dbcontext. This sounds weird to me and break separation of concerns principle.
What do you think about it and have you already done something to approach this problem?
Thanks,
Mathieu