EfAudit 1.1.30
dotnet add package EfAudit --version 1.1.30
NuGet\Install-Package EfAudit -Version 1.1.30
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="EfAudit" Version="1.1.30" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EfAudit" Version="1.1.30" />
<PackageReference Include="EfAudit" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add EfAudit --version 1.1.30
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: EfAudit, 1.1.30"
#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.
#:package EfAudit@1.1.30
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=EfAudit&version=1.1.30
#tool nuget:?package=EfAudit&version=1.1.30
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
EfAuditTrail
Entity Framework
AuditTrail solution in your C#
project
Usage (see Sample
directory)
Setup
- Add
EfAudit
to you app's services: https://github.com/saturn72/EfAuditTrail/blob/7342af4b0051866c1387175fc56728ce4f198aac/Sample/Server/Program.cs#L9-L18 - Add
EfAuditInterceptor
to youDbcontext
https://github.com/saturn72/EfAuditTrail/blob/7342af4b0051866c1387175fc56728ce4f198aac/Sample/Server/Program.cs#L19-L27
Define Audit Trail Handler
Audit Trail handler is an object of type Func<IServiceProvider, AuditRecord, CancellationToken, Task>
.
In your code define a handler of the type, and add it to the EfAudit (see Setup ).
Example:
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net6.0
- Microsoft.AspNetCore.Http (>= 2.2.2)
- Microsoft.AspNetCore.Http.Abstractions (>= 2.2.0)
- Microsoft.EntityFrameworkCore (>= 6.0.20)
- Microsoft.Extensions.Configuration.Abstractions (>= 6.0.0)
- Microsoft.Extensions.Hosting.Abstractions (>= 6.0.0)
- Microsoft.Extensions.Identity.Core (>= 6.0.20)
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 |
---|---|---|
1.1.30 | 267 | 7/16/2023 |
1.1.29 | 193 | 7/13/2023 |
1.1.28 | 193 | 7/13/2023 |
1.1.27 | 198 | 7/13/2023 |
1.1.26 | 183 | 7/13/2023 |
1.1.25 | 181 | 7/12/2023 |
1.0.24 | 196 | 7/11/2023 |
1.0.23 | 256 | 7/3/2023 |
1.0.22 | 186 | 7/3/2023 |
1.0.21 | 207 | 7/2/2023 |
1.0.20 | 178 | 7/2/2023 |
1.0.19 | 183 | 7/2/2023 |
1.0.18 | 195 | 7/2/2023 |
1.0.17 | 186 | 7/2/2023 |
1.0.16 | 187 | 7/2/2023 |
1.0.15 | 193 | 7/2/2023 |
1.0.14 | 214 | 6/20/2023 |
1.0.13 | 189 | 6/20/2023 |
1.0.12 | 191 | 6/19/2023 |
1.0.11 | 195 | 6/19/2023 |
1.0.10 | 178 | 6/15/2023 |
1.0.9 | 220 | 6/13/2023 |
1.0.8 | 220 | 5/30/2023 |
1.0.7 | 209 | 5/21/2023 |
1.0.6 | 181 | 5/21/2023 |
1.0.5 | 184 | 5/21/2023 |
1.0.4 | 186 | 5/21/2023 |
1.0.3 | 182 | 5/21/2023 |
1.0.2 | 189 | 5/21/2023 |
1.0.1 | 196 | 5/21/2023 |