diff --git a/src/dotnet-watch/CommandOutputLogger.cs b/src/dotnet-watch/CommandOutputLogger.cs index 673f7ee8d8..aeb90f45c2 100644 --- a/src/dotnet-watch/CommandOutputLogger.cs +++ b/src/dotnet-watch/CommandOutputLogger.cs @@ -23,7 +23,7 @@ namespace Microsoft.DotNet.Watcher _loggerName = loggerName; } - public IDisposable BeginScopeImpl(object state) + public IDisposable BeginScope(TState state) { throw new NotImplementedException(); }