Top "Entity-framework-core-2.1" questions

Entity Framework Core: Database operation expected to affect 1 row(s) but actually affected 0 row(s)

I am using Sql Server on Linux with EC Core (2.1.0-preview1-final) I am trying to update some data coming …

entity-framework-core-2.1
The seed entity for entity type 'X' cannot be added because the was no value provided for the required property "..ID"

I'm playing wit EF Core 2.1 Preview 2. I have troubles with HasData (Seed) method in OnModelCreating(ModelBuilder modelBuilder) My model is …

c# entity-framework-core entity-framework-core-2.1
Get List of Entity Models in DbContext Entity Framework Core 2.1

I'm trying to find a way to get a List of all of the entity models in my DbContext. For …

c# ef-core-2.1 .net-core-2.1 entity-framework-core-2.1
Scaffold-DbContext (EF Core Tools) throws 'Instance failure' exception

Context Currently I am creating an Extract, Transform and Load (ETL) application written in C# with .NET Core. The target …

.net-core ef-database-first ef-core-2.1 entity-framework-core-2.1 entity-framework-core-migrations
Entity Framework Core: Fail to update Entity with nested value objects

I have an entity that has a value object and this value object has another value object. My issue is …

c# entity-framework-core value-objects entity-framework-core-2.1
Unable to retrieve project metadata. Ensure it's an MSBuild-based .NET Core project

I've been researching a lot online but did not find a proper solution. I was trying to use Entity Framework …

mysql entity-framework asp.net-core-2.0 ef-database-first entity-framework-core-2.1