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 Changes to use moq-netcore 2015-11-25 16:04:04 -08:00
Microsoft.AspNet.Mvc.DataAnnotations.Test
Microsoft.AspNet.Mvc.Formatters.Json.Test * Debug log exceptions in JsonInput deserializing 2015-11-30 11:19:22 -08:00
Microsoft.AspNet.Mvc.Formatters.Xml.Test Changes to use moq-netcore 2015-11-25 16:04:04 -08:00
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
Microsoft.AspNet.Mvc.Razor.Test
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
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
WebSites