Closed Unassigned: UnitOfWork references DataContext, not the interface [1229]
Working with version: [d0523c84](https://genericunitofworkandrepositories.codeplex.com/SourceControl/changeset/d0523c849edc8b43b8a95b7b3851323e01b0beb4)`UnitOfWork` looks like it is programmed to...
View ArticleCreated Unassigned: FindProductKeyAsync test not discovered [1230]
_As of commit_ [0d465a66](https://genericunitofworkandrepositories.codeplex.com/SourceControl/changeset/0d465a6614f274d562a6bfc25059c25a10bed7b0).The `FindProductKeyAsync` test causes an error report...
View ArticleCreated Unassigned: DataContext.SaveChangesAsync() causes double state sync...
Calling `DataContext.SaveChangesAsync()` causes `DbContext` to call `DataContext.SaveChangesAsync(CancellationToken)`, meaning `base.SaveChangesAsync` and `SyncObjectsStatePostCommit` are invoked...
View ArticleCreated Unassigned: Add drop db to integration tests [1232]
Adding the drop db code is a TODO item in the integration tests.Commit reference for fix in next issue edit._Version:_ - Last seen: [0d465a66](...
View ArticleEdited Issue: DataContext.SaveChangesAsync() causes double state sync [1231]
Calling `DataContext.SaveChangesAsync()` causes `DbContext` to call `DataContext.SaveChangesAsync(CancellationToken)`, meaning `base.SaveChangesAsync` and `SyncObjectsStatePostCommit` are invoked...
View ArticleEdited Issue: DataContext.SaveChangesAsync() causes double state sync [1231]
Calling `DataContext.SaveChangesAsync()` causes `DbContext` to call `DataContext.SaveChangesAsync(CancellationToken)`, meaning `base.SaveChangesAsync` and `SyncObjectsStatePostCommit` are invoked...
View ArticleEdited Task: Add drop db to integration tests [1232]
Adding the drop db code is a TODO item in the integration tests.Commit reference for fix in next issue edit._Version:_ - Last seen: [0d465a66](...
View ArticleEdited Issue: DataContext.SaveChangesAsync() causes double state sync [1231]
Calling `DataContext.SaveChangesAsync()` causes `DbContext` to call `DataContext.SaveChangesAsync(CancellationToken)`, meaning `base.SaveChangesAsync` and `SyncObjectsStatePostCommit` are invoked...
View ArticleEdited Task: Add drop db to integration tests [1232]
Adding the drop db code is a TODO item in the integration tests.Commit reference for fix: [GenericUnitOfWorkABContrib:...
View ArticleEdited Issue: DataContext.SaveChangesAsync() causes double state sync [1231]
Calling `DataContext.SaveChangesAsync()` causes `DbContext` to call `DataContext.SaveChangesAsync(CancellationToken)`, meaning `base.SaveChangesAsync` and `SyncObjectsStatePostCommit` are invoked...
View ArticleEdited Task: Add drop db to integration tests [1232]
Adding the drop db code is a TODO item in the integration tests. - Commit reference for fix: [GenericUnitOfWorkABContrib:...
View ArticleEdited Issue: DataContext.SaveChangesAsync() causes double state sync [1231]
Calling `DataContext.SaveChangesAsync()` causes `DbContext` to call `DataContext.SaveChangesAsync(CancellationToken)`, meaning `base.SaveChangesAsync` and `SyncObjectsStatePostCommit` are invoked...
View ArticleEdited Issue: DataContext.SaveChangesAsync() causes double state sync [1231]
Calling `DataContext.SaveChangesAsync()` causes `DbContext` to call `DataContext.SaveChangesAsync(CancellationToken)`, meaning `base.SaveChangesAsync` and `SyncObjectsStatePostCommit` are invoked...
View ArticleEdited Task: Add drop db to integration tests [1232]
Adding the drop db code is a TODO item in the integration tests. - Commit reference for fix: [GenericUnitOfWorkABContrib:...
View ArticleNew Post: Use Case: gradual integration of Repository.Pattern with existing...
Scenario The business has a large set of applications that would like to adopt the Repository.Pattern approach over time. The challenges are:many shared libraries between applications that will need...
View ArticleNew Post: Use Case: gradual integration of Repository.Pattern with existing...
Proof of concept code has been committed for comment (I am still testing it) I have now integrated that branch into an application: external library 1 is fully Repository.Pattern aware, external...
View ArticleCreated Unassigned: Child rows not being retrieve. Help! [1233]
When I run the code below the correct record is found (at line A) and assigned to the variable x. But on inspecting the variable x, during debugging, __all child records__ ie "Orders" and...
View ArticleCommented Unassigned: Child rows not being retrieve. Help! [1233]
When I run the code below the correct record is found (at line A) and assigned to the variable x. But on inspecting the variable x, during debugging, __all child records__ ie "Orders" and...
View ArticleCommented Unassigned: Child rows not being retrieve. Help! [1233]
When I run the code below the correct record is found (at line A) and assigned to the variable x. But on inspecting the variable x, during debugging, __all child records__ ie "Orders" and...
View Article