aspnetcore/test/Microsoft.VisualStudio.Edit.../Documents
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
..
EditorDocumentManagerBaseTest.cs Track the open/closed state of documents 2018-05-11 08:18:08 -07:00
EditorDocumentManagerListenerTest.cs Added a taghelpers and imports overload to Process and ProcessDesignTime 2018-05-22 11:40:21 -07:00
EditorDocumentTest.cs Added a taghelpers and imports overload to Process and ProcessDesignTime 2018-05-22 11:40:21 -07:00