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

Can we get EF Core added to the [Xamarin.Android Data Access](https://docs.microsoft.com/en-us/xamarin/android/data-cloud/data-access/) and [Xamarin.iOS Data Access](https://docs.microsoft.com/en-us/xamarin/ios/data-cloud/data/) pages?

area-ui-platforms

I keep getting told the project can't be found. Why is the project necessary? The code is contained in the dlls. How do I take my published code as an...

propose-punt
area-migrations
area-tools
punted-for-5.0

This would primarily be: * Best practices (For example, don't run migrations on app startup, generate scripts, etc.) * How to generate scripts * Possibly also how to use ef.exe...

help wanted
propose-punt
punted-for-2.2
area-migrations
punted-for-5.0

We've had a few asks for how to do this using VSTS Build & Release and KUDU

help wanted
propose-punt
area-migrations
area-tools
punted-for-5.0

Several small inconsistencies - Currently there are many PMC commands for which we don't include the dotnet CLI equivalent in the documentation, although it applies - Sometimes we use `PM>`,...

good first issue
area-tools
consider-for-next-release

Something like https://msdn.microsoft.com/en-us/data/dn579398

area-migrations
consider-for-next-release

Page could use additional clarity, examples, and sample code that does the most common thing: distance using geography. Evidence on web of man people struggling through learning this. --- ####...

area-spatial
undocumented-feature

Hi, I was just following this guide. The install of the templates should be `dotnet new --install Microsoft.EntityFrameworkCore.Templates::7.0.0-*` The two -- are missing! :) --- #### Document Details ⚠ *Do...

## File a bug I think I've ran in to something similar as dotnet/efcore#16667 but for version 5.0.11 instead. According to the [instructions](https://docs.microsoft.com/en-us/ef/core/providers/sqlite/spatial) on the sqlite spatial package I should...

area-sqlite
area-spatial

The documentation fails to mention that the migration order matters. Each migration will store the snapshot which is then used by the `dotnet-ef` when a migration needs to be removed....

propose-punt
area-migrations