-
The scenario in https://github.com/aspnet/EntityFramework/issues/7582 is slow even in desktop app
-
See question in https://github.com/aspnet/EntityFramework/issues/4004 as an example of what we should cover
-
### Describe the bug
Adding client property through admin API, POST api/Clients/{id}/Properties
https://github.com/skoruba/Duende.IdentityServer.Admin/blob/724a318e80f710d13a457088887b94ace24e7dec…
-
### Description
```
var projects = dbContext.Projects
.IncludeOptimized(x => x.Sites)
.FromCache("projects");
//schematic model:
class Projects …
-
Hi there!
When I use FromCache using follow EF instructions, Z throws a error.
## Using
* Z.EntityFramework.Plus.EFCore: 1.4.29
* Microsoft.EntityFrameworkCore.SqlServer: 1.1.0
---
## My c…
-
### Description
Has custom type for enum in postgresql .
Try to perform update this field and receive an exception
### Exception
42804: column "Status" is of type customenumtype but expression i…
-
https://github.com/fissoft/Fissoft.EntityFramework.Fts/blob/0c1dbcfffbc83d77dade4c6cf796d3e2ae21b462/Fissoft.EntityFramework.Fts/FtsInterceptor.cs#L91
-
Any work on EF.Core support ? Perhaps I can assist if nobody has taken it up yet.
I know its not a final, but EF7 has very nice features and I'd like to have bulk insert support :)
Most of the work w…
-
Job Message: Main Message: An item with the same key has already been added.
Main Message Stack Trace: at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
at System.Collections…
-
I m trying to use Npgsql to connect to postgresql database with Entityframework 6.
I have a mapping problem with 'jsonb' data type :
this is sample code :
```
class Program
{
…