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
I'm using NancyFx with TinyIoC and I would like to change the default behavior for interface dependency injection.
I would want it to be multi-instance instead of singleton.
I know I can register a specific interface/implementation to per request or singleton, but I cannot find a way to make this the default configuration for any interface dependency.
Thanks,
Rodrigo
The text was updated successfully, but these errors were encountered:
I'm using NancyFx with TinyIoC and I would like to change the default behavior for interface dependency injection.
I would want it to be multi-instance instead of singleton.
I know I can register a specific interface/implementation to per request or singleton, but I cannot find a way to make this the default configuration for any interface dependency.
Thanks,
Rodrigo
The text was updated successfully, but these errors were encountered: