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
Hi!
I have 2 Projects in my solution, a .netCore 3.1 Project that refers to my API and another Project in .net Framework 4.8 that contains the EF6 migrations.
When I execute "dotnet ef6 database update" in console I'm getting the error:
"Specify which project file to use because this 'C:\Jenkins***' contains more than one project file"
I tried to add the parameter "-ProjectName" existent in "update-database" but it doesn't work!
There's any way to solve this problem?
Thank you!
The text was updated successfully, but these errors were encountered:
Hi. I don't recognize this error. Does the sample in this repo work if you try dotnet ef6 in it? Does the tool work for you in other projects?
I haven't been able to maintain this library lately, and I haven't tried it on net 4.8, so to be honest the problem could be anything. But I feel it's a scenario you have that it doesn't support.
Hi!
I have 2 Projects in my solution, a .netCore 3.1 Project that refers to my API and another Project in .net Framework 4.8 that contains the EF6 migrations.
When I execute "dotnet ef6 database update" in console I'm getting the error:
"Specify which project file to use because this 'C:\Jenkins***' contains more than one project file"
I tried to add the parameter "-ProjectName" existent in "update-database" but it doesn't work!
There's any way to solve this problem?
Thank you!
The text was updated successfully, but these errors were encountered: