TrackerDog 1.0.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package TrackerDog --version 1.0.5
NuGet\Install-Package TrackerDog -Version 1.0.5
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="TrackerDog" Version="1.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TrackerDog --version 1.0.5
#r "nuget: TrackerDog, 1.0.5"
#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.
// Install TrackerDog as a Cake Addin
#addin nuget:?package=TrackerDog&version=1.0.5

// Install TrackerDog as a Cake Tool
#tool nuget:?package=TrackerDog&version=1.0.5

TrackerDog turns any object or full object graph into a change-trackable object

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.2.4 90,689 12/31/2017
2.2.3 1,056 12/31/2017
2.2.2 1,108 8/14/2017
2.2.1 1,175 4/2/2017
2.2.0 1,216 2/12/2017
2.1.6 1,239 12/30/2016
2.1.5 981 12/29/2016
2.1.4 1,068 12/9/2016
2.1.3 1,002 12/8/2016
2.1.2 1,002 11/22/2016
2.1.1 1,052 8/16/2016
2.1.0 997 8/8/2016
2.0.1 983 8/5/2016
2.0.0 977 8/5/2016
1.2.6 1,126 7/26/2016
1.2.5 1,266 7/26/2016
1.2.4 1,007 7/25/2016
1.2.3 1,002 7/22/2016
1.2.2 1,001 7/19/2016
1.2.1 1,037 7/18/2016
1.2.0 967 7/18/2016
1.1.5 1,058 7/18/2016
1.1.4 1,006 7/17/2016
1.1.3 1,172 7/14/2016
1.1.2 1,138 7/14/2016
1.1.1 1,033 4/1/2016
1.1.0 1,120 2/23/2016
1.0.11 1,100 11/20/2015
1.0.10 1,095 11/20/2015
1.0.9 1,085 11/19/2015
1.0.8 1,083 11/19/2015
1.0.7 1,047 11/16/2015
1.0.6 1,096 11/14/2015
1.0.5 1,056 11/13/2015
1.0.4 1,027 11/11/2015
1.0.3 1,062 11/11/2015
1.0.2 1,048 11/10/2015
1.0.1 1,057 11/10/2015
1.0.0 1,028 11/10/2015

Now TrackerDog can track dynamic objects, also can create proxies from types directly. This version fixes an issue consisting in that Castle DynamicProxy was generating different proxy classes whenever an object of the same type was tracker. Now proxy types are cached in the right way by Castle DynamicProxy.