Tolitech.CleanArchitecture.Infrastructure.Persistence.EntityFrameworkCore
1.0.0-alpha14
This is a prerelease version of Tolitech.CleanArchitecture.Infrastructure.Persistence.EntityFrameworkCore.
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Tolitech.CleanArchitecture.Infrastructure.Persistence.EntityFrameworkCore --version 1.0.0-alpha14
NuGet\Install-Package Tolitech.CleanArchitecture.Infrastructure.Persistence.EntityFrameworkCore -Version 1.0.0-alpha14
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="Tolitech.CleanArchitecture.Infrastructure.Persistence.EntityFrameworkCore" Version="1.0.0-alpha14" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Tolitech.CleanArchitecture.Infrastructure.Persistence.EntityFrameworkCore --version 1.0.0-alpha14
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Tolitech.CleanArchitecture.Infrastructure.Persistence.EntityFrameworkCore, 1.0.0-alpha14"
#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.
// Install Tolitech.CleanArchitecture.Infrastructure.Persistence.EntityFrameworkCore as a Cake Addin #addin nuget:?package=Tolitech.CleanArchitecture.Infrastructure.Persistence.EntityFrameworkCore&version=1.0.0-alpha14&prerelease // Install Tolitech.CleanArchitecture.Infrastructure.Persistence.EntityFrameworkCore as a Cake Tool #tool nuget:?package=Tolitech.CleanArchitecture.Infrastructure.Persistence.EntityFrameworkCore&version=1.0.0-alpha14&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Infrastructure.Persistence.EntityFrameworkCore
Overview
Welcome to the Infrastructure.Persistence.EntityFrameworkCore repository! This repository aims to deliver a robust implementation for the Repository pattern, Unit of Work, and Specification Query Builder using Entity Framework Core within the context of Clean Architecture.
Key Features
Repository Pattern: Provides a set of base classes for implementing the repository pattern, facilitating database interaction and abstraction.
Unit of Work: Implements the Unit of Work pattern, allowing you to group multiple operations into a single transaction.
Specification Query Builder: Offers a flexible and reusable way to build complex queries using the Specification pattern.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- Microsoft.EntityFrameworkCore (>= 8.0.5)
- Microsoft.EntityFrameworkCore.Relational (>= 8.0.5)
- Tolitech.CleanArchitecture.Application (>= 1.0.0-alpha03)
- Tolitech.CleanArchitecture.Domain (>= 1.0.0-alpha09)
- Tolitech.CleanArchitecture.Domain.Specifications (>= 1.0.0-alpha10)
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.0.0-alpha21 | 45 | 10/1/2024 |
1.0.0-alpha20 | 55 | 7/16/2024 |
1.0.0-alpha19 | 49 | 6/25/2024 |
1.0.0-alpha18 | 43 | 6/7/2024 |
1.0.0-alpha17 | 53 | 6/6/2024 |
1.0.0-alpha16 | 55 | 6/2/2024 |
1.0.0-alpha15 | 66 | 5/16/2024 |
1.0.0-alpha14 | 54 | 5/15/2024 |
1.0.0-alpha13 | 59 | 4/18/2024 |
1.0.0-alpha12 | 59 | 2/28/2024 |
1.0.0-alpha11 | 60 | 2/28/2024 |
1.0.0-alpha10 | 52 | 2/28/2024 |
1.0.0-alpha09 | 54 | 2/28/2024 |
1.0.0-alpha08 | 55 | 2/20/2024 |
1.0.0-alpha07 | 56 | 2/18/2024 |
1.0.0-alpha06 | 70 | 1/16/2024 |
1.0.0-alpha05 | 60 | 1/16/2024 |
1.0.0-alpha04 | 62 | 1/12/2024 |
1.0.0-alpha03 | 73 | 12/21/2023 |
1.0.0-alpha02 | 68 | 12/21/2023 |
1.0.0-alpha01 | 95 | 12/5/2023 |
Implementation for a MissingOpenTransactionException.