aspnetcore/test/Microsoft.VisualStudio.Edit...
Ajay Bhargav Baaskaran f9d4fba39d Added a taghelpers and imports overload to Process and ProcessDesignTime
We want to have a way to specify the taghelper descriptors and imports to use while
processing a specific document.
- Added an overload to Process and ProcessDesignTime to take in a list
TagHelperDescriptors and a list of imports
- Added the corresponding CreateCodeDocumentCore overload
- Added GetTagHelpers and SetTagHelpers extension methods for
CodeDocument
- Added the necessary plumbing to use the taghelpers from the
CodeDocument when available and fallback logic.
- Added DocumentImportsTracker and updated background code generation
logic to use the new overload
- Added/updated tests
2018-05-22 11:40:21 -07:00
..
Documents Added a taghelpers and imports overload to Process and ProcessDesignTime 2018-05-22 11:40:21 -07:00
Infrastructure Track the open/closed state of documents 2018-05-11 08:18:08 -07:00
BraceSmartIndenterIntegrationTest.cs
BraceSmartIndenterTest.cs
BraceSmartIndenterTestBase.cs
DefaultCodeDocumentProviderTest.cs
DefaultEditorSettingsManagerTest.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
DefaultImportDocumentManagerIntegrationTest.cs Reorganize file tracker 2018-05-08 16:27:51 -07:00
DefaultImportDocumentManagerTest.cs Reorganize file tracker 2018-05-08 16:27:51 -07:00
DefaultProjectPathProviderTest.cs Add `ProjectPathProvider` abstract for document tracker creation. 2018-05-17 15:28:20 -07:00
DefaultProjectSnapshotProjectEngineFactoryTest.cs Track the open/closed state of documents 2018-05-11 08:18:08 -07:00
DefaultRazorDocumentManagerTest.cs Remove ProjectService requirements for Razor text buffer initialization. 2018-05-03 11:13:36 -07:00
DefaultRazorEditorFactoryServiceTest.cs
DefaultRazorIndentationFactsServiceTest.cs Obsoleted IRazorEngineBuilder APIs 2018-04-13 12:35:53 -07:00
DefaultRazorSyntaxFactsServiceTest.cs Obsoleted IRazorEngineBuilder APIs 2018-04-13 12:35:53 -07:00
DefaultTagHelperCompletionServiceTest.cs [Fixes #2144] Incorrect target element of nested tag helper 2018-03-20 15:25:07 -07:00
DefaultTagHelperFactsServiceTest.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
DefaultTextBufferCodeDocumentProviderTest.cs
DefaultTextBufferProviderTest.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
DefaultVisualStudioDocumentTrackerTest.cs Reorganize file tracker 2018-05-08 16:27:51 -07:00
DefaultVisualStudioRazorParserIntegrationTest.cs Add documents, engine, tag helpers to snapshot 2018-04-25 19:05:54 -04:00
DefaultVisualStudioRazorParserTest.cs Made the Visual Studio parser smarter about overlapping reparse requests. 2018-05-14 11:54:56 -07:00
DefaultWorkspaceEditorSettingsTest.cs
Microsoft.VisualStudio.Editor.Razor.Test.csproj Add documents, engine, tag helpers to snapshot 2018-04-25 19:05:54 -04:00
RazorDirectiveCompletionProviderTest.cs Upgrade to VS 15.8 Preview 2 version of Roslyn. 2018-05-16 15:50:54 -07:00
RazorSyntaxFactsServiceExtensionsTest.cs Obsoleted IRazorEngineBuilder APIs 2018-04-13 12:35:53 -07:00
RazorSyntaxTreePartialParserTest.cs Changed AddDefaultImports to take strings instead of project items. 2018-02-21 09:42:40 -08:00
RazorTextViewConnectionListenerTest.cs
TextContentChangedEventArgsExtensionsTest.cs
xunit.runner.json