How to resolve NuGet dependency hell
Unity package isn’t a good example because you should use it only in one place called Composition Root. And Composition Root should be as close as it can be to application entry point. In your example it is CompanyName.SomeSolution.Application Apart from that, where I work now, exactly the same problem appears. And what I see, …