EFCoreAuditing 1.0.3
A package that implements Auditing for Entity Framework Core based DbContexts. It is extensible to allow other logging providers like MongoDB, Azure tables etc. Just inherit AuditingDbContext from your application's DbContext and use the overloaded SaveChange(string userName) instead of the standard SaveChanges().
Install-Package EFCoreAuditing -Version 1.0.3
dotnet add package EFCoreAuditing --version 1.0.3
<PackageReference Include="EFCoreAuditing" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EFCoreAuditing --version 1.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
1.0.3
- Added support for class-level [DoNotAudit] attribute
1.0.2
- Upgraded to netstandard2.0 and EntityFrameworkCore 2.0
Dependencies
-
.NETStandard 2.0
- Microsoft.EntityFrameworkCore.Relational (>= 2.0.0)
- System.Reflection (>= 4.3.0)
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on EFCoreAuditing:
Package | Downloads |
---|---|
EFCoreAuditing.MongoDB
This package is a MongoDB based AuditStoreProvider that extends the EFCoreAuditing NuGet package's functionality.
|
GitHub repositories
This package is not used by any popular GitHub repositories.