From 3558c1d979fc3382a7e2ee3447fe1de038369dcb Mon Sep 17 00:00:00 2001 From: Pranav K Date: Thu, 13 Aug 2015 11:22:28 -0700 Subject: [PATCH] Reacting to Logging changes --- .../TagHelperSampleTest.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/TagHelperSampleTest.cs b/test/Microsoft.AspNet.Mvc.FunctionalTests/TagHelperSampleTest.cs index 393f5c5d03..bfc8913e59 100644 --- a/test/Microsoft.AspNet.Mvc.FunctionalTests/TagHelperSampleTest.cs +++ b/test/Microsoft.AspNet.Mvc.FunctionalTests/TagHelperSampleTest.cs @@ -73,6 +73,10 @@ namespace Microsoft.AspNet.Mvc.FunctionalTests { return new TestLogger(); } + + public void Dispose() + { + } } private class TestLogger : ILogger