aspnetcore/test/Microsoft.VisualStudio.Lang...
N. Taylor Mullen 24154ec4c2 Create a VisualStudio parser to handle the editing loop.
- Renamed `RazorEditorParser` => `VisualStudioRazorParser` (maintained a copy of the original in Legacy)
- Tried to make as little changes as possible to the `BackgroundParser` due to its complexity; mostly just removed the TreeStructureChanged logic since this is re-done on the Razor editor side of things.
- Split the `RazorEditorParserTest`s into two separate tests. Partial parser tests and the VS parsing tests.
- Updated `StringTextSnapshot` to support changes in order to test the VS parser.

#1536
2017-08-23 11:38:11 -07:00
..
Editor Create a VisualStudio parser to handle the editing loop. 2017-08-23 11:38:11 -07:00
Legacy Create a VisualStudio parser to handle the editing loop. 2017-08-23 11:38:11 -07:00
DefaultTemplateEngineFactoryServiceTest.cs Added unit tests for DefaultTemplateEngineFactoryService 2017-08-09 12:31:51 -07:00
Microsoft.VisualStudio.LanguageServices.Razor.Test.csproj Roslyn-ize our tooling contracts. 2017-08-02 16:58:44 -07:00
StringTextSnapshot.cs Create a VisualStudio parser to handle the editing loop. 2017-08-23 11:38:11 -07:00
TagHelperDescriptorSerializationTest.cs
xunit.runner.json