Info
Version: | 1.0.0 |
Author(s): | bilal.fazlani, manura |
Last Update: | Friday, March 3, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/manura/tracker-enabled-dbcontext |
NuGet Url: | https://www.nuget.org/packages/DomainSeparatedTrackerEnabledDbContext |
Install
Install-Package DomainSeparatedTrackerEnabledDbContext
dotnet add package DomainSeparatedTrackerEnabledDbContext
paket add DomainSeparatedTrackerEnabledDbContext
DomainSeparatedTrackerEnabledDbContext Download (Unzip the "nupkg" after downloading)
Dependencies
- EntityFramework(>= 6.1.3)
Tags
Just to avoid installing all the packages and entityframework in our domain project.
Added the TrackerEnabledDbContext.Domain class library and move the SkipTrackingAttribute and TrackChangesAttribute and referenced them from other projects.
All the credit should go to the original project authors and owners.