AutoClutch.AutoLog 4.5.0

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

// Install AutoClutch.AutoLog as a Cake Tool
#tool nuget:?package=AutoClutch.AutoLog&version=4.5.0

This is the generic logging component for the AutoRepo generic repository.

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  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

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
5.0.0 843 12/6/2018
4.6.0 985 5/9/2018
4.5.1 1,025 2/6/2017
4.5.0 986 1/5/2017
4.4.0 962 10/3/2016

- v4.5
- Separated core logic into separate module.

- v4.4
- Updated dll property level versioning information.
- Fixed integration tests not passing because of incorrect context used.
- Upgraded context configuration level handling.
- Upgraded Tracker Enabled Context.

- v4.1
- Standardized the namespace naming convention.

- v3.12
- Some bug fixes.
- All TrackerEnabledDbContext tests are passing.

- v3.10
- Added the ability to use the TrackerEnabledDbContext soft delete feature.

- v3.9
- Instead of throwing an exception when a validation error occurs, add the error to our publicly available error list and return null for Add and Update methods.
- v3.6
- Added public level properties to enable or disable lazy loading and enable or disable proxy creation.

- v3.5
- Added new experimental method Queryable().
- Bug fix for proxyCreation and lazyLoadingEnabled settings in Get() method.

- v3.4
- Added autoDetectChangesEnabled to the parameter list for many of the methods.  This allows an inherited class the ability to tell entity framework whether or not to track the changes in the entity.
- Added EntityAuditLog method to get the history for the entity from the audit library.

- v3.3
- Added tracker-enabled-dbcontext (https://bilal-fazlani.github.io/tracker-enabled-dbcontext), (https://github.com/bilal-fazlani/tracker-enabled-dbcontext) for data audit tracking.
- Added the Linq.Dynamic string query feature to be able to query and orderby based on strings.
- Added the ability to specify if you want lazy loading and/or proxy creation on almost all repository methods.