aspnetcore/test/Microsoft.VisualStudio.Edit...
N. Taylor Mullen c5e83c61f8 Changed AddDefaultImports to take strings instead of project items.
- Strings here was important because any import added to the system dynamically needs to eventually make its way back to being a project item. With strings we can state that they do exist (have content) but do not have any file paths associated.
- Updated all call sites to use the new AddDefaultImports string based api.

#2080
2018-02-21 09:42:40 -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
DefaultEditorSettingsManagerTest.cs Change EditorSettingsManager to not be per-workspace. 2018-01-30 16:01:55 -08:00
DefaultImportDocumentManagerIntegrationTest.cs Move to RazorProjectEngine. 2018-02-14 12:40:23 -08:00
DefaultImportDocumentManagerTest.cs Move to RazorProjectEngine. 2018-02-14 12:40:23 -08:00
DefaultProjectEngineFactoryServiceTest.cs Move to RazorProjectEngine. 2018-02-14 12:40:23 -08:00
DefaultRazorDocumentManagerTest.cs Change EditorSettingsManager to not be per-workspace. 2018-01-30 16:01:55 -08:00
DefaultRazorEditorFactoryServiceTest.cs Update DefaultRazorEditorFactoryService to be per-workspace. 2018-02-01 14:51:23 -08:00
DefaultRazorIndentationFactsServiceTest.cs Make unit test work on linux 2017-12-22 14:33:08 -08:00
DefaultRazorSyntaxFactsServiceTest.cs Added test for DefaultRazorSyntaxFactsService 2017-12-29 17:02:35 -08:00
DefaultTagHelperCompletionServiceTest.cs Change DefaultTagHelperFactsService to not expect a primary workspace. 2018-02-02 12:02:45 -08:00
DefaultTagHelperFactsServiceTest.cs Change DefaultTagHelperFactsService to not expect a primary workspace. 2018-02-02 12:02:45 -08:00
DefaultTagHelperResolverTest.cs Add VS agnostic non-OOP DefaultTagHelperResolver. 2017-12-14 11:28:30 -08:00
DefaultTextBufferCodeDocumentProviderTest.cs Change code document provider to work in old Razor. 2017-11-20 02:26:14 -08:00
DefaultTextBufferProviderTest.cs Unify how AdhocWorkspace is constructed. 2018-01-12 17:54:53 -08:00
DefaultVisualStudioDocumentTrackerTest.cs Change EditorSettingsManager to not be per-workspace. 2018-01-30 16:01:55 -08:00
DefaultVisualStudioRazorParserIntegrationTest.cs Changed AddDefaultImports to take strings instead of project items. 2018-02-21 09:42:40 -08:00
DefaultVisualStudioRazorParserTest.cs Move to RazorProjectEngine. 2018-02-14 12:40:23 -08:00
DefaultWorkspaceEditorSettingsTest.cs Change EditorSettingsManager to not be per-workspace. 2018-01-30 16:01:55 -08:00
Microsoft.VisualStudio.Editor.Razor.Test.csproj Add VS agnostic non-OOP DefaultTagHelperResolver. 2017-12-14 11:28:30 -08:00
RazorDirectiveCompletionProviderTest.cs Unify how AdhocWorkspace is constructed. 2018-01-12 17:54:53 -08: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 Changed AddDefaultImports to take strings instead of project items. 2018-02-21 09:42:40 -08:00
RazorTextViewConnectionListenerTest.cs Unify how AdhocWorkspace is constructed. 2018-01-12 17:54:53 -08:00
TextContentChangedEventArgsExtensionsTest.cs
xunit.runner.json Add VS agnostic non-OOP DefaultTagHelperResolver. 2017-12-14 11:28:30 -08:00