We are investigating using SCA to help with migrations in our EF Core 2.1 code-first project. The issue leading us to look at SCA is when deploying migrations to the target database using the CLI the dotnet tool needs access to the source code. E.g. https://documentation.red-gate.com/sca3/tutorials/worked-examples/work-with-entity-framework-codefirst-migrations I get errors when issuing the command below saying the command is unrecognised Any help or advice here would be appreciated.
All the examples seem to be for EF6 and if I go through the code-first tutorial at
Comments
1 comment
Add comment
Please sign in to leave a comment.