(No code for this, result of running dotnet scaffold interactively.
Go through to create controller & views: find.
But my appsettings.json has been modified with a new connection string referencing SQL Server Local DB (as created by the project wizard). But there is already a DefaultConnection connection string referenced by project startup.
Why did scaffolding add this setting that isn't used in a way that is inconsistent in its naming from the project wizard?
(No code for this, result of running
dotnet scaffoldinteractively.Go through to create controller & views: find.
But my
appsettings.jsonhas been modified with a new connection string referencing SQL Server Local DB (as created by the project wizard). But there is already aDefaultConnectionconnection string referenced by project startup.Why did scaffolding add this setting that isn't used in a way that is inconsistent in its naming from the project wizard?