UnitOfWork icon indicating copy to clipboard operation
UnitOfWork copied to clipboard

A plugin for Microsoft.EntityFrameworkCore to support repository, unit of work patterns, multiple database with distributed transaction supported, and MySQL multiple databases/tables sharding supporte...

Results 37 UnitOfWork issues
Sort by recently updated
recently updated
newest added

![图片](https://user-images.githubusercontent.com/7898334/123394981-499ff400-d5d2-11eb-8ad5-202483fc1925.png)

simple question, is this repo dead?

Whoever is interested in cleaned-up version and merged PRs. Here it is :)

Seems like a lot of nice new features were added since 3.1.0 was published. Would it be possible to get a new version released to Nuget?

Upgrade to .net 7.0 Add Bulk Insert Add Build Delete

SaveChangesAsync(bool ensureAutoHistory = false, params IUnitOfWork[] unitOfWorks) 这个怎么使用? 我这边直接传IIUnitOfWork 报错: TransactionScope必须在同一创建线程上

Add PredicateWrap.cs PredicateBuilder.cs EnumerableExtensionMethod.cs PredicateConcater.cs TestPredicate.cs

recently, in my project, a table in database should splited as many tables, each table has the same data struct, and they are splited by a column data. Now, i...

question

I have a situation, where I insert an entity, and then update it on the same session context. I get following **error**, after calling repo.Update(jobExecution); please help. -------------------------------------------------------------------- _{System.InvalidOperationException: **The...