❔ Need help in EntityFramework core
Hi , I am unable to use entityframework core commands due to a error that is due to a circular dependency in GetEFProjectMetadata . I am using docker as the SQL server for this also I am using Visual Studio Mac for this .
10 Replies
i didn't even know there was a specific SDK for docker compose projects
but that might be confusing it
I don't think it might be a SDK issue as earlier it was working but I don't know why I am getting this docker compose dependency error now .
which packages do you have installed?
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.@ymessiah Sorry for the late reply so I have three packages installed EntityFrameworkCore.SqlServer , EntityFrameworkCore.Tools and LibraryManager.Build
I'd try a fresh install of your .csproject
@ymessiah How do I do that ? I have tried removeing the docker.dcproj itself from the project refrence in csproj file but it gives me the same error .
Should I duplicate the project and then try again ?
create a new project and do the imports from scratch
@ymessiah Ok I will try that
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.