Arthur Vickers
Arthur Vickers
Note from team triage: really fixing this in 8.0 is not feasible. However, we can throw a better exception message with directions to the workarounds.
While there is some value in doing this at the command line (i.e for cross-plat), that value is diminished by the Power Tools, which seem to be the preferred choice...
@bricelam @smitpatel Is breaking `IDatabaseModelFactory` the way to go here?
Re-opening so we can discuss @bricelam's comments in triage.
@Starkie We discussed this in triage and it seems like a reasonable idea. The only caveat is if it is too slow, but if the command specifically gets just table/schema...
@ErikEJ I believe it is about getting a list, yes. This could potentially be used by tooling to automate more things. I think somebody said that your tooling already does...
@ikuntalb This issue is in the Backlog milestone. This means that it is not going currently scheduled for the next release. We have not finished planning for 5.0, so this...
Note for triage: this is a regression from 6.0. Repro without auto-mapper: ```C# #nullable disable using (var context = new SomeDbContext()) { await context.Database.EnsureDeletedAsync(); await context.Database.EnsureCreatedAsync(); context.AddRange( new Request {...
@softchar No support specific to EF Core is planned.
@softchar In your mind, what would sharding support _in EF_ look like? What would it do?