interception icon indicating copy to clipboard operation
interception copied to clipboard

Configuration of Named interception no longer supported

Open ENikS opened this issue 5 years ago • 0 comments

These methods are deprecated:

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

ENikS avatar Jan 22 '21 23:01 ENikS