aspnetcore/src
N. Taylor Mullen c49d7b8c27 Add support for new style Roslyn dotless commits.
- Roslyn swapped the way they performed dotless commit insertions. They went from:
date => date. => DateTime.  to
date => date. => date => DateTime => DateTime.
The problem with the new approach is that date => DateTime would be rejected and therefore force the editor to reparse and reclassify any dots as HTML giving improper IntelliSense.
- Updated Razor implicit expression edit handling to allow identifier => identifier replacements as long as the identifiers didn't result in keyword or directives.
- Added tests to verify the scenarios impacted.
2017-02-01 15:43:08 -08:00
..
Microsoft.AspNetCore.Razor Add support for new style Roslyn dotless commits. 2017-02-01 15:43:08 -08:00
Microsoft.AspNetCore.Razor.Evolution [Fixes #961] Disable instrumentation for TagHelper attribute values 2017-02-01 15:26:13 -08:00
Microsoft.AspNetCore.Razor.Runtime Add RazorDiagnostic type 2017-01-31 15:53:22 -08:00
Microsoft.CodeAnalysis.Razor Quick fixes from MVC 2017-01-24 09:22:28 -08:00
Microsoft.CodeAnalysis.Razor.Workspaces Quick fixes from MVC 2017-01-24 09:22:28 -08:00
Microsoft.CodeAnalysis.Remote.Razor Upgrade to RC.3 2017-01-20 09:01:49 -08:00
Microsoft.VisualStudio.LanguageServices.Razor Move the LanguageServices package to src 2017-01-20 16:43:21 -08:00
RazorPageGenerator Upgrade to RC.3 2017-01-20 09:01:49 -08:00