We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running Enable-Migrations with EF 6.3.0 I get the following:
PM> Enable-Migrations Enable-Migrations : Cannot bind argument to parameter 'Path' because it is null. At line:1 char:1 + Enable-Migrations + ~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidData: (:) [Enable-Migrations], ParameterBindingValidationException + FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,Enable-Migrations
Open Package Manager Console in VS 2019 and run Enable-Migrations on a class that has a DbContext with EF 6.3.0
EF version: 6.3.0 Database Provider: EntityFramework.SqlServer Operating system: Windows 10 IDE: VS 2019 16.3.1
The text was updated successfully, but these errors were encountered:
BTW, this is all full framework .NET 4.7.2 projects. Not .NET Core/Standard.
Sorry, something went wrong.
Reverting to 6.2.0 fixes this issue.
Duplicate of #1290
No branches or pull requests
When running Enable-Migrations with EF 6.3.0 I get the following:
Steps to reproduce
Open Package Manager Console in VS 2019 and run Enable-Migrations on a class that has a DbContext with EF 6.3.0
Further technical details
EF version: 6.3.0
Database Provider: EntityFramework.SqlServer
Operating system: Windows 10
IDE: VS 2019 16.3.1
The text was updated successfully, but these errors were encountered: