Hi @mythz,
We’ve got a potential deadlock issue, when calling UpdateAsync on a type that has RowVersion, there seems to be a deadlock. Here is a repro and here is the code in question. If I make the call sync then it throws the exception correctly when calling the async version I can see the exception in the Diagnostic Tools in Visual Studio.
Any insights?
Thanks,
Deon