unitycontainer / interception

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

Configuration of Named interception no longer supported #43

Open ENikS opened 3 years ago

ENikS commented 3 years ago

These methods are deprecated:

public Interception SetInterceptorFor(Type typeToIntercept, string? name, ITypeInterceptor interceptor)
public Interception SetInterceptorFor(Type typeToIntercept, string? name, IInstanceInterceptor interceptor)