About TransactionScope
coskuncinar opened this issue · 3 comments
coskuncinar commented
Hi @xyting
I have a question about TransactionScope
There is IUnitOfWorkOfT in project. But i havent fount how to uset it .
Could you help about subject:
How to use "SaveChangesAsync(bool ensureAutoHistory = false, params IUnitOfWork[] unitOfWorks)"
Thanks in advance
coskuncinar commented
Has anyone got the answer negative or negative?
JiangJiaqi90 commented
when I use SaveChangesAsync() it error:
System.InvalidOperationException:“A TransactionScope must be disposed on the same thread that it was created.”
marcmarsinach commented
same problem here. Maybe option TransactionScopeAsyncFlowOption.Enabled
should be used?