aspnetcore/test/Microsoft.AspNetCore.Mvc.Vi...
Ryan Nowak f80f7cefa5 Fix #6480
This change logs when we encounter and exception reading temp data from a
cookie and swallows the exception. Additionally, we clear the cookie so
that this won't happen on subsequent requests.

This will handle cases where data protection is misconfigured, or a
request just has general garbage in the cookies.
2017-07-07 13:14:03 -07:00
..
DependencyInjection
Internal Check for properties that can't befound 2017-07-04 13:26:17 -07:00
Model
Properties
Rendering Add methods to TagBuilder (#6287) 2017-05-19 12:23:16 -07:00
ViewComponents
ViewEngines
ViewFeatures Fix #6480 2017-07-07 13:14:03 -07:00
ControllerTest.cs
ControllerUnitTestabilityTests.cs
Microsoft.AspNetCore.Mvc.ViewFeatures.Test.csproj Return to NetStandard 2017-05-25 10:34:16 -07:00
ModelStateDictionaryExtensionsTest.cs
PartialViewResultTest.cs
RemoteAttributeTest.cs
Resources.resx
SkipStatusCodePagesAttributeTest.cs
TestApplicationPart.cs
ViewComponentResultTest.cs
ViewComponentTests.cs React to ISession cancellation changes 2017-07-05 14:34:48 -07:00
ViewResultTest.cs