aspnetcore/test/Microsoft.VisualStudio.Edit...
N. Taylor Mullen 4af7a47aac Change code document provider to work in old Razor.
- Prior to this the old code document provider would utilize the editor factory service which would incorrectly create a parser for older Razor documents. This was wrong on many levels.
- Updated tests to react to new expectations.
2017-11-20 02:26:14 -08:00
..
Infrastructure
BraceSmartIndenterIntegrationTest.cs
BraceSmartIndenterTest.cs
BraceSmartIndenterTestBase.cs
DefaultCodeDocumentProviderTest.cs
DefaultRazorIndentationFactsServiceTest.cs Move indentation service to VS.Editor.Razor and export it. 2017-11-14 15:42:40 -08:00
DefaultTagHelperCompletionServiceTest.cs Move TagHelperCompletionService to VS.Editor.Razor and export it. 2017-11-15 13:01:06 -08:00
DefaultTemplateEngineFactoryServiceTest.cs
DefaultTextBufferCodeDocumentProviderTest.cs Change code document provider to work in old Razor. 2017-11-20 02:26:14 -08:00
DefaultTextBufferProviderTest.cs
DefaultVisualStudioRazorParserIntegrationTest.cs
DefaultVisualStudioRazorParserTest.cs Make Foreground dispatchable methods noop if parser is disposed. 2017-11-06 16:18:43 -08:00
Microsoft.VisualStudio.Editor.Razor.Test.csproj
RazorDirectiveCompletionProviderTest.cs
RazorSyntaxTreePartialParserTest.cs
TextContentChangedEventArgsExtensionsTest.cs