aspnetcore/test/Microsoft.AspNetCore.Razor....
N. Taylor Mullen 0e15ff3e95 Re-add marker IR tokens to represent CSharp in an expression.
- At design time we weren't generating line mappings when a user would type `@` or `@(`. This results in no C# IntelliSense being provided to the user because the editor hasn't mapped any of Razor to the C# buffer.
- Modified the `DefaultIRLoweringPhase` to allow for marker symbols, these symbols .
- Re-generated test files to account for 0 length line mappings on empty expression nodes.

#1155
2017-04-03 13:05:54 -07:00
..
CodeGeneration Moved from Renderer to Writer 2017-03-31 16:25:07 -07:00
IntegrationTests [Fixes #964] Removed Content property from CSharpStatementIRNode 2017-03-31 10:52:53 -07:00
Intermediate [Fixes #964] Removed Content property from CSharpStatementIRNode 2017-03-31 10:52:53 -07:00
Legacy Add `TagHelperFactsService`. 2017-03-29 15:36:32 -07:00
Properties
TestFiles Re-add marker IR tokens to represent CSharp in an expression. 2017-04-03 13:05:54 -07:00
DefaultDirectiveIRPassTest.cs Clean up TagHelperDescriptor APIs. 2017-03-17 12:18:05 -07:00
DefaultDirectiveSyntaxTreePassTest.cs Set file path from RazorSourceDocument in syntax tree 2017-03-22 15:13:38 -07:00
DefaultDocumentClassifierPassTest.cs
DefaultInstrumentationPassTest.cs
DefaultItemCollectionTest.cs
DefaultRazorCSharpLoweringPhaseTest.cs
DefaultRazorCodeDocumentTest.cs
DefaultRazorDiagnosticTest.cs
DefaultRazorDirectiveClassifierPhaseTest.cs
DefaultRazorDocumentClassifierPhaseTest.cs
DefaultRazorEngineBuilderTest.cs
DefaultRazorEngineTest.cs
DefaultRazorIRLoweringPhaseIntegrationTest.cs Clean up TagHelperDescriptor APIs. 2017-03-17 12:18:05 -07:00
DefaultRazorIROptimizationPhaseTest.cs
DefaultRazorParsingPhaseTest.cs Make the parser options configurable 2017-03-24 15:21:26 -07:00
DefaultRazorSourceDocumentTest.cs
DefaultRazorSyntaxTreePhaseTest.cs
DirectiveDescriptorBuilderTest.cs
DirectiveRemovalIROptimizationPassTest.cs
DocumentClassifierPassBaseTest.cs
FileSystemRazorProjectItemTest.cs
FileSystemRazorProjectTest.cs Fix absolute path handling. 2017-03-22 16:35:19 -07:00
HtmlNodeOptimizationPassTest.cs Rename BlockType -> BlockKind 2017-03-19 11:18:40 -07:00
LargeTextRazorSourceDocumentTest.cs
LegacyRazorDiagnosticTest.cs
Microsoft.AspNetCore.Razor.Evolution.Test.csproj Fix type name 2017-03-29 16:19:12 -07:00
RazorCodeDocumentExtensionsTest.cs Add TagHelper directive and match info to CodeDocument 2017-03-19 12:33:09 -07:00
RazorCodeDocumentTest.cs
RazorDiagnosticDescriptorTest.cs
RazorDiagnosticTest.cs
RazorEngineBuilderExtensionsTest.cs
RazorEngineTest.cs Make the parser options configurable 2017-03-24 15:21:26 -07:00
RazorProjectItemTest.cs
RazorProjectTest.cs Fix type name 2017-03-29 16:19:12 -07:00
RazorSourceDocumentTest.cs
RazorSyntaxTreeTest.cs Set file path from RazorSourceDocument in syntax tree 2017-03-22 15:13:38 -07:00
RazorTemplateEngineTest.cs Add GetImportItems to RazorTemplateEngine 2017-03-31 07:48:34 -07:00
SourceLocationTest.cs
SourceSpanTest.cs
SyntaxTreeVerifier.cs
TagHelperBinderSyntaxTreePassTest.cs Workaround tooling issue with runtime only TagHelpers. 2017-03-29 16:56:05 -07:00
TagHelperRequiredAttributeDescriptorBuilderTest.cs Add DisplayName to RequiredAttributeDescriptor. 2017-03-24 11:07:52 -07:00
TagHelperRequiredAttributeDescriptorTest.cs Add `TagHelperFactsService`. 2017-03-29 15:36:32 -07:00
TestFile.cs
TestProject.cs
TestRazorCodeDocument.cs
TestRazorSourceDocument.cs Set file path from RazorSourceDocument in syntax tree 2017-03-22 15:13:38 -07:00
TestTagHelperDescriptors.cs Fix type name 2017-03-29 16:19:12 -07:00