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
BraceSmartIndenterIntegrationTest.cs
BraceSmartIndenterTest.cs
BraceSmartIndenterTestBase.cs
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
DefaultTagHelperCompletionServiceTest.cs
DefaultTemplateEngineFactoryServiceTest.cs
DefaultTextBufferCodeDocumentProviderTest.cs
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
RazorDirectiveCompletionProviderTest.cs
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