aspnetcore/test
N. Taylor Mullen 605dceea02 Change string rendering to be chunked.
- Roslyn currently has an issue where too large of strings result in out of memory exceptions at compile time. To combat this I broke down literal strings into 1024 length pieces each resulting in their own `WriteLiteral`/`WriteLiteralTo` calls. The 1024 number corresponds directly with MVCs response string buffer.
- Added tests to validate large string rendering.

#614
2016-01-06 16:21:32 -08:00
..
Microsoft.AspNet.Razor.Runtime.Precompilation.Files
Microsoft.AspNet.Razor.Runtime.Precompilation.Test
Microsoft.AspNet.Razor.Runtime.Test Rename TagHelperContent.Append(IHtmlContent` overload to be `TagHelperContent.AppendHtml(IHtmlContent)` 2015-12-31 11:26:21 -08:00
Microsoft.AspNet.Razor.Test Change string rendering to be chunked. 2016-01-06 16:21:32 -08:00