- Now that what used to be CodeGenerators are now ChunkGenerators we can rename the CodeBuilder into its correct structure: a CodeGenerator. - Moved the TagHelperAttributeValueCodeRenderer from the TagHelpers namespace into the CodeGeneration namespace. - Went through several classes and remove and sorted usings. - Updated test files to abide by the new naming convention of Builders => CodeGenerators. #140 |
||
|---|---|---|
| .. | ||
| CSharpAutoCompleteTest.cs | ||
| CSharpBlockTest.cs | ||
| CSharpDirectivesTest.cs | ||
| CSharpErrorTest.cs | ||
| CSharpExplicitExpressionTest.cs | ||
| CSharpImplicitExpressionTest.cs | ||
| CSharpNestedStatementsTest.cs | ||
| CSharpRazorCommentsTest.cs | ||
| CSharpReservedWordsTest.cs | ||
| CSharpSectionTest.cs | ||
| CSharpSpecialBlockTest.cs | ||
| CSharpStatementTest.cs | ||
| CSharpTemplateTest.cs | ||
| CSharpToMarkupSwitchTest.cs | ||
| CSharpVerbatimBlockTest.cs | ||
| CSharpWhitespaceHandlingTest.cs | ||