Brice Lambson
Brice Lambson
We should add some samples for this page: (similar to [this one](https://github.com/bricelam/Sample-SplitMigrations)) * A two-project solution * App + DbContext * Migrations * A three-project solution * App * DbContext...
@VerdonTrigance These two things contradict each other: * `--project Project.WebAPI` * `.MigrationsAssembly("Project.Migration.Postgre")`
FYI, I started digging into the Handlebars code in [bricelam:seven](https://github.com/TrackableEntities/EntityFrameworkCore.Scaffolding.Handlebars/compare/master...bricelam:EntityFrameworkCore.Scaffolding.Handlebars:seven?w=1). I intend to finish it and send a PR as time allows. /cc @tonysneed
How do you get a SQL script today? I'd put it next to that.
Hmm... You're right, most of the logic for [generating and building the bundle](https://github.com/dotnet/efcore/blob/release/6.0/src/ef/Commands/MigrationsBundleCommand.cs#L37) is in ef.exe (actually a .dll on .NET 6). You could consider shipping that dll as part...
This could definitely use some clarification. The thing I still want to communicate is that these operations will still throw but only when you do them out-of-band for things that...
Indeed. We should change Microsoft.EntityFrameworkCore.Design to Tools in the prerequisites since that will work for both the .NET Core CLI and Visual Studio.
I got the CI passing in https://github.com/ericsink/cb/pull/17!
Is there a roadmap of the outstanding work for 3.0? The community might be a little more proactive in helping get it out the door if there were...
No updates. Today you can use Get-Migration to see which migrations are pending and Script-Migration to see the SQL they'll generate.