Home

Dependency Injection in LINQPad 7

Is it possible to do dependency injection testing in LINQPad 7? I'm testing a small script with a couple classes with interfaces and attempting to inject on into the other's constructor like I would do in Visual Studio, but I'm not sure how to tell LINQPad to use injection for those constructor items instead of expecting a passed parameter.

Comments

Sign In or Register to comment.