-
The unusual use of transactions in the `TransactionBehavior` is a work item mentioned in issue #23 and it should be reviewed. Sadly, there is no activity in the issue. What I am trying to make sense o…
-
When converting a site from EntityFramework Identity, clients submitting old cookies will crash aspnet.identity.mongo. I can't see a way to filter this at a higher level. Can we add a more graceful …
-
This is my environment:
- Microsoft Framework .NET 4.5 (64bit)
- EntityFramework 6 (file version: 6.1.3129.0)
- EntityFramework6.Npgsql 3.1.1.0
- Npgsql 3.1.0 (file vers 3.1.0.20516)
I've a P…
-
Based on feedback at https://github.com/aspnet/EntityFramework/issues/246#issuecomment-134423685.
-
### Description
Batch Update in EF Core with pgsql throw exception `column reference "Id" is ambiguous`
My Code
````
await db.Customers
.Where(x => lstIds.Contains(x.Id))
.UpdateAsync(x => n…
-
The scenario in https://github.com/aspnet/EntityFramework/issues/7582 is slow even in desktop app
-
First of all: thank you for this package, really nice!
I'm using the soft delete filter functionality, but I'm currently stuck on an exception that's being thrown when using the .Update() filter of E…
-
See question in https://github.com/aspnet/EntityFramework/issues/4004 as an example of what we should cover
-
After upgrading to .NET Core 6 (with EFCore 6 update + EntityFramework-plus), I'm now getting the following exception when using the Plus lib:
System.InvalidCastException: Unable to cast object o…
-
Dear Team,
Please add funtion mapper to Z.EntityFramework.Extensions.EFCore (https://dapper-plus.net/map)
Thanks Team