- Added TabSize,IsIndentingWithTabs and NamespaceImports to the RazorParser options. These are replacements for the existing RazorEngineHost abstraction. - Added RazorParserOptions consumption pattern to more than just the parsing phase. - Added a ChecksumIRNode to ensure Debugging can work. - Updated tests to to react to new Checksum and Namespace nodes in the IR tree. |
||
|---|---|---|
| .. | ||
| BasicIntegrationTest.cs | ||
| HtmlAttributeIntegrationTest.cs | ||
| IntegrationTestBase.cs | ||
| IntializeTestFileAttribute.cs | ||
| RazorIRNodeSerializer.cs | ||
| RazorIRNodeVerifier.cs | ||
| RazorIRNodeWriter.cs | ||