- 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. |
||
|---|---|---|
| .. | ||
| Chunks | ||
| CodeGenerators | ||
| Compilation/TagHelpers | ||
| Editor | ||
| Framework | ||
| Parser | ||
| TestFiles | ||
| Text | ||
| Tokenizer | ||
| Utils | ||
| CSharpRazorCodeLanguageTest.cs | ||
| Microsoft.AspNetCore.Razor.Test.csproj | ||
| PartialParsingTestBase.cs | ||
| RazorCodeLanguageTest.cs | ||
| RazorEditorParserTest.cs | ||
| RazorEngineHostTest.cs | ||
| RazorErrorTest.cs | ||
| RazorTemplateEngineTest.cs | ||
| SourceLocationTest.cs | ||
| StringTextBuffer.cs | ||