- 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 |
||
|---|---|---|
| .. | ||
| AddImportChunkGeneratorTest.cs | ||
| CSharpCodeGeneratorTest.cs | ||
| CSharpCodeWriterTest.cs | ||
| CSharpLineMappingWriterTest.cs | ||
| CSharpPaddingBuilderTests.cs | ||
| CSharpRazorChunkGeneratorTest.cs | ||
| CSharpTagHelperRenderingTest.cs | ||
| CSharpTagHelperRenderingUnitTest.cs | ||
| CodeGenTestCodeGenerator.cs | ||
| CodeGenTestHost.cs | ||
| CodeWriterTest.cs | ||
| DynamicAttributeBlockChunkGeneratorTest.cs | ||
| LineMappingTest.cs | ||
| RazorChunkGeneratorTest.cs | ||
| RazorCommentChunkGeneratorTest.cs | ||
| TabTest.cs | ||
| TagHelperAttributeValueCodeRendererTest.cs | ||
| TagHelperTestBase.cs | ||
| TestSpan.cs | ||