EntityFramework-Plus
EntityFramework-Plus copied to clipboard
Entity Framework Plus extends your DbContext with must-haves features: Include Filter, Auditing, Caching, Query Future, Batch Delete, Batch Update, and more
Here is what to include in your request to make sure we implement a solution as quickly as possible. ## 1. Description It seems that EntityType property has been removed...
## 1. Description This code should execute normally, but crashes ```cs using Microsoft.EntityFrameworkCore; using Z.EntityFramework.Plus; using var context = new MyContext(); context.Database.EnsureCreated(); var entity = new Entity { Id =...
Hi, Does the framework currently support TPT inheritance with EF6? I have been getting mapping errors when trying to read data from tables which have TPT inheritance. Does the framework...
## 1. Description How can we make use of the library in the scenario where we want to run tests in parallel, given the test host is global, if we...
## 1. Description I followed the documentation on [Query Future](https://entityframework-plus.net/ef-core-query-future) in order to optimize my pagination queries. However, I am not able to get the desired behavior to work. The...
Here is what to include in your request to make sure we implement a solution as quickly as possible. ## 1. Description I have a situation where in one database...
### Description IncludeOptimizedByPathIssue throw error "Method Microsoft.EntityFrameworkCore.Query.RelationalShapedQueryCompilingExpressionVisitor+ShaperProcessingExpressionVisitor.PopulateCollection: type argument 'System.Collections.Generic.List`1[System.Collections.Generic.List`1[IssueWithAnyAll.Entities.File]]' violates the constraint of type parameter 'TRelatedEntity'." Exact that code perfectly worked for EF 6, but now after upgrading to...
Error when calling DeleteAsync() on a query that uses Sql Server HierarchyId type as a column type
Thanks for the great library, we have just done an upgrade to .Net6 and are seeing the following error. ## 1. Description When calling DeleteAsync() on a query that uses...
When use TemporalTableBetween extension. Datetimes can't converted to datetime2 in sql Exception: Microsoft.Data.SqlClient.SqlException (0x80131904): Conversion failed when converting date and/or time from character string.
## 1. Description An exception is thrown when the AuditEntry table has a trigger. We're using Azure SQL database. ## 2. Exception Microsoft.Data.SqlClient.SqlException (0x80131904): The target table 'AuditEntrySet' of the...