aspnetcore/test
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
..
Microsoft.AspNetCore.Mvc.Razor.Extensions.Test Setting TokenKind for RazorIRToken 2017-03-31 14:52:10 -07:00
Microsoft.AspNetCore.Razor.Evolution.Test Re-add marker IR tokens to represent CSharp in an expression. 2017-04-03 13:05:54 -07:00
Microsoft.AspNetCore.Razor.Runtime.Test
Microsoft.AspNetCore.Razor.Test.Common
Microsoft.CodeAnalysis.Razor.Test
Microsoft.VisualStudio.LanguageServices.Razor.Test Workaround issues preventing tests from running in Visual Studio. 2017-03-31 11:20:10 -07:00
RazorPageGenerator.Test