Type plugin with tags not created
satishviswanathan opened this issue · 1 comments
satishviswanathan commented
First of all thank you sharing this awesome library.
Use case
Create plugin catalogs of type "Type" with tags
Scenario
- Define plugin interface in a library ex: Test.Abstraction
- Define the plugin interface in a separate library ex: TestPlugin
- Create the plugin app with reference to Test.Abstractions.
Issue
Plugins are not created with tags.
I have attached a unit test project with scenario. Please let me know if i'm, missing something ?
satishviswanathan commented
Closing this issue since I have a custom implementation for this scenario.