aspnetcore/test/Microsoft.AspNetCore.Mvc.Vi...
Doug Bunting eea297975d Reduce `HtmlContentBuilder` allocations
- #3918
- lazy-load `TagBuilder.InnerHtml`; add `HasInnerHtml` property for conservative use
 - depends on aspnet/HtmlAbstractions@0781b5a (adds `HtmlContentBuilder.Count`)
- don't use a `HtmlContentBuilder` at all in `DefaultHtmlGenerator.GenerateValidationSummary()`
- avoid instantiating `HtmlContentBuilder` when short-circuits make it unnecessary
- provide correct `HtmlContentBuilder` capacity where known
2016-10-17 14:38:30 -07:00
..
DependencyInjection
Internal Less allocations in ViewBuffer when there is only one ViewBufferPage 2016-10-07 11:25:30 -07:00
Properties
Rendering Reduce `HtmlContentBuilder` allocations 2016-10-17 14:38:30 -07:00
ViewComponents Add NonViewComponentAttribute 2016-09-30 10:56:08 -07:00
ViewEngines
ViewFeatures [Fixes #5212] Added a cookie based ITempDataProvider 2016-10-03 14:04:57 -07:00
ControllerTest.cs
ControllerUnitTestabilityTests.cs
Microsoft.AspNetCore.Mvc.ViewFeatures.Test.xproj
ModelStateDictionaryExtensionsTest.cs
PartialViewResultTest.cs
RemoteAttributeTest.cs
Resources.resx
SkipStatusCodePagesAttributeTest.cs
TestApplicationPart.cs
ViewComponentResultTest.cs
ViewComponentTests.cs
ViewResultTest.cs
project.json Updating to netcoreapp1.1 2016-10-13 11:21:09 -07:00