weikio/PluginFramework

Type plugin with tags not created

satishviswanathan opened this issue · 1 comments

First of all thank you sharing this awesome library.

Use case

Create plugin catalogs of type "Type" with tags

Scenario

  1. Define plugin interface in a library ex: Test.Abstraction
  2. Define the plugin interface in a separate library ex: TestPlugin
  3. 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 ?

PluginFramework.zip

Closing this issue since I have a custom implementation for this scenario.