Activity overview
Latest activity by marksnelling
Does SCA support EF Core Code-First Migrations?
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 t...
Does SCA support EF Core Code-First Migrations?
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 t...
Yes that did solve the error I quoted thanks, however the worked example has the command Update-Database -Script -Source $InitialDatabaseThat gives the error below.
<div>Update-Database : A parameter cannot be found that matches parameter name 'Script'.</div><div>At line:1 char:17</div><div>+ Update-Database -Script -Source $InitialDatabase</div><div>+ ~~~~~~~</div><div> + CategoryInfo : InvalidArgument: (:) [Update-Database], ParameterBindingExcep </div><div> tion</div><div> + FullyQualifiedErrorId : NamedParameterNotFound,Update-Database</div> It seems that the Update-Database command is different between EF6 and EF Core / comments
Yes that did solve the error I quoted thanks, however the worked example has the command Update-Database -Script -Source $InitialDatabaseThat gives the error below.
<div>Update-Database : A paramet...
Does SCA support EF Core Code-First Migrations?
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 t...