aspnetcore/test/Microsoft.VisualStudio.Lang...
N. Taylor Mullen f8d43853f8 Re-introduce RazorEditorParser.
- Revived `RazorEditorParser`.
- Made `PartialParseResult` internal and renamed it to `PartialParseResultInternal`. This fell in line with other syntax tree types.
- Moved the `RazorEditorParser` implementation away from `TextChange` and `ITextBuffer`. Instead it now relies on `SourceChange` and the VS contract `ITextSnapshot`.
- Added `RazorEditorParserTest` to ensure the changes in implementation did not impact previous functionality.
- Removed some obvious tests that unnecessarily re-tested behavior that was already verified.
- Updated tests.
- Moved several Language.Test types to the common test project so they could be reused.

#1259
2017-07-12 17:01:16 -07:00
..
Test Re-introduce RazorEditorParser. 2017-07-12 17:01:16 -07:00
DefaultTagHelperCompletionServiceTest.cs Moved all TagHelperDescriptor related builders to have getter setter 2017-06-30 14:08:05 -07:00
DefaultTagHelperFactsServiceTest.cs Moved all TagHelperDescriptor related builders to have getter setter 2017-06-30 14:08:05 -07:00
Microsoft.VisualStudio.LanguageServices.Razor.Test.csproj Re-introduce RazorEditorParser. 2017-07-12 17:01:16 -07:00
RazorEditorParserTest.cs Re-introduce RazorEditorParser. 2017-07-12 17:01:16 -07:00
StringTextSnapshot.cs Re-introduce RazorEditorParser. 2017-07-12 17:01:16 -07:00
TagHelperDescriptorSerializationTest.cs Moved all TagHelperDescriptor related builders to have getter setter 2017-06-30 14:08:05 -07:00
xunit.runner.json Configure xunit for better display 2017-05-17 20:31:37 -07:00