From e39cbf077c47d5ebc6bd705de547644eb3ddf5c8 Mon Sep 17 00:00:00 2001 From: Ajay Bhargav Baaskaran Date: Fri, 4 Mar 2016 17:18:34 -0800 Subject: [PATCH] React to aspnet/Session#96 changes --- .../ViewFeatures/SessionStateTempDataProviderTest.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewFeatures/SessionStateTempDataProviderTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewFeatures/SessionStateTempDataProviderTest.cs index 84b11957cf..d73b3ec357 100644 --- a/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewFeatures/SessionStateTempDataProviderTest.cs +++ b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewFeatures/SessionStateTempDataProviderTest.cs @@ -396,6 +396,8 @@ namespace Microsoft.AspNetCore.Mvc.ViewFeatures public IEnumerable Keys { get { return _innerDictionary.Keys; } } + public string Id => "TestId"; + public Task LoadAsync() { return Task.FromResult(0);