We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1cd07c commit 291446bCopy full SHA for 291446b
entity-framework/core/logging-events-diagnostics/interceptors.md
@@ -104,7 +104,7 @@ public class TaggedQueryCommandInterceptor : DbCommandInterceptor
104
{
105
ManipulateCommand(command);
106
107
- return new ValueTask<InterceptionResult<DbDataReader>>(result);
+ return ValueTask.FromResult(result);
108
}
109
110
private static void ManipulateCommand(DbCommand command)
0 commit comments