aspnetcore/test
Pranav K 6a0a24481a Asynchronously flush the HttpResponseStreamWriter after a view has been rendered.
This solves a perf issue for views which produce content that is smaller
than the buffer size of HttpResponseStreamWriter. In this case, the writer
ends up synchronously writing to the Response as part of Dispose which
affects perf.
2015-09-25 21:07:15 -07:00
..
Microsoft.AspNet.Mvc.Abstractions.Test Rename `ModelMetadata.IsCollectionType` and add "real" `ModelMetadata.IsCollectionType` 2015-09-22 19:05:40 -07:00
Microsoft.AspNet.Mvc.ApiExplorer.Test API Review - Split up .Actions 2015-09-21 21:54:02 -07:00
Microsoft.AspNet.Mvc.Core.Test Rewrite of validation 2015-09-25 16:56:42 -07:00
Microsoft.AspNet.Mvc.Cors.Test API Review - Split up .Actions 2015-09-21 21:54:02 -07:00
Microsoft.AspNet.Mvc.DataAnnotations.Test Rewrite of validation 2015-09-25 16:56:42 -07:00
Microsoft.AspNet.Mvc.Formatters.Json.Test API Review - Split up .Actions 2015-09-21 21:54:02 -07:00
Microsoft.AspNet.Mvc.Formatters.Xml.Test
Microsoft.AspNet.Mvc.FunctionalTests Add localizers to validation attributes 2015-09-25 16:13:21 -07:00
Microsoft.AspNet.Mvc.IntegrationTests Rewrite of validation 2015-09-25 16:56:42 -07:00
Microsoft.AspNet.Mvc.Localization.Test fix #2747: Fix Mvc localization test once dnx support reading resources 2015-09-24 12:53:20 -07:00
Microsoft.AspNet.Mvc.Razor.Host.Test TModel substitution in Razor pages has broken intellisense 2015-09-23 17:47:52 -07:00
Microsoft.AspNet.Mvc.Razor.Test Allow @model specified in a page work with @inherits directive in 2015-09-23 12:10:10 -07:00
Microsoft.AspNet.Mvc.TagHelpers.Test Reacting to IExpirationTrigger -> IChangeToken rename 2015-09-22 08:14:34 -07:00
Microsoft.AspNet.Mvc.Test API Review - Split up .Actions 2015-09-21 21:54:02 -07:00
Microsoft.AspNet.Mvc.TestCommon Add localizers to validation attributes 2015-09-25 16:13:21 -07:00
Microsoft.AspNet.Mvc.TestTelemetryListener.Sources
Microsoft.AspNet.Mvc.ViewFeatures.Test Asynchronously flush the HttpResponseStreamWriter after a view has been rendered. 2015-09-25 21:07:15 -07:00
Microsoft.AspNet.Mvc.WebApiCompatShimTest Rewrite of validation 2015-09-25 16:56:42 -07:00
WebSites Rewrite of validation 2015-09-25 16:56:42 -07:00