Skip to main content
ChangeTracking package icon

ChangeTracking

Track changes in your POCO objects, and in your collections. By using Castle Dynamic Proxy to create proxies of your classes at runtime, you can use your objects just like you used do, and just by calling the AsTrackable() extension method, you get automatic change tracking, and cancellation.

Total Downloads
527.8K
527,782
Published
Jan 28, 2019
Latest stable version

Install

.NET CLI
dotnet add package ChangeTracking --version 2.2.1
Package Manager Console
Install-Package ChangeTracking -Version 2.2.1
PackageReference
<PackageReference Include="ChangeTracking" Version="2.2.1" />

Frameworks

.NETFramework4.5.2 .NETStandard2.0

Dependencies

Castle.Core
.NETFramework4.5.2
[4.2.1, )
Castle.Core
.NETStandard2.0
[4.2.1, )
Microsoft.CSharp
.NETStandard2.0
[4.4.1, )

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

Compatibility metadata lists 2 target frameworks; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.