Issue 645 checked in work on transactions. In that check-in a call to DbContextTransaction.Rollback() or Commit() after a call to Dispose() does nothing silently.
To compare SqlTransaction does nothing silently for Rollback() but on Commit() throws an exception.
Which should we do?
To compare SqlTransaction does nothing silently for Rollback() but on Commit() throws an exception.
Which should we do?