You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SyncObjectGraph(), reset object graph tracking after InsertOrUpdateGraph() has been called
UnitOfwork.Repository<TEntity>',UnitOfWork.GetRepository<TEntity> to return Repository<TEntity> from container if DI/IoC and ServiceLocator has been set
Reduced foot print size of framework from 12 classes to 10 by removing repository factories, this is not needed for now, and for factory behavior we can leverage DI/IoC for this.
Refactored integration tests, removed requirement to place SQL script in c:\temp