No connection string named 'ConnectionString' could be found in the application config file (EF parameterless constructor )
问题 When I create a new Dev Express XAF application using the wizard 20.1.3 for .netcore3.1 the code works fine. I can enable migrations and run a migration without problems. (Or so I thought ... see below) However for certain reasons (my legacy call run-migrations code) I want to provide the connection string location to the constructor When I do this, and try to add a migratiion I get an error The DbContext is set up as using System; using System.Data.Entity; using System.Data.Common; using