You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @csharpfritz .
Right now all IBasicCommand and IExtendedCommand are got via scanning Assembly and added to IServiceCollection with singleton lifetime.
Hello @csharpfritz .
Right now all
IBasicCommand
andIExtendedCommand
are got via scanning Assembly and added toIServiceCollection
with singleton lifetime.Fritz.StreamTools/Fritz.Chatbot/FritzBot.cs
Lines 63 to 80 in 78587eb
I'm suggesting changing this behavior to adding commands explicitly in startup for two reasons :
DbContext
, the command needs to be scoped or transient.CanExecute
).The text was updated successfully, but these errors were encountered: