Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EntityFrameworkCore does not appear to be included in ASP.Net Core as stated in the documentation #4294

Closed
Neutrino-Sunset opened this issue Mar 23, 2023 · 1 comment
Milestone

Comments

@Neutrino-Sunset
Copy link

"If you're building an ASP.NET Core application, you don't need to install the in-memory and SQL Server providers. Those providers are included in current versions of ASP.NET Core, alongside the EF Core runtime."

Is this actually true in any way that's useful? Since if you try to use a DbContext in a new ASP.Net Core 6 Web App the first thing it prompts you to do is install EntityFrameworkCore.


Document Details

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

@ajcvickers
Copy link
Contributor

@Neutrino-Sunset Thanks for pointing this out. I have submitted a PR to fix this: #4295

@ajcvickers ajcvickers added this to the 8.0.0 milestone Mar 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants