-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
PMC Tools: Exception calling "AddFromFile" #10044
Comments
This made me curious. We would throw above exception when the generated file is essentially null coming out of reveng or add-migration. I am trying different things to achieve that but so far all I got is VS crash. |
I can't repro this. If anyone has a solution that consistently fails with this error, please let us know so we can investigate further. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From VS Feedback:
I just upgraded my solution to .net core 2.0 and also find Entity Framework migrations to be working very inconsistently in the package manager.
I tend to get the following error on "add-migrations"
"add-migration : Exception calling "AddFromFile" with "1" argument(s): "'basePath' cannot be an empty string ("") or start with the null character."
The text was updated successfully, but these errors were encountered: