AutoClutch.AutoLog
4.4.0
See the version list below for details.
dotnet add package AutoClutch.AutoLog --version 4.4.0
NuGet\Install-Package AutoClutch.AutoLog -Version 4.4.0
<PackageReference Include="AutoClutch.AutoLog" Version="4.4.0" />
paket add AutoClutch.AutoLog --version 4.4.0
#r "nuget: AutoClutch.AutoLog, 4.4.0"
// Install AutoClutch.AutoLog as a Cake Addin #addin nuget:?package=AutoClutch.AutoLog&version=4.4.0 // Install AutoClutch.AutoLog as a Cake Tool #tool nuget:?package=AutoClutch.AutoLog&version=4.4.0
This is the generic logging component for the AutoRepo generic repository.
Product | Versions 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. |
-
- AutoClutch.AutoService (>= 4.4.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
- 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.