I built a database first .NET 7 and EF Core 7 application and used the EF Power Tools to create the context and model classes. I keep reading about OnConfiguring()
being in the context class. I only have OnModelCreating()
? What did I do wrong?
Thanks, Doug