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

This page only includes how EF Core would configure TPH by default when conventions are relied upon. Information regarding its configuration and customization using the Fluent API is skipped. For...

area-model-building

We should add a walkthrough or something showing what a migrations workflow would look like using the Connected Services commands inside Visual Studio. ![](https://pbs.twimg.com/media/FQzZXomXoAAQKdm?format=png&name=large)

area-migrations
undocumented-feature

According to [28541](https://github.com/dotnet/efcore/issues/28541), pre-convention configuration takes precedence over data annotation. I think this should be stated in the documentation.

[Enter feedback here] This page miss a real important limitation: Raw SQL Queries cannot be used with TPT: https://github.com/dotnet/efcore/issues/23769 tracked here: https://github.com/dotnet/efcore/issues/21627 --- #### Document Details ⚠ *Do not edit...

area-query-raw

## File a bug I discovered while writing unit tests for one of my services that when I persist an 'optional int32' field from a Prototype model thru my DbContext...

area-change-tracking
area-model-building
customer-reported

https://docs.microsoft.com/hr-hr/ef/core/providers/sqlite/limitations#migrations-limitations The initial paragraph and some sections further down seem to ignore that all migrations operations are listed as supported in the summary table. Propose that the paragraphs are deleted....

area-sqlite

Section *Geography polygon rings*: Please correct me if I am wrong. But both [NetTopologySuite](https://nettopologysuite.github.io/NetTopologySuite/) and [Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite) do not produce Polygons with the correct orientation. This was also explicitly mentioned here:...

area-spatial

See https://github.com/dotnet/efcore/issues/28205

type-breaking-change

Via the new suffix-less FromSql/ExecuteSql methods being introduced in #28609, since they're safe from SQL injection.

area-query