Skip to content

Commit

Permalink
Update test comment reg MSDTC
Browse files Browse the repository at this point in the history
  • Loading branch information
gentoorax committed Nov 28, 2024
1 parent 39ed3e9 commit ea3c4b0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ private void AddEntity(TestEntity testEntity)


/// <summary>
/// Please note that currently we do not have distributed transactions implemented.
/// So this is best effort, as per DbContextScope. However, I do plan to implement this in the future.
/// Distributed transactions are now available, but not used in this test.
/// So this is best effort, as per DbContextScope.
/// It's unlikely you would have multiple contexts all with different settings in the same repository
/// like this, but this is just to demonstrate the different configuration options.
/// </summary>
Expand Down

0 comments on commit ea3c4b0

Please # to comment.