When trying to scaffold a existing database from Tools -> EF Core UI -> Scaffold DBContext I'm missing a Option to set the "--force"-Flag so EF Core recreates the Context and Models/Entities.
This would be useful for Projects with Databases that aren't managed by EF Core.
Currently you would have to delete the Context- and Model/Entities-Folders first before you can scaffold
When trying to scaffold a existing database from Tools -> EF Core UI -> Scaffold DBContext I'm missing a Option to set the "--force"-Flag so EF Core recreates the Context and Models/Entities.
This would be useful for Projects with Databases that aren't managed by EF Core.
Currently you would have to delete the Context- and Model/Entities-Folders first before you can scaffold