aspnetcore/test/Microsoft.AspNet.Razor.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
..
Chunks/Generators
CodeGenerators Change string rendering to be chunked. 2016-01-06 16:21:32 -08:00
Editor
Framework Allow optional quotes around tag helper directives 2015-12-29 12:32:23 -08:00
Parser Allow optional quotes around tag helper directives 2015-12-29 12:32:23 -08:00
TagHelpers Allow optional quotes around tag helper directives 2015-12-29 12:32:23 -08:00
TestFiles Change string rendering to be chunked. 2016-01-06 16:21:32 -08:00
Text
Tokenizer
Utils
CSharpRazorCodeLanguageTest.cs
Microsoft.AspNet.Razor.Test.xproj
RazorCodeLanguageTest.cs
RazorEngineHostTest.cs
RazorErrorTest.cs
RazorTemplateEngineTest.cs
SourceLocationTest.cs
StringTextBuffer.cs
project.json