A pack of Smart Interceptor for Autofac.
[LogInterceptor] that will log all the method calls.
[SmartInterceptor] that take will call an Action before and after method execution.
[ParameterValidationInterceptor] that will validate method parameters and return value using...
More information
A plugin for Microsoft.Extensions.DependencyInjection to support automatically injecting all types which defines ITransientType, IScopedType, ISingletonType, and also injecting makes with interceptors. It uses System.Reflection.DispatchProxy to enable on the fly proxy creation of implementation...
More information