- 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 |
||
|---|---|---|
| .. | ||
| BasicIntegrationTest | ||
| CodeGenerationIntegrationTest | ||
| HtmlAttributeIntegrationTest | ||
| InstrumentationPassIntegrationTest | ||
| RazorTemplateEngineIntegrationTest | ||
| TagHelpersIntegrationTest | ||