Wolfgang.AuditTrail.Abstractions
0.2.0
Prefix Reserved
dotnet add package Wolfgang.AuditTrail.Abstractions --version 0.2.0
NuGet\Install-Package Wolfgang.AuditTrail.Abstractions -Version 0.2.0
<PackageReference Include="Wolfgang.AuditTrail.Abstractions" Version="0.2.0" />
<PackageVersion Include="Wolfgang.AuditTrail.Abstractions" Version="0.2.0" />
<PackageReference Include="Wolfgang.AuditTrail.Abstractions" />
paket add Wolfgang.AuditTrail.Abstractions --version 0.2.0
#r "nuget: Wolfgang.AuditTrail.Abstractions, 0.2.0"
#:package Wolfgang.AuditTrail.Abstractions@0.2.0
#addin nuget:?package=Wolfgang.AuditTrail.Abstractions&version=0.2.0
#tool nuget:?package=Wolfgang.AuditTrail.Abstractions&version=0.2.0
Wolfgang.AuditTrail.Abstractions
Shared contracts for the Wolfgang.AuditTrail.* family of EF audit/change-tracking libraries.
Contains the interfaces, attributes, and entity types consumed by Wolfgang.AuditTrail.EntityFrameworkCore (and the future Wolfgang.AuditTrail.EFLegacy). No EF Core dependency — pure POCOs and interfaces.
See the project README for the full picture.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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 is compatible. 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 is compatible. 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. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- System.Memory (>= 4.6.3)
-
net10.0
- No dependencies.
-
net8.0
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Wolfgang.AuditTrail.Abstractions:
| Package | Downloads |
|---|---|
|
Wolfgang.AuditTrail.TestKit.Xunit
Shipped xunit contract-test bases for the Wolfgang.AuditTrail family. AuditValueSerializerContractTests<TSut> uses FsCheck.Xunit property-based testing plus explicit boundary theories to verify any IAuditValueSerializer implementation round-trips every supported CLR type. Each new serializer (binary, hybrid, custom) inherits the suite and provides CreateSut(). |
|
|
Wolfgang.AuditTrail.EntityFrameworkCore
EF Core audit/change-tracking library. Intercepts SaveChanges, captures every Insert/Update/Delete via ChangeTracker, and writes audit rows to a header/detail table pair inside the same transaction as the user's save. Configurable schema, pluggable value and entity-key serializers, opt-out via [NotAudited]. |
GitHub repositories
This package is not used by any popular GitHub repositories.