AutoClutch.AutoLog
5.0.0
dotnet add package AutoClutch.AutoLog --version 5.0.0
NuGet\Install-Package AutoClutch.AutoLog -Version 5.0.0
<PackageReference Include="AutoClutch.AutoLog" Version="5.0.0" />
paket add AutoClutch.AutoLog --version 5.0.0
#r "nuget: AutoClutch.AutoLog, 5.0.0"
// Install AutoClutch.AutoLog as a Cake Addin #addin nuget:?package=AutoClutch.AutoLog&version=5.0.0 // Install AutoClutch.AutoLog as a Cake Tool #tool nuget:?package=AutoClutch.AutoLog&version=5.0.0
This is the generic logging component for the AutoRepo generic repository.
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. |
-
- AutoClutch.AutoService (>= 5.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
- v5.0.0
- Added initial support for connecting to OData as a context.
- Incldes the linq2rest library to be able to query OData endpoints with LINQ.
- v4.6.0
- Downgraded .net library requirement to 4.5.0 from 4.5.2 to help compatibility.
- Upgraded dependent nuget packages.
- v4.5.1
- Removed unnecessary code.
- Updated references.
- 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.