-
We are using EF Core 8.0.6 and observe strange reference assignment when trying to save hierarchy of objects. We have next structure: Entity, Child Entity and CustomAttribute. Entity has multiple Cust…
Uriil updated
2 months ago
-
In the section on Including multiple levels it says "This does not mean you will get redundant joins". Then just below the example it says "Since version 3.0.0, each Include will cause an additional J…
-
What is the difference between NoAction and Restrict? Their descriptions are identical.
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue li…
-
“Entity Framework Core blocks such client evaluation and throws a runtime exception.”
Could you please specify which exception is thrown and details that exception includes?
More details about crit…
-
### Versions
- Node: 20
- OS: Docker Alpine
### Reproduction
Additional Details
Commands:
```JSON
{
"cli": "node ./dist/apps/cli/main",
"cli:dev": "ts-node ./apps/cli/src/…
-
We are starting a very small project, I created all the class library projects (Myproject.BusinessLayer, MyProject.DataAccess) targeting .NET Standard, I was looking at the latest version of project t…
-
This change should allow insert queries such as:
INSERT INTO {TABLE} (c1, c2) VALUES (1, 2)
It should also be compliant with what is needed for entity framework core to do inserts.
Inserting …
Ulimo updated
3 years ago
-
Please amend the code example under "Property bag entity types" to include how instances of a property bag could be added to the context and how they are queried. I spent hours trying to understand ho…
ghost updated
3 years ago
-
Clarify the cases in which you can include multiple levels of related entities using a single include statement.
In the Blogs example, instead of using `.ThenInclude` to include the Author's photo ob…
-