Info
Version: | 3.2.1 |
Author(s): | Ricardo Barbosa |
Last Update: | Thursday, March 10, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://getcodecop.com/ |
NuGet Url: | https://www.nuget.org/packages/CodeCop |
Install
Install-Package CodeCop
dotnet add package CodeCop
paket add CodeCop
CodeCop Download (Unzip the "nupkg" after downloading)
Dependencies
7 packages depend on this package.
Tags
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.