Fix some edge cases

This commit is contained in:
TheXamlGuy
2024-05-14 16:52:47 +01:00
parent c310b3080c
commit 553a6fbaff
10 changed files with 85 additions and 41 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ public class ComponentBuilder :
services.AddScoped<SubscriptionCollection>();
services.AddScoped<ISubscriptionManager, SubscriptionManager>();
services.AddScoped<IDisposer, Disposer>();
services.AddSingleton<IDisposer, Disposer>();
services.AddTransient<ISubscriber, Subscriber>();
services.AddTransient<IPublisher, Publisher>();