It seems like SessionAccessor.TransactionScope is linking to itself instead of ScopeIdentifier. We had some issues on our end when the application crashed, and it seems like this is the reason.
|
context != null && context.Items.TryGetValue(TransactionScope, out var instance) |