Is there a Nuget package to configure a WCF application for Unity IOC?

There are a few posts showing how to do this manually - which, by the way, I did before, but I was surprised to find that the Nuget package does not add this functionality to your WCF project in the same way as adding Unity to an MVC3 project with Unity.MVC3 . I searched the online source directory of the Nuget package, but came up with nothing. If I missed something obvious, I would appreciate if you pointed me in the right direction.

+6
source share
1 answer

Just a couple of days ago, Paul Hiles created the Unity.WCF NuGet package. I checked its installation successfully. Source code in CodePlex . Thanks Paul!

+4
source

Source: https://habr.com/ru/post/905156/


All Articles