aspnetcore/test/Microsoft.AspNetCore.Razor..../IntegrationTests
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
..
BasicIntegrationTest.cs
CodeGenerationIntegrationTest.cs Added a taghelpers and imports overload to Process and ProcessDesignTime 2018-05-22 11:40:21 -07:00
ExtensibleDirectiveTest.cs
HtmlAttributeIntegrationTest.cs
RazorTemplateEngineIntegrationTest.cs
TagHelpersIntegrationTest.cs
TestTagHelperDescriptors.cs