You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@WillBaldwin My suspicion is you'll need to either put single quotes as well as double quotes around the connection string and/or install Powershell 5. Please see #5376 for details.
Actually, the error here is a little misleading, but will be fixed in preview2.
What is happening: Preview 1 logs the message "Done" to the stderr. PowerShell treats any output to stderr as an "error" and shows the warning, but the "dotnet ef" command actually ran just fine. We fixed this for Preview 2 by logging "Done" to stdout instead. This fix was added in #5542.
Steps to reproduce
The issue
The database schema is reverse engineered as expected.
An unexpected error message is returned with no apparent remedy
Further technical details
EF Core version: 1.0.0-rc2-final
Operating system: Windows 10 Enterprise
Visual Studio version: VS 2015
The text was updated successfully, but these errors were encountered: