Info
Version: | 2.2.17 |
Author(s): | Joel Weiss |
Last Update: | Friday, October 18, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/joelweiss/ChangeTracking |
NuGet Url: | https://www.nuget.org/packages/ChangeTracking |
Install
Install-Package ChangeTracking
dotnet add package ChangeTracking
paket add ChangeTracking
ChangeTracking Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Castle.Core(>= 4.2.1)
- Microsoft.CSharp(>= 4.4.1)
- Castle.Core(>= 4.2.1)
Tags
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.