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