ef6

(โ˜… 1,449)

This is the codebase for Entity Framework 6 (previously maintained at https://entityframework.codeplex.com). Entity Framework Core is maintained at https://github.com/dotnet/efcore.

Showing a partial file list โ€” download the zip above to see everything.

  • .CodeQL.yml
  • .gitattributes
  • .gitignore
  • azure-pipelines-public.yml
  • azure-pipelines-release.yml
  • azure-pipelines.yml
  • build.cmd
  • build.sh
  • CODE-OF-CONDUCT.md
  • Directory.Build.props
  • Directory.Build.targets
  • EntityFramework.sln
  • EntityFramework.sln.DotSettings
  • es-metadata.yml
  • github-merge-flow.jsonc
  • global.json
  • LICENSE.txt
  • NuGet.config
  • README.md
  • restore.cmd
  • restore.sh
  • startvs.cmd
  • test.cmd
  • test.sh

๐Ÿš€ Installation Guide

1. Get the code
git clone https://github.com/dotnet/ef6

Downloads the entire project code from GitHub to your computer.

cd ef6

Moves into the project folder you just downloaded.

2. .NET

Medium Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • .NET SDK The SDK required for the dotnet command.
dotnet restore

Downloads the packages the project depends on.

dotnet run

Builds the project and runs it immediately.

โœ… After dotnet run, check the message or address shown in the terminal.
// repository documentation