TrackerDog 1.0.6

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

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

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 94,632 12/31/2017
2.2.3 1,061 12/31/2017
2.2.2 1,113 8/14/2017
2.2.1 1,183 4/2/2017
2.2.0 1,222 2/12/2017
2.1.6 1,252 12/30/2016
2.1.5 986 12/29/2016
2.1.4 1,075 12/9/2016
2.1.3 1,006 12/8/2016
2.1.2 1,007 11/22/2016
2.1.1 1,056 8/16/2016
2.1.0 1,001 8/8/2016
2.0.1 987 8/5/2016
2.0.0 981 8/5/2016
1.2.6 1,132 7/26/2016
1.2.5 1,272 7/26/2016
1.2.4 1,012 7/25/2016
1.2.3 1,007 7/22/2016
1.2.2 1,005 7/19/2016
1.2.1 1,040 7/18/2016
1.2.0 971 7/18/2016
1.1.5 1,063 7/18/2016
1.1.4 1,009 7/17/2016
1.1.3 1,178 7/14/2016
1.1.2 1,142 7/14/2016
1.1.1 1,038 4/1/2016
1.1.0 1,129 2/23/2016
1.0.11 1,104 11/20/2015
1.0.10 1,098 11/20/2015
1.0.9 1,088 11/19/2015
1.0.8 1,086 11/19/2015
1.0.7 1,052 11/16/2015
1.0.6 1,104 11/14/2015
1.0.5 1,063 11/13/2015
1.0.4 1,033 11/11/2015
1.0.3 1,067 11/11/2015
1.0.2 1,053 11/10/2015
1.0.1 1,062 11/10/2015
1.0.0 1,035 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.