Personix.Persistence.Abstractions
1.2.0
dotnet add package Personix.Persistence.Abstractions --version 1.2.0
NuGet\Install-Package Personix.Persistence.Abstractions -Version 1.2.0
<PackageReference Include="Personix.Persistence.Abstractions" Version="1.2.0" />
<PackageVersion Include="Personix.Persistence.Abstractions" Version="1.2.0" />
<PackageReference Include="Personix.Persistence.Abstractions" />
paket add Personix.Persistence.Abstractions --version 1.2.0
#r "nuget: Personix.Persistence.Abstractions, 1.2.0"
#:package Personix.Persistence.Abstractions@1.2.0
#addin nuget:?package=Personix.Persistence.Abstractions&version=1.2.0
#tool nuget:?package=Personix.Persistence.Abstractions&version=1.2.0
The Unit of Work abstraction on its own, with no storage dependencies. Application code depends on this package to run work inside a transaction, while the infrastructure package supplies the implementation — so the application layer never has to reference Entity Framework.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | 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. net11.0 is compatible. |
-
net10.0
- No dependencies.
-
net11.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Personix.Persistence.Abstractions:
| Package | Downloads |
|---|---|
|
Personix.Persistence
Entity Framework Core and SQLite persistence infrastructure. Registers a pooled DbContext factory with shared cache already configured, supplies a Unit of Work that commits or rolls back around a delegate, and runs migrations at start-up. Optionally encrypts the database file at rest by taking a password, without giving up the current SQLite engine version. |
GitHub repositories
This package is not used by any popular GitHub repositories.
1.2.0 — adds a net11.0 target alongside net10.0. No API change.