aspnetcore/test/Microsoft.AspNet.Mvc.ViewFe...
Ryan Nowak c304984a8d Fix #3501 - Issues with Flush
Calling Flush[Async]() on the writer will NOT flush the stream.
Calling Flush[Async]() in Razor will flush both the writer and the stream.

Our normal flow will be to flush the writer, but not the stream. This
avoids chunking, but allows us to do a WriteAsync on the stream as part of
the call to FlushAsync. This is done to avoid a synchronous write due to
Dispose calling Flush on the writer, which needs to call Write on the
stream.

See issue for extensive background.
2016-01-07 14:52:22 -08:00
..
Buffer Reacting to IHtmlContentBuilder changes 2015-12-31 11:52:26 -08:00
Internal Smarter antiforgery 2016-01-05 17:24:33 -08:00
Properties
Rendering Make Begin[Route]Form include antiforgery 2016-01-07 13:24:01 -08:00
ViewComponents Modify IViewComponentHelper to remove method selection ambiguity. 2015-12-23 10:02:51 -08:00
ViewEngines
ViewFeatures Fix #3501 - Issues with Flush 2016-01-07 14:52:22 -08:00
ControllerTest.cs Mock `HttpContext`, not `DefaultHttpContext` 2016-01-03 14:25:42 -08:00
ControllerUnitTestabilityTests.cs Mock `HttpContext`, not `DefaultHttpContext` 2016-01-03 14:25:42 -08:00
Microsoft.AspNet.Mvc.ViewFeatures.Test.xproj
ModelStateDictionaryExtensionsTest.cs
PartialViewResultTest.cs
RemoteAttributeTest.cs [Fixes #3749] Expose ActionContext on IUrlHelper 2016-01-04 10:33:42 -08:00
Resources.resx
SkipStatusCodePagesAttributeTest.cs
TestViewBufferScope.cs Move buffer types to ViewFeatures 2015-12-17 21:05:18 -08:00
ViewComponentResultTest.cs Modify IViewComponentHelper to remove method selection ambiguity. 2015-12-23 10:02:51 -08:00
ViewComponentTests.cs
ViewResultTest.cs
project.json