aspnetcore/test/Microsoft.AspNetCore.Razor....
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
..
Chunks
CodeGenerators Updating to netcoreapp1.1 2016-10-13 11:23:50 -07:00
Compilation/TagHelpers Moved location of and modified CaseSensitiveTagHelperAttributeComparer 2016-11-01 14:47:13 -07:00
Editor
Framework Change TagHelpers to work in partial parsing. 2016-08-15 16:15:41 -07:00
Parser Change TagHelpers to work in partial parsing. 2016-08-15 16:15:41 -07:00
TestFiles Added view component tag helper updates. (#823) 2016-08-24 16:01:59 -07:00
Text
Tokenizer
Utils
CSharpRazorCodeLanguageTest.cs
Microsoft.AspNetCore.Razor.Test.csproj Add Microsoft.CodeAnalysis.Razor 2017-01-20 15:26:39 -08:00
PartialParsingTestBase.cs Change TagHelpers to work in partial parsing. 2016-08-15 16:15:41 -07:00
RazorCodeLanguageTest.cs
RazorEditorParserTest.cs Add support for new style Roslyn dotless commits. 2017-02-01 15:43:08 -08:00
RazorEngineHostTest.cs
RazorErrorTest.cs
RazorTemplateEngineTest.cs Capture exceptions when trying to parse files and return parse errors. 2016-08-11 12:11:51 -07:00
SourceLocationTest.cs
StringTextBuffer.cs