Maxim Cuzmenco

Results 1 issues of Maxim Cuzmenco

Hi, In the following code you are attempting to Rollback transaction if it fails to be committed: https://github.com/dotnet-architecture/eShopOnContainers/blob/873cdf8cefa46fa7bb4eb455925eee67101e44a2/src/Services/Ordering/Ordering.Infrastructure/OrderingContext.cs#L86-L95 However, what I notice is that transaction seems to be rolled back...

question