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
I have several entities that create a scope with CreateWithTransaction because each of them should be transactional, but I also need to compose them and they (the inners) should not be dependent on each other (the outers) about creating a transaction.
I'm not doing the right approach?
The text was updated successfully, but these errors were encountered:
Why it's not possible to have some kind of nested transactions with nested scopes created with IDbContextFactory.CreateWithTransaction?
https://github.com/mehdime/DbContextScope/blob/master/Mehdime.Entity/Implementations/DbContextScope.cs#L43
I have several entities that create a scope with CreateWithTransaction because each of them should be transactional, but I also need to compose them and they (the inners) should not be dependent on each other (the outers) about creating a transaction.
I'm not doing the right approach?
The text was updated successfully, but these errors were encountered: