DomainSeparatedTrackerEnabledDbContext.Domain
1.0.0
dotnet add package DomainSeparatedTrackerEnabledDbContext.Domain --version 1.0.0
NuGet\Install-Package DomainSeparatedTrackerEnabledDbContext.Domain -Version 1.0.0
<PackageReference Include="DomainSeparatedTrackerEnabledDbContext.Domain" Version="1.0.0" />
paket add DomainSeparatedTrackerEnabledDbContext.Domain --version 1.0.0
#r "nuget: DomainSeparatedTrackerEnabledDbContext.Domain, 1.0.0"
// Install DomainSeparatedTrackerEnabledDbContext.Domain as a Cake Addin #addin nuget:?package=DomainSeparatedTrackerEnabledDbContext.Domain&version=1.0.0 // Install DomainSeparatedTrackerEnabledDbContext.Domain as a Cake Tool #tool nuget:?package=DomainSeparatedTrackerEnabledDbContext.Domain&version=1.0.0
This package is forked from https://github.com/bilal-fazlani/tracker-enabled-dbcontext project.
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.
Product | Versions 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. |
This package has no dependencies.
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 |
---|---|---|
1.0.0 | 1,575 | 3/2/2017 |
Added the TrackerEnabledDbContext.Domain class library in the solution.
Refer new library for SkipTrackingAttribute and TrackChangesAttribute