CodeCop 3.2.1
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.
Install-Package CodeCop -Version 3.2.1
dotnet add package CodeCop --version 3.2.1
<PackageReference Include="CodeCop" Version="3.2.1" />
paket add CodeCop --version 3.2.1
Release Notes
v3.2.1 fixes the reported bug of not being able to get the sender pointer when intercepting structs. (https://gist.github.com/Scooletz/de7f6b63bce5f51b9053)
Visit http://getcodecop.com/ for full product information.
Read the project's wiki at https://bitbucket.org/codecop_team/codecop/wiki/Home for details on how to get started.
Issues? Please report them at https://bitbucket.org/codecop_team/codecop/issues
Dependencies
This package has no dependencies.
Used By
NuGet packages (7)
Showing the top 5 NuGet packages that depend on CodeCop:
Package | Downloads |
---|---|
CodeCop.Setup
CodeCop Fluent API Wrapper
|
|
GuardNull.CodeCop
Interceptor for CodeCop that automatically validates if any non-optional method arguments are not null, or in case of strings also not empty.
|
|
MiniProfiler.CodeCop
Interceptor for CodeCop that automatically integrates MiniProfiler onto each intercepted method.
|
|
Statsd.CodeCop
Interceptor for CodeCop that automatically integrates Statsd onto intercepted methods.
|
|
Authorize.CodeCop
Interceptor for CodeCop to use in Web Applications that automatically validates if user is authenticated on each intercepted method.
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
3.2.1 | 1,470 | 3/10/2016 |
3.2.0 | 1,016 | 2/14/2016 |
3.1.2 | 954 | 1/23/2016 |
3.1.1 | 1,083 | 12/21/2015 |
3.1.0 | 1,023 | 12/21/2015 |
3.0.0 | 1,253 | 11/25/2015 |
2.1.1 | 1,401 | 11/11/2015 |
2.0.0-pre | 1,047 | 11/6/2015 |
1.3.3 | 1,058 | 10/29/2015 |
1.3.2 | 992 | 10/29/2015 |
1.3.1 | 886 | 10/20/2015 |
1.3.0 | 1,020 | 10/11/2015 |
1.2.9 | 983 | 10/11/2015 |
1.2.8 | 959 | 10/9/2015 |
1.2.7 | 974 | 10/9/2015 |
1.2.6 | 966 | 10/8/2015 |
1.2.5 | 990 | 10/8/2015 |
1.2.4 | 1,007 | 10/7/2015 |
1.2.3 | 993 | 10/7/2015 |
1.2.2 | 993 | 10/6/2015 |
1.2.1 | 969 | 10/5/2015 |
1.2.0 | 1,234 | 10/3/2015 |
1.1.7 | 1,096 | 9/28/2015 |
1.1.6 | 1,365 | 9/27/2015 |