weikio / PluginFramework

Everything is a Plugin in .NET
MIT License
549 stars 105 forks source link

Type plugin with tags not created #53

Closed satishviswanathan closed 3 years ago

satishviswanathan commented 3 years ago

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

satishviswanathan commented 3 years ago

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