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/13947 Compare with owned types

undocumented-feature

The overload for HasDbFunction that is used does not seem to exist any longer, not sure if it's for an older version of EF Core (I'm on 7.0.5) I had...

area-query

I'm looking for information on the various parameters/flags that I can use in the commands. The descriptions for commands that correspond to actions like "Remove a migration" are very anemic...

area-tools
consider-for-next-release

The Package Manager Console steps for creating the database fail on UWP projects. The Add-Migration command asks the user to follow a link which is UWP specific, but that page...

propose-punt
area-getting-started

The coment below was machine-translated @MiyamuraMiyako commented on [Fri Nov 29 2019](https://github.com/aspnet/EntityFramework.Docs.zh-cn/issues/61) For example, I have MySqlDbContext and SqlServerDbContext. How does the runtime obtain the current active migration set to...

area-migrations

While this page describes the different files involved in an EF Core migration, it could be clearer about each of their roles. For example, what is the difference between the...

area-migrations

This is not enough: protected override void OnConfiguring(DbContextOptionsBuilder options) => options.UseSqlite("Data Source=blogging.db"); This is better: protected override void OnConfiguring(DbContextOptionsBuilder options) => options.UseSqlite("Data Source=D:\\Test\\blogging.db");

propose-punt
propose-close
area-getting-started
punted-for-5.0

As part of my deployment processes, I want to validate that the database has been migrated before I start the app. To do this, I need to know if there...

area-migrations
consider-for-next-release

This is a practice that emerged when the NuGet team they was using migrations to evolve the schema of the database back-end for NuGet.org. In @anurse's words: > Basically, we...

area-migrations
consider-for-next-release

Original issue: 1- I think some details about what is supported and what is not instead of "many common scenarios" would be useful or at least a link to issues...

area-query
consider-for-next-release