-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code cleanup for Relational #22183
Code cleanup for Relational #22183
Conversation
@dotnet/efteam Anyone do a quick review of this so I can get all the code cleanup into 5.0 and main ready for tomorrow? |
CancellationToken cancellationToken = default) | ||
=> new ValueTask<InterceptionResult<DbTransaction>>(result); | ||
|
||
/// <summary> | ||
/// <para> | ||
/// Called immediately after EF calls | ||
/// <see cref="M:System.Data.Common.DbConnection.BeginTransactionAsync(System.Data.IsolationLevel,System.Threading.CancellationToken)" />. | ||
/// <see cref="M:System.Data.Common.DbConnection.BeginTransactionAsync(System.Data.IsolationLevel,System.Threading.CancellationToken)" /> | ||
/// . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why dot in next line?
@@ -109,7 +109,8 @@ public interface IDbTransactionInterceptor : IInterceptor | |||
/// <summary> | |||
/// <para> | |||
/// Called immediately after EF calls | |||
/// <see cref="M:System.Data.Common.DbConnection.BeginTransactionAsync(System.Data.IsolationLevel,System.Threading.CancellationToken)" />. | |||
/// <see cref="M:System.Data.Common.DbConnection.BeginTransactionAsync(System.Data.IsolationLevel,System.Threading.CancellationToken)" /> | |||
/// . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why dot in next line?
No description provided.