TrackerEnabledDbContext.Common 3.6.0

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

// Install TrackerEnabledDbContext.Common as a Cake Tool
#tool nuget:?package=TrackerEnabledDbContext.Common&version=3.6.0

Common nuget package required for TrackerEnabledDbContext & TrackerEnabledDbContext.Identity

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 (4)

Showing the top 4 NuGet packages that depend on TrackerEnabledDbContext.Common:

Package Downloads
TrackerEnabledDbContext

Use this to extend Entity Framework functionality to store changes in database. This is very useful for auditing purpose. It stores WHO changed WHAT and WHEN. It will let you choose which tables and columns you want to track with the help of attributes. NOTE: TO USE WITH ASP.NET MVC 5 IDENTITY, USE : TrackerEnabledDbContext.Identity Click here to get started : http://bilal-fazlani.blogspot.in/2013/09/adding-log-audit-feature-to-entity.html

TrackerEnabledDbContext.Identity

This is DbContext for use with ASP.Net Identity. It extends Entity Framework functionality to store changes in database. This is very useful for auditing purpose. It stores WHO changed WHAT & WHEN.

IRIMC.DevTools

IRIMC basic and fundamental development tools.

IRIMC.DevTools.DataModel

Tools for developers to develop according to IRIMC standards.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.8.3 75,075 2/16/2020
3.7.0 173,381 12/30/2018
3.6.2-beta 6,217 2/9/2017
3.6.1 151,479 6/26/2016
3.6.0 15,517 5/22/2016
3.5.20-beta 836 5/21/2016
3.5.19-beta 957 3/11/2016
3.5.15-beta 1,173 3/10/2016
3.5.2 37,476 1/25/2016
3.5.1 4,715 1/13/2016
3.5.0 17,414 11/22/2015
3.4.5 11,972 11/9/2015
3.4.0 1,453 11/4/2015
3.3.13 1,297 10/30/2015
3.3.12 3,971 10/29/2015
3.1.0 1,672 10/15/2015
3.0.0-beta 1,004 10/7/2015
1.1.0 14,817 3/26/2015
1.0.0 4,251 11/27/2014

v 3.6
- Fixed bug where application would crash when deleting a soft-deletable object.
- Removing serilog integration ( use events to dump logs manually )

v 3.5.20-beta
Added "ConfigureUsername(Func<string>) method on dbcontext. Once configured, you dont have to specify useraname in all SaveChanges() calls.

v 3.5.15-beta
Added integration with Serilog. An ILogger can now be provided to ITrackerContext. If you decide you ILogger for logging audit logs, you can take advantage of any Serilog sinks, such as MongoDb. ElasticSearch, Seq, etc.

v 3.5.2
Users can now use the event to make changes to log & ENTITY before the log gets saved. This can be useful for scenarios when you have fields like - LastModified or LastModifiedBy.

v 3.5.1
Fixed MySQL compatibility issues

v 3.5
Added an event when log is generated and before it is saved to local database. This event can be used to save log to external datastore instead of local.
https://github.com/bilal-fazlani/tracker-enabled-dbcontext/wiki/Events

v3.4
Added Softdeletable feature
Bug fixes

v3.3
Added Support for Disconnected contexts (for n-tier applications)
Bug fixes,
MInor improvements

v3.1
Fluent API configuration
Bug fixes
Performance improvements
Ability to migrate legacy log data

v.1.1.0
Async Support,
Performance Improvement and Bug Fixes.
--------------------------
v1.0.0
Base version