<code>Solution
├── BlazorWebProject
├── EFCoreDbProject
</code>
<code>Solution
├── BlazorWebProject
├── EFCoreDbProject
</code>
Solution
├── BlazorWebProject
├── EFCoreDbProject
EF Core DB Project has DBContext and Entities
In the Web Project I select “Add New Scaffold Item”
Second dialog appears asking me to select DB Context
Wizard does not find my DB Context because it is in the other project. How do I tell it to look in the other project?