The Wayback Machine - https://web.archive.org/web/20190528085827/https://github.com/aspnet/EntityFrameworkCore
Skip to content
Entity Framework Core is a lightweight and extensible version of the popular Entity Framework data access technology
Branch: master
Clone or download
smitpatel Query: Enable some tests
NullKeysTest are working for relational
Went down path of enabling GearOfWar (again) but they use TPH so will wait for it to be fixed first.
Latest commit f09dcc8 May 26, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Update CODEOWNERS (#15395) Apr 18, 2019
benchmark Benchmark changes May 11, 2019
eng Update dependencies from https://github.com/dotnet/arcade build 20190… May 27, 2019
samples Update samples to .NET Core 3.0 Mar 5, 2019
src Query: Enable some tests May 28, 2019
test Query: Enable some tests May 28, 2019
tools More API doc updates for internal code Apr 17, 2019
.editorconfig Update .editorconfig Aug 15, 2018
.gitattributes Implement SqliteCommand.Prepare. Jul 21, 2017
.gitignore Build using Arcade Dec 19, 2018
CONTRIBUTING.md Update CONTRIBUTING.md Jul 24, 2018
Directory.Build.props Clean up residual net461 code May 18, 2019
Directory.Build.targets Automate dependency updates to NETStandard 2.1 ref pack (#15792) May 24, 2019
EFCore.Cosmos.sln Update solutions to VS 2019 Feb 6, 2019
EFCore.Cosmos.sln.DotSettings StyleCop and Jetbrains settings improvements Apr 10, 2019
EFCore.Runtime.sln Run Cosmos functional tests during manual and scheduled builds Apr 15, 2019
EFCore.Runtime.sln.DotSettings StyleCop and Jetbrains settings improvements Apr 10, 2019
EFCore.ruleset StyleCop and Jetbrains settings improvements Apr 10, 2019
EFCore.sln Benchmark refresh Mar 12, 2019
EFCore.sln.DotSettings Add Cosmos metadata extensions for conventions May 14, 2019
LICENSE.txt Fix license Mar 22, 2019
Microsoft.Data.Sqlite.sln Update solutions to VS 2019 Feb 6, 2019
Microsoft.Data.Sqlite.sln.DotSettings StyleCop and Jetbrains settings improvements Apr 10, 2019
NuGet.config Build using Arcade Dec 19, 2018
README.md Update README.md May 2, 2019
activate.ps1 Add activate scripts Feb 27, 2019
activate.sh Add activate scripts Feb 27, 2019
azure-pipelines.yml Merge branch 'release/2.2' -> 'master' May 5, 2019
build.cmd Build using Arcade Dec 19, 2018
build.sh Build using Arcade Dec 19, 2018
global.json Update dependencies from https://github.com/dotnet/arcade build 20190… May 27, 2019
restore.cmd Build using Arcade Dec 19, 2018
restore.sh Make some scripts executable Mar 18, 2019
startvs.cmd Update solutions to VS 2019 Feb 6, 2019
test.cmd Build using Arcade Dec 19, 2018
test.sh Make some scripts executable Mar 18, 2019

README.md

Entity Framework Core

Documentation on using EF Core is available at https://docs.microsoft.com/ef/core/.

Build Status

EF Core here, EF6 elsewhere

This project is for Entity Framework Core. Entity Framework 6 is still under active development at https://github.com/aspnet/EntityFramework6.

What is EF Core?

Entity Framework (EF) Core is a lightweight and extensible version of the popular Entity Framework data access technology.

EF Core is an object-relational mapper (O/RM) that enables .NET developers to work with a database using .NET objects. It eliminates the need for most of the data-access code that developers usually need to write.

Weekly status updates

See the weekly status updates issue to keep up-to-date on what is happening in the world of EF Core.

Database Providers

The source for SQL Server, SQLite, and InMemory providers are included in this project. Additional providers are available. For a complete list, see https://docs.microsoft.com/ef/core/providers/. Information about how to use nightly builds can be found here

Provider Package name Stable Nightly (master branch)
SQL Server Microsoft.EntityFrameworkCore.SqlServer NuGet MyGet
SQLite Microsoft.EntityFrameworkCore.SQLite NuGet MyGet
InMemory (for testing) Microsoft.EntityFrameworkCore.InMemory NuGet MyGet

Project Wiki

More details about our project, like our release roadmap, or how to get and build our code, are located in our our project wiki.

Building from source

To run a complete build on command line only, execute build.cmd or build.sh without arguments. This will execute only the part of the build script that downloads and initializes a few required build tools and packages.

See developer documentation for more details.

Code of conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

You can’t perform that action at this time.