aspnetcore/test/Microsoft.AspNet.Razor.Test/TestFiles
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
..
CodeGenerator Change string rendering to be chunked. 2016-01-06 16:21:32 -08:00
DesignTime
nested-1000.html