aspnetcore/test/Microsoft.VisualStudio.Edit...
N. Taylor Mullen 4476a72ecf Refactor `ImportDocumentManager` to not be windows specific.
- Added a `FileChangeTracker`, `FileChangeTrackerFactory` and corresponding implementations. These types now enable us to implement Windows and Mac file change tracking instead of replacing the entire import manager.
- Changed the import manager to be a Roslyn based service.
- Moved import manager implementation to the editor.razor assembly now since it no longer depends on windows.
- Updated import manager unit tests.
- Added import manager integration test
- Added file change tracking tests.

#1804
2017-12-08 16:34:43 -08:00
..
Infrastructure Manage VisualStudioRazorParser lifetime. 2017-10-23 14:39:15 -07:00
BraceSmartIndenterIntegrationTest.cs Manage VisualStudioRazorParser lifetime. 2017-10-23 14:39:15 -07:00
BraceSmartIndenterTest.cs Manage VisualStudioRazorParser lifetime. 2017-10-23 14:39:15 -07:00
BraceSmartIndenterTestBase.cs Manage VisualStudioRazorParser lifetime. 2017-10-23 14:39:15 -07:00
DefaultCodeDocumentProviderTest.cs Update code doc provider to only rely on VSRazorParser. 2017-11-27 16:54:53 -08:00
DefaultImportDocumentManagerIntegrationTest.cs Refactor `ImportDocumentManager` to not be windows specific. 2017-12-08 16:34:43 -08:00
DefaultImportDocumentManagerTest.cs Refactor `ImportDocumentManager` to not be windows specific. 2017-12-08 16:34:43 -08:00
DefaultRazorDocumentManagerTest.cs Export RazorDocumentManager using roslyn services 2017-12-07 15:50:30 -08:00
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 Manage VisualStudioRazorParser lifetime. 2017-10-23 14:39:15 -07:00
DefaultTextBufferCodeDocumentProviderTest.cs Change code document provider to work in old Razor. 2017-11-20 02:26:14 -08:00
DefaultTextBufferProviderTest.cs
DefaultVisualStudioDocumentTrackerTest.cs Refactor `ImportDocumentManager` to not be windows specific. 2017-12-08 16:34:43 -08:00
DefaultVisualStudioRazorParserIntegrationTest.cs Make VisualStudioRazorParserFactory VisualStudio agnostic. 2017-12-08 16:34:43 -08:00
DefaultVisualStudioRazorParserTest.cs Make VisualStudioRazorParserFactory VisualStudio agnostic. 2017-12-08 16:34:43 -08:00
Microsoft.VisualStudio.Editor.Razor.Test.csproj Pin tool and package versions to make builds more repeatable 2017-11-01 18:12:08 -07:00
RazorDirectiveCompletionProviderTest.cs Merge branch 'rel/vs15.5' into dev 2017-10-25 09:45:28 -07:00
RazorSyntaxFactsServiceExtensionsTest.cs Add a way for tooling to determine if a span corresponds to a TagHelper. 2017-12-06 11:49:20 -08:00
RazorSyntaxTreePartialParserTest.cs
RazorTextViewConnectionListenerTest.cs Move away from WPF text view connection listener. 2017-11-28 10:42:35 -08:00
TextContentChangedEventArgsExtensionsTest.cs