v0.0.6
-
Fixed di for IRepository without registering it for every EntityType
Issue: when having multiple dbcontext, in the SqlServerRepository it is resolving multiple dbcontext until the right one is found (unnessessary overhead) -
Made entitybehavior serviceproviders not required
Added SqlServerDbContextForEntityResolver to resolve DbContext for the Entity type
Removed ConfigureEntityTypes option -
Removed unneeded locking and caching of DbContext
-
Updated documentation