EF Core 8 Scaffold-db failing principal name is incorrect
I am creating a new application at work. In the past we have always used reverse poco to generate entity models, this is my first time trying to do it with EF. I am setting up my new data layer and trying to create a db context and the models needed. I am doing this in a class library that is currently a stand alone project. I am using the same connection string that our older application uses (copy pasted into the -Connection section of the below command).
EF Core 8 Scaffold-db failing principal name is incorrect
I am creating a new application at work. In the past we have always used reverse poco to generate entity models, this is my first time trying to do it with EF. I am setting up my new data layer and trying to create a db context and the models needed. I am doing this in a class library that is currently a stand alone project. I am using the same connection string that our older application uses (copy pasted into the -Connection section of the below command).
EF Core 8 Scaffold db failing principle name is incorrect
I am creating a new application at work. In the past we have always used reverse poco to generate entity models, this is my first time trying to do it with EF. I am setting up my new data layer and trying to create a db context and the models needed. I am doing this in a class library that is currently a stand alone project. I am using the same connection string that our older application uses (copy pasted into the -Connection section of the below command).