EntityCloner.Microsoft.EntityFrameworkCore
6.0.0
Install-Package EntityCloner.Microsoft.EntityFrameworkCore -Version 6.0.0
dotnet add package EntityCloner.Microsoft.EntityFrameworkCore --version 6.0.0
<PackageReference Include="EntityCloner.Microsoft.EntityFrameworkCore" Version="6.0.0" />
paket add EntityCloner.Microsoft.EntityFrameworkCore --version 6.0.0
#r "nuget: EntityCloner.Microsoft.EntityFrameworkCore, 6.0.0"
// Install EntityCloner.Microsoft.EntityFrameworkCore as a Cake Addin
#addin nuget:?package=EntityCloner.Microsoft.EntityFrameworkCore&version=6.0.0
// Install EntityCloner.Microsoft.EntityFrameworkCore as a Cake Tool
#tool nuget:?package=EntityCloner.Microsoft.EntityFrameworkCore&version=6.0.0
Cloning entities using EntityFrameworkCore configuration
Product | Versions |
---|---|
.NET | net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
-
net6.0
- Microsoft.EntityFrameworkCore (>= 6.0.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on EntityCloner.Microsoft.EntityFrameworkCore:
Package | Downloads |
---|---|
DataAccessClient.EntityFrameworkCore.SqlServer
Provides implementation for Data Access with EntityFrameworkCore.SqlServer. It provides implementation for IRepository<T> and DbContext. It also provides extension methods for IServiceCollection to easily adding types to .NET Core DependencyInjection. Is also supports using multiple DbContexts within same IUnitOfWork. |
|
DataAccessClient
Provides interfaces for Data Access with IRepository<T> and IUnitOfWork. Also provides haviorial interfaces for entities like IIdentifiable, ICreatable, IModifiable, ISoftDeletable, ITranslatable, ILocalizable, ITenantScopable and IRowVersioned. Last but not least provides some types for Exceptions and searching capabilities like Filtering,Paging, Sorting and Includes. |
GitHub repositories
This package is not used by any popular GitHub repositories.