I noticed that the model import from db does not support many to many imports for EF Core. While there's no single table mapping support, it's certainly possible to use link table mapping for M:M relationships.
Wouldn't that be an option for output generation and support of M:M.
I presume that can be done manually if necessary as long as the model editor can preserve those extra tables when resyncing from the db?
Otherwise what's the best approach you'd suggest with EF Core?
+++ Rick ---