From 4ddf7c2cc79f6f37b38a6e339fc6e2496a84f8f2 Mon Sep 17 00:00:00 2001 From: BrennanConroy Date: Fri, 1 Apr 2016 11:11:09 -0700 Subject: [PATCH] React to Logging changes --- src/dotnet-watch/CommandOutputLogger.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }