CodeCop is a free to use library that builds on top of JSON to provide a fast unobtrusive way to write method interceptors for your .NET apps. Interceptor placement is independent from your app's code. It's done on a JSON file which means that at anytime you can add or remove interceptors without code changes or redeploys. Method interception happens in one or all of these stages, before execution, after execution and it is possible also to override the behavior completely. CodeCop can intercept your code and also other 3rd party assemblies your app depends on.
$ dotnet add package CodeCopNo README available.