unitycontainer / interception

Unity.Interception package
Apache License 2.0
22 stars 18 forks source link

Is there any docs for interception ? #32

Closed GF-Huang closed 5 years ago

ENikS commented 5 years ago

Only the old ones from Microsoft. The library was not changed much and still follows the old API

GF-Huang commented 5 years ago

@ENikS Thanks.

GF-Huang commented 5 years ago

@ENikS Do you know how to make it works with Prism 7.1.0.431 together ?

I had add nuget packet Unity.Abstractions, but get same error result:

CS0012  C# The type 'IUnityContainer' is defined in an assembly that is not referenced. 
You must add a reference to assembly.

image

image

ENikS commented 5 years ago

You need to ask this question with the Prism team. They control the adoption of the latest.