Microsoft.EntityFrameworkCore.UnitOfWork
1.1.2
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 Microsoft.EntityFrameworkCore.UnitOfWork --version 1.1.2
NuGet\Install-Package Microsoft.EntityFrameworkCore.UnitOfWork -Version 1.1.2
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="Microsoft.EntityFrameworkCore.UnitOfWork" Version="1.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.EntityFrameworkCore.UnitOfWork --version 1.1.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Microsoft.EntityFrameworkCore.UnitOfWork, 1.1.2"
#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 Microsoft.EntityFrameworkCore.UnitOfWork as a Cake Addin #addin nuget:?package=Microsoft.EntityFrameworkCore.UnitOfWork&version=1.1.2 // Install Microsoft.EntityFrameworkCore.UnitOfWork as a Cake Tool #tool nuget:?package=Microsoft.EntityFrameworkCore.UnitOfWork&version=1.1.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
A plugin for Microsoft.EntityFrameworkCore to support repository, unit of work patterns, and multiple database with distributed transaction supported.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Standard | netstandard1.6.1 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 1.6.1
- Microsoft.EntityFrameworkCore (>= 1.1.1)
- Microsoft.EntityFrameworkCore.AutoHistory (>= 1.1.1)
- Microsoft.EntityFrameworkCore.Relational (>= 1.1.1)
- NETStandard.Library (>= 1.6.1)
NuGet packages (24)
Showing the top 5 NuGet packages that depend on Microsoft.EntityFrameworkCore.UnitOfWork:
Package | Downloads |
---|---|
Amelia
Package Description |
|
Relay.Microservices
A microservice framework built for .NET Core |
|
Relay.Microservices.Testing
A microservice testing framework built for .NET Core |
|
Amelia3
Package Description |
|
THONTM.Library
Library for Microservice System |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Microsoft.EntityFrameworkCore.UnitOfWork:
Repository | Stars |
---|---|
LeonKou/NetPro
🌈An enhanced version with clean architecture of asp.netcore,efficiently manage startup,Support for netcore3.1/6.0
|
Version | Downloads | Last updated |
---|---|---|
3.1.0 | 563,296 | 12/13/2019 |
2.1.0 | 363,360 | 9/7/2018 |
2.0.4 | 103,453 | 2/5/2018 |
2.0.3 | 4,611 | 12/26/2017 |
2.0.2 | 4,107 | 11/4/2017 |
2.0.1 | 4,517 | 9/5/2017 |
2.0.0 | 2,503 | 8/15/2017 |
1.1.3 | 3,140 | 5/20/2017 |
1.1.2 | 2,417 | 4/19/2017 |
1.1.1 | 2,312 | 3/12/2017 |
1.1.0 | 2,423 | 12/18/2016 |
1.0.0 | 3,333 | 11/18/2016 |
Support MySQL multiple databases/tables sharding in the same model.