EntityFramework.Docs icon indicating copy to clipboard operation
EntityFramework.Docs copied to clipboard

Documentation for Entity Framework Core and Entity Framework 6

Results 271 EntityFramework.Docs issues
Sort by recently updated
recently updated
newest added

See https://github.com/dotnet/efcore/issues/24902 --- #### Document Details ⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* * ID: e638463f-fec2-ca39-37a4-b3580fa874d8 * Version Independent ID: e96b453f-0256-8bc9-bd21-1343f2fe246c *...

area-model-building

In the examples the lambda parameters for UsingEntity's arguments are named `l` for the "configureRight" argument and `r` for the "configureLeft" argument. This is confusing. It should be the other...

area-relationships

We should specifically guide our users to test against a real database via [testcontainers](https://testcontainers.com). This should include a sample application.

area-testing

For issue https://github.com/dotnet/efcore/issues/29916. We should: * Update [the SQL Server page](https://learn.microsoft.com/en-us/ef/core/providers/sql-server/misc#savechanges-database-triggers-and-unsupported-computed-columns) documenting the trigger workaround * Update the [EF 7.0 breaking change note](https://learn.microsoft.com/en-us/ef/core/what-is-new/ef-core-7.0/breaking-changes?tabs=v7#sqlserver-tables-with-triggers) to point users to using the new...

area-save-changes
undocumented-feature

## 1. Samples for both modeling approaches [Section](https://learn.microsoft.com/en-us/ef/core/modeling/relationships/foreign-and-principal-keys) would benefit providing samples both with data annotations and model building API. Currently there is only model building API. Referenced [data annotations](https://learn.microsoft.com/en-us/ef/core/modeling/relationships/mapping-attributes)...

area-relationships

When you run the `dotnet ef` tools, they first call the `dotnet msbuild` tool. My projects require certain parameters to run properly; when I manually call `dotnet build`, I can...

area-tools

This page links to https://aka.ms/efcore-docs-triggers which just redirects to Bing. Nice try, but I'm still not using Bing. --- #### Document Details ⚠ *Do not edit this section. It is...

area-model-building
undocumented-feature

We currently mention only the traditional ASP.NET host builder etc., leading some users to believe that this technique isn't valid for the new WebApplication (#219). We should update this page.

area-context-management

Hi According to the last table on the page, `ClientSetNull` throws an exception, but according to the text right below, `ClientSetNull` is the default. How does it make sense to...

area-model-building

Hello all, I've been working with EF Core using the Code First approach with migrations. As I move towards deploying in a Kubernetes cluster, I've encountered challenges related to handling...

area-migrations