Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • So how would others use this class library within my organization for example ? They need to know the dependencies of the class library up front and resolve them. Maybe the question wasn't clear - I'm not trying to make the provided code example work, I'm looking for information how to properly author the class library so others can use it without having to worry about dependencies. I've updated the question to make it clearer. Commented Oct 21, 2019 at 18:05
  • @GeorgiRangelov you can't use class library them without an application and the IoC Container used is a choice of the application not of the library. Commented Oct 22, 2019 at 12:21