inject the widget assembly into the IoC as we are going to need it further in
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
using System.Reflection;
|
||||
namespace Hyperbar.Widget;
|
||||
|
||||
public record WidgetExtension(IWidget Widget, IWidgetAssembly Assembly);
|
||||
Reference in New Issue
Block a user