aspnetcore/test/Microsoft.AspNetCore.Mvc.Vi...
Doug Bunting 8ee3d45ef1 Do not cache expressions containing method calls
- #5655
- also make `ExpressionTextCache` more robust for defence-in-depth

nits:
- two `null` expression nodes are equal
- declare data properties as `TheoryData<T>`
2017-02-10 14:50:09 -08:00
..
DependencyInjection Add builder extensions to simplify use of `CookieTempDataProvider` 2016-11-08 15:32:09 -08:00
Internal Do not cache expressions containing method calls 2017-02-10 14:50:09 -08:00
Properties
Rendering Reduce `HtmlContentBuilder` allocations 2016-10-17 14:38:30 -07:00
ViewComponents Check for null arguments in GetArgumentDictionary 2016-10-20 13:40:39 -07:00
ViewEngines
ViewFeatures Fixes CookieTempDataProvider to set the secure attribute of a cookie only if a request is secure 2016-11-08 13:30:28 -08:00
ControllerTest.cs
ControllerUnitTestabilityTests.cs AcceptedResult(), AcceptedAtActionResult(), AcceptedAtRouteResult() support 2016-10-18 09:48:26 -07:00
Microsoft.AspNetCore.Mvc.ViewFeatures.Test.xproj
ModelStateDictionaryExtensionsTest.cs
PartialViewResultTest.cs
RemoteAttributeTest.cs
Resources.resx
SkipStatusCodePagesAttributeTest.cs
TestApplicationPart.cs
ViewComponentResultTest.cs [Fixes #5166] Support passing instance directly when invoking ViewComponents with single parameter 2016-08-26 16:33:42 -07:00
ViewComponentTests.cs Change `ViewComponent.View()` to flow the `ViewData.Model`. 2016-08-25 10:22:23 -07:00
ViewResultTest.cs
project.json Pinning versions for 1.1.0 release 2016-11-18 12:12:52 -08:00