Jeremy D. Miller
Jeremy D. Miller
"Is there a reason for that?" - sloth. I honestly haven't been paying attention to the automocking libs in quite awhile. I was even contemplating discontinuing the actual automocking nugets...
@arishlabroo, First off, don't do this: ``` nested.Configure(c => c.For().Use(ctx => new NestedFoo())); ``` Just do `nested.Inject(new NestedFoo());` At a *guess*, try to force the lifecycle of the registration to...
@Valchris Don't know what to tell you here, that's just nowhere enough information to really help out here. Are you doing anything funny with dynamic registrations at runtime? Anything that...
@shchahrykovich I'd push back on that a little bit though. Not on what you found out about the interceptor/dictionary behavior per se, but what are you doing *with* the container?...
@shchahrykovich Are you doing anything in your system like: * IContainer.Configure() or IContainer.Inject() at runtime * IContainer.With(something).With(something).GetInstance();
And first, what version of SM are you using?
@Valchris Any reason why you're on such an old, old version? That's almost 10 years old
I haven't looked at that code in years. If you want to try to do a pull request for that, I'll take it. I'm still holding firm to the idea...
@spirit11 Yeah, unless you're up for a pull request for this, it's not going to happen. See https://jeremydmiller.com/2018/01/29/sunsetting-structuremap/
@vishnu4 Man, I'm sorry, but it's very unlikely that I'll ever get around to this one. If you want to try to tackle this, I'd be happy to answer any...