aspnetcore/test/Microsoft.AspNetCore.Razor..../TestFiles/IntegrationTests
N. Taylor Mullen 4c0afbad86 Generate line mappings for empty expressions.
- 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.
- Updated the design time renderer and design time writer to account for empty expressions.
- Modified the `DefaultIRLoweringPhase` to set source locations on empty expression nodes.
- Re-generated test files to account for 0 length line mappings on empty expression nodes.

#1155
2017-04-02 22:25:12 -07:00
..
BasicIntegrationTest
CodeGenerationIntegrationTest Generate line mappings for empty expressions. 2017-04-02 22:25:12 -07:00
HtmlAttributeIntegrationTest
InstrumentationPassIntegrationTest
RazorTemplateEngineIntegrationTest
TagHelpersIntegrationTest