inject the widget assembly into the IoC as we are going to need it further in
This commit is contained in:
@@ -2,5 +2,4 @@
|
||||
|
||||
namespace Hyperbar.Widget;
|
||||
|
||||
public record WidgetAssembly(Assembly? Assembly = default) :
|
||||
INotification;
|
||||
public record WidgetAssembly(Assembly Assembly) : IWidgetAssembly;
|
||||
|
||||
Reference in New Issue
Block a user