I am using .NET 5.0 transactions in ReadUncommited mode:
MyDbcontext.Database.BeginTransaction(System.Data.IsolationLevel.ReadUncommitted)
My