Missing Prerequisites: Microsoft.EntityFrameworkCore.Tools

Open Beginner friendly
#3,927 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
62/100
Issue type
Documentation
Clarity
Clearly specified
Activity status
Stale
Tech stack
csharp
Domain
documentation

Research direction

Open entity-framework/core/managing-schemas/scaffolding.md and read the prerequisites alongside the Scaffold-DbContext instructions. Confirm how the page currently presents Microsoft.EntityFrameworkCore.Design, then update the prerequisite guidance to mention Microsoft.EntityFrameworkCore.Tools. Done when the page clearly covers both packages needed for this workflow.

Written by the indexing model from the issue text.

Description

area-tools

[Enter feedback here]
The page mentions under prerequisites that 'nstall-Package Microsoft.EntityFrameworkCore.Design' is needed.
After installing this (via pmc ) and continuing to the 'Scaffold-DbContext ...' step you will get an error.
This error is solved by installing 'Install-Package Microsoft.EntityFrameworkCore.Tools' (via pmc).

A mention of the 'tools' package in the prerequisites might be helpfull so that other users don't encounter this issue.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Dominant language
Mermaid
Stars
1.7k
Forks
2k
Avg merge
7d 23h
Merged PRs (30d)
16

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from dotnet/EntityFramework.Docs

All issues in dotnet/EntityFramework.Docs

Similar issues

More Documentation issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.