EFGenericUnitOfWork 1.0.3
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package EFGenericUnitOfWork --version 1.0.3
NuGet\Install-Package EFGenericUnitOfWork -Version 1.0.3
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="EFGenericUnitOfWork" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EFGenericUnitOfWork --version 1.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: EFGenericUnitOfWork, 1.0.3"
#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 EFGenericUnitOfWork as a Cake Addin #addin nuget:?package=EFGenericUnitOfWork&version=1.0.3 // Install EFGenericUnitOfWork as a Cake Tool #tool nuget:?package=EFGenericUnitOfWork&version=1.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Bug Fix
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.Abstractions (>= 8.0.6)
- Microsoft.EntityFrameworkCore.SqlServer (>= 8.0.6)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on EFGenericUnitOfWork:
Package | Downloads |
---|---|
EmfGlobalCaching
A global caching library with support for MediatR, Memory Caching, and Redis Caching, enhancing performance and scalability. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
1.0.19 | 98 | 9/9/2024 | |
1.0.18 | 149 | 7/12/2024 | |
1.0.17 | 82 | 7/11/2024 | |
1.0.16 | 76 | 7/11/2024 | |
1.0.14 | 84 | 7/11/2024 | |
1.0.13 | 85 | 7/11/2024 | |
1.0.12 | 87 | 7/9/2024 | |
1.0.11 | 85 | 7/9/2024 | |
1.0.10 | 92 | 7/6/2024 | |
1.0.9 | 107 | 7/6/2024 | |
1.0.8 | 83 | 7/6/2024 | |
1.0.7 | 87 | 7/6/2024 | |
1.0.6 | 91 | 7/6/2024 | |
1.0.5 | 80 | 7/6/2024 | |
1.0.4 | 100 | 7/2/2024 | |
1.0.3 | 99 | 7/1/2024 | |
1.0.1 | 107 | 7/1/2024 | |
1.0.0 | 99 | 7/1/2024 |
Initial release with support for Entity Framework Core, Repository Pattern, UnitOfWork Pattern, and SoftDelete functionality.