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 Updating tests to use moq.netcore 2015-11-23 12:15:26 -08:00
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 Updating tests to use moq.netcore 2015-11-23 12:15:26 -08:00
Tokenizer
Utils
CSharpRazorCodeLanguageTest.cs
Microsoft.AspNet.Razor.Test.xproj
RazorCodeLanguageTest.cs
RazorEngineHostTest.cs
RazorErrorTest.cs
RazorTemplateEngineTest.cs Updating tests to use moq.netcore 2015-11-23 12:15:26 -08:00
SourceLocationTest.cs
StringTextBuffer.cs
project.json Removing more unused usings 2015-12-08 09:54:32 -08:00