| .. |
|
CodeGeneration
|
Whitespace cleanup
|
2017-03-06 16:29:59 -08:00 |
|
Intermediate
|
Make CSharpRenderingContext and friends public
|
2017-02-28 19:04:51 -08:00 |
|
Legacy
|
Introducing BasicWriter and TagHelperWriter
|
2017-03-06 13:12:57 -08:00 |
|
Properties
|
Introduce RazorCompilation
|
2017-02-22 10:22:18 -08:00 |
|
DefaultDirectiveIRPass.cs
|
Refactor IR phases
|
2017-02-14 14:51:36 -08:00 |
|
DefaultDirectiveSyntaxTreePass.cs
|
Replace RazorError with RazorDiagnostics in public API
|
2017-02-17 15:44:37 -08:00 |
|
DefaultDocumentClassifierPass.cs
|
Introduce RazorCompilation
|
2017-02-22 10:22:18 -08:00 |
|
DefaultDocumentClassifierPassFeature.cs
|
Introduce RazorCompilation
|
2017-02-22 10:22:18 -08:00 |
|
DefaultInstrumentationPass.cs
|
Refactor IR phases
|
2017-02-14 14:51:36 -08:00 |
|
DefaultItemCollection.cs
|
…
|
|
|
DefaultRazorCSharpLoweringPhase.cs
|
Introducing DocumentWriter
|
2017-03-03 15:00:09 -08:00 |
|
DefaultRazorCodeDocument.cs
|
…
|
|
|
DefaultRazorDiagnostic.cs
|
Add RazorDiagnostic type
|
2017-01-31 15:53:22 -08:00 |
|
DefaultRazorDirectiveClassifierPhase.cs
|
Refactor IR phases
|
2017-02-14 14:51:36 -08:00 |
|
DefaultRazorDirectiveFeature.cs
|
…
|
|
|
DefaultRazorDocumentClassifierPhase.cs
|
Refactor IR phases
|
2017-02-14 14:51:36 -08:00 |
|
DefaultRazorEngine.cs
|
…
|
|
|
DefaultRazorEngineBuilder.cs
|
…
|
|
|
DefaultRazorIRLoweringPhase.cs
|
Replace CSharpIRToken with RazorIRToken
|
2017-02-17 16:27:31 -08:00 |
|
DefaultRazorIROptimizationPhase.cs
|
Refactor IR phases
|
2017-02-14 14:51:36 -08:00 |
|
DefaultRazorParsingPhase.cs
|
…
|
|
|
DefaultRazorSourceDocument.cs
|
Prevent LOH allocations when constructing large Razor Source Documents. (#1049)
|
2017-03-06 16:50:05 -08:00 |
|
DefaultRazorSourceLineCollection.cs
|
Prevent LOH allocations when constructing large Razor Source Documents. (#1049)
|
2017-03-06 16:50:05 -08:00 |
|
DefaultRazorSyntaxTree.cs
|
Replace RazorError with RazorDiagnostics in public API
|
2017-02-17 15:44:37 -08:00 |
|
DefaultRazorSyntaxTreePhase.cs
|
…
|
|
|
DefaultRazorTargetExtensionFeature.cs
|
Part 2 of RuntimeTarget
|
2017-02-15 18:08:19 -08:00 |
|
DirectiveDescriptor.cs
|
…
|
|
|
DirectiveDescriptorBuilder.cs
|
Add support for optional directives
|
2017-02-07 19:20:49 -08:00 |
|
DirectiveDescriptorComparer.cs
|
…
|
|
|
DirectiveDescriptorKind.cs
|
…
|
|
|
DirectiveRemovalIROptimizationPass.cs
|
Refactor IR phases
|
2017-02-14 14:51:36 -08:00 |
|
DirectiveTokenDescriptor.cs
|
Add support for optional directives
|
2017-02-07 19:20:49 -08:00 |
|
DirectiveTokenDescriptorComparer.cs
|
Add support for optional directives
|
2017-02-07 19:20:49 -08:00 |
|
DirectiveTokenKind.cs
|
Remove literal directive tokens.
|
2017-02-03 12:02:16 -08:00 |
|
DocumentClassifierPassBase.cs
|
Part 2 of RuntimeTarget
|
2017-02-15 18:08:19 -08:00 |
|
FileSystemRazorProject.cs
|
Move FileSystemRazorProject into Razor.Evolution
|
2017-02-28 14:15:52 -08:00 |
|
FileSystemRazorProjectItem.cs
|
Move FileSystemRazorProject into Razor.Evolution
|
2017-02-28 14:15:52 -08:00 |
|
HtmlNodeOptimizationPass.cs
|
…
|
|
|
IDirectiveDescriptorBuilder.cs
|
Add support for optional directives
|
2017-02-07 19:20:49 -08:00 |
|
IRazorCSharpLoweringPhase.cs
|
Refactor IR phases
|
2017-02-14 14:51:36 -08:00 |
|
IRazorConfigureParserFeature.cs
|
…
|
|
|
IRazorDirectiveClassifierPass.cs
|
Refactor IR phases
|
2017-02-14 14:51:36 -08:00 |
|
IRazorDirectiveClassifierPhase.cs
|
Refactor IR phases
|
2017-02-14 14:51:36 -08:00 |
|
IRazorDirectiveFeature.cs
|
…
|
|
|
IRazorDocumentClassifierPass.cs
|
Refactor IR phases
|
2017-02-14 14:51:36 -08:00 |
|
IRazorDocumentClassifierPhase.cs
|
Refactor IR phases
|
2017-02-14 14:51:36 -08:00 |
|
IRazorEngineBuilder.cs
|
…
|
|
|
IRazorEngineFeature.cs
|
…
|
|
|
IRazorEnginePhase.cs
|
…
|
|
|
IRazorIRLoweringPhase.cs
|
Refactor IR phases
|
2017-02-14 14:51:36 -08:00 |
|
IRazorIROptimizationPass.cs
|
Refactor IR phases
|
2017-02-14 14:51:36 -08:00 |
|
IRazorIROptimizationPhase.cs
|
Refactor IR phases
|
2017-02-14 14:51:36 -08:00 |
|
IRazorParsingPhase.cs
|
…
|
|
|
IRazorSyntaxTreePass.cs
|
…
|
|
|
IRazorSyntaxTreePhase.cs
|
…
|
|
|
IRazorTargetExtensionFeature.cs
|
Part 2 of RuntimeTarget
|
2017-02-15 18:08:19 -08:00 |
|
ITagHelperFeature.cs
|
…
|
|
|
ItemCollection.cs
|
…
|
|
|
LargeTextRazorSourceDocument.cs
|
Prevent LOH allocations when constructing large Razor Source Documents. (#1049)
|
2017-03-06 16:50:05 -08:00 |
|
LegacyRazorDiagnostic.cs
|
Add RazorDiagnostic type
|
2017-01-31 15:53:22 -08:00 |
|
LegacyResources.resx
|
…
|
|
|
LineMapping.cs
|
Make LineMapping public
|
2017-02-03 15:50:34 -08:00 |
|
Microsoft.AspNetCore.Razor.Evolution.csproj
|
Downgrade to stable packages
|
2017-02-14 16:15:35 -08:00 |
|
NotFoundProjectItem.cs
|
Add an API to RazorProject to navigate hierarchical files
|
2017-02-03 11:25:15 -08:00 |
|
RazorCSharpDocument.cs
|
Replace RazorError with RazorDiagnostics in public API
|
2017-02-17 15:44:37 -08:00 |
|
RazorCodeDocument.cs
|
…
|
|
|
RazorCodeDocumentExtensions.cs
|
Introduce RazorCompilation
|
2017-02-22 10:22:18 -08:00 |
|
RazorDesignTimeIRPass.cs
|
Refactor IR phases
|
2017-02-14 14:51:36 -08:00 |
|
RazorDiagnostic.cs
|
Replace RazorError with RazorDiagnostics in public API
|
2017-02-17 15:44:37 -08:00 |
|
RazorDiagnosticDescriptor.cs
|
Add RazorDiagnostic type
|
2017-01-31 15:53:22 -08:00 |
|
RazorDiagnosticSeverity.cs
|
Add RazorDiagnostic type
|
2017-01-31 15:53:22 -08:00 |
|
RazorEngine.cs
|
Introduce RazorCompilation
|
2017-02-22 10:22:18 -08:00 |
|
RazorEngineBuilderExtensions.cs
|
Move FileSystemRazorProject into Razor.Evolution
|
2017-02-28 14:15:52 -08:00 |
|
RazorEnginePhaseBase.cs
|
…
|
|
|
RazorIRPass.cs
|
Refactor IR phases
|
2017-02-14 14:51:36 -08:00 |
|
RazorIRPassBase.cs
|
Refactor IR phases
|
2017-02-14 14:51:36 -08:00 |
|
RazorParserOptions.cs
|
…
|
|
|
RazorPreallocatedTagHelperAttributeOptimizationPass.cs
|
Refactor IR phases
|
2017-02-14 14:51:36 -08:00 |
|
RazorProject.cs
|
Add an API to RazorProject to navigate hierarchical files
|
2017-02-03 11:25:15 -08:00 |
|
RazorProjectItem.cs
|
Add an API to RazorProject to navigate hierarchical files
|
2017-02-03 11:25:15 -08:00 |
|
RazorSourceDocument.cs
|
Prevent LOH allocations when constructing large Razor Source Documents. (#1049)
|
2017-03-06 16:50:05 -08:00 |
|
RazorSourceLineCollection.cs
|
…
|
|
|
RazorSyntaxTree.cs
|
Replace RazorError with RazorDiagnostics in public API
|
2017-02-17 15:44:37 -08:00 |
|
RazorTemplateEngine.cs
|
Introduce RazorCompilation
|
2017-02-22 10:22:18 -08:00 |
|
RazorTemplateEngineOptions.cs
|
Introduce RazorCompilation
|
2017-02-22 10:22:18 -08:00 |
|
Resources.resx
|
Introduce RazorCompilation
|
2017-02-22 10:22:18 -08:00 |
|
SourceLocation.cs
|
…
|
|
|
SourceSpan.cs
|
…
|
|
|
TagHelperAttributeDescriptor.cs
|
…
|
|
|
TagHelperAttributeDesignTimeDescriptor.cs
|
…
|
|
|
TagHelperBinderSyntaxTreePass.cs
|
Replace RazorError with RazorDiagnostics in public API
|
2017-02-17 15:44:37 -08:00 |
|
TagHelperDescriptor.cs
|
…
|
|
|
TagHelperDesignTimeDescriptor.cs
|
…
|
|
|
TagHelperRequiredAttributeDescriptor.cs
|
…
|
|
|
TagHelperRequiredAttributeNameComparison.cs
|
…
|
|
|
TagHelperRequiredAttributeValueComparison.cs
|
…
|
|
|
TagMode.cs
|
…
|
|
|
TagStructure.cs
|
…
|
|