-
Hi,
I have found a third party project [MaikeBing.EntityFrameworkCore.LiteDB](https://github.com/maikebing/EntityFrameworkCore.LiteDB) is a *LiteDB* provider for Entity Framework Core, it is on th…
-
The current EntityFramework Handler does not work with the new EntityFramework 5.0. **No exceptions are raised and no indications are given of any problem**. The handler simply does not work.
Afte…
-
These are the known issues needed to fully support all EntityFramework Core features
* [x] Database collection (#48726)
* [x] pg_catalog.pg_opclass not implemented (#48729)
* [x] pg_catalog.pg_au…
-
ITNOA
-
Issue with EntityFramework6.Npgsql for .net 4.8 framework.
I am trying to import views from postgres env, we are getting error of PrimaryKey not found in views, however primary keys are added in ta…
-
In there a manner to get generated cachekey (based on query and parameters) by FromCache/FromCacheAsync?
I'd like send cache data via api to all other nodes, so when a node execute query, set own c…
-
**Which version of Duende IdentityServer are you using?**
7.0.7
**Which version of .NET are you using?**
8.0.8
**Describe the bug**
We've observed in our logs occasional exceptions being thrown from…
-
Hi,
I just tested your library and I found 1 unwanted behavior.
I'm using attributes **AuditInclude** over class and **AuditExclude** over property.
In case when I change only property with **…
-
We would like to support other ORMs such as Marten (see #291) and MongoDb (https://github.com/json-api-dotnet/JsonApiDotNetCore.MongoDb). In order to do this, EF should not be installed unless the dev…
-
_From @azhozhin on March 17, 2015 8:31_
in Npgsql.EntityFramework\NpgsqlMigrationSqlGenerator.cs code responsible for index name:
```
private void Convert(CreateIndexOperation createIndexOperation)
…