CodeCop 1.2.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package CodeCop --version 1.2.2
                    
NuGet\Install-Package CodeCop -Version 1.2.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CodeCop" Version="1.2.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CodeCop" Version="1.2.2" />
                    
Directory.Packages.props
<PackageReference Include="CodeCop" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CodeCop --version 1.2.2
                    
#r "nuget: CodeCop, 1.2.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=CodeCop&version=1.2.2
                    
Install as a Cake Addin
#tool nuget:?package=CodeCop&version=1.2.2
                    
Install as a Cake Tool

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.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.

Statsd.CodeCop

Interceptor for CodeCop that automatically integrates Statsd onto intercepted methods.

MiniProfiler.CodeCop

Interceptor for CodeCop that automatically integrates MiniProfiler onto each intercepted method.

CodeCop.PostSharp.AutoAspectResolver

Ever wanted to inject dependencies into PostSharp method interception aspects in a seamless way? Meet AutoAspectResolver, just plug-in you DI container of choice and watch PostSharp aspect dependencies being resolved at runtime with the help of CodeCop.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.2.1 5,190 3/10/2016
3.2.0 2,796 2/14/2016
3.1.2 2,679 1/23/2016
3.1.1 3,183 12/21/2015
3.1.0 2,949 12/21/2015
3.0.0 4,334 11/25/2015
2.1.1 5,351 11/11/2015
2.0.0-pre 2,977 11/6/2015
1.3.3 3,125 10/29/2015
1.3.2 2,777 10/29/2015
1.3.1 2,547 10/20/2015
1.3.0 2,735 10/11/2015
1.2.9 2,899 10/11/2015
1.2.8 2,749 10/9/2015
1.2.7 3,043 10/9/2015
1.2.6 3,201 10/8/2015
1.2.5 3,006 10/8/2015
1.2.4 3,740 10/7/2015
1.2.3 3,510 10/7/2015
1.2.2 3,029 10/6/2015
1.2.1 3,118 10/5/2015
1.2.0 4,366 10/3/2015
1.1.7 3,861 9/28/2015
1.1.6 5,231 9/27/2015

Version 1.2.2 adds support for multiple method overrides on the fluent API.

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