aspnetcore/test
Ryan Nowak d222900662 Optimize allocations in argument binder
This change avoids a state machine allocation and a dictionary allocation
on the common case (no bound properties). Ugly? You bet. Worth it? Yeah,
seems worthwhile.

This is worth about 200 bytes/request - about 3% of allocated bytes in a
smallish API scenario.
2015-12-29 09:26:59 -08:00
..
Microsoft.AspNet.Mvc.Abstractions.Test
Microsoft.AspNet.Mvc.ApiExplorer.Test OptionsModel => Options rename 2015-12-21 15:00:31 -08:00
Microsoft.AspNet.Mvc.Core.Test Optimize allocations in argument binder 2015-12-29 09:26:59 -08:00
Microsoft.AspNet.Mvc.Cors.Test
Microsoft.AspNet.Mvc.DataAnnotations.Test * Parameters into the messages 2015-12-11 12:05:44 -08:00
Microsoft.AspNet.Mvc.Formatters.Json.Test
Microsoft.AspNet.Mvc.Formatters.Xml.Test
Microsoft.AspNet.Mvc.FunctionalTests React to changes in routing 2015-12-28 10:15:50 -08:00
Microsoft.AspNet.Mvc.IntegrationTests Use System.Buffers for JSON.NET 2015-12-29 08:26:55 -08:00
Microsoft.AspNet.Mvc.Localization.Test Make ViewLocalizer base name generation more efficient: 2015-12-21 16:25:35 -08:00
Microsoft.AspNet.Mvc.Razor.Host.Test Enabling CoreCLR tests on Travis 2015-12-09 15:20:15 -08:00
Microsoft.AspNet.Mvc.Razor.Test OptionsModel => Options rename 2015-12-21 15:00:31 -08:00
Microsoft.AspNet.Mvc.TagHelpers.Test Modify FileVersionProvider to cache missing file info. 2015-12-23 14:32:39 -08:00
Microsoft.AspNet.Mvc.Test OptionsModel => Options rename 2015-12-21 15:00:31 -08:00
Microsoft.AspNet.Mvc.TestCommon Modify FileVersionProvider to cache missing file info. 2015-12-23 14:32:39 -08:00
Microsoft.AspNet.Mvc.TestDiagnosticListener.Sources
Microsoft.AspNet.Mvc.ViewFeatures.Test React to changes in routing 2015-12-28 10:15:50 -08:00
Microsoft.AspNet.Mvc.WebApiCompatShimTest OptionsModel => Options rename 2015-12-21 15:00:31 -08:00
WebSites Reacting to middleware configureOptions updates 2015-12-23 12:27:57 -08:00