Correct Startup project has been filtered out
See original GitHub issueWe have several projects, 2 are relevant: Domain.csproj Web.csproj
Domain contains the migrations, and the DbContext class. Web contains the startup code.
To add a migration is (from within the domain project):
dotnet ef --startup-project ../web migrations add …
However the ‘Add Migration’ dialog does not present the Web
project as an option.
Startup project list:
Migrations project list:
Issue Analytics
- State:
- Created 2 years ago
- Comments:11 (6 by maintainers)
Top Results From Across the Web
Incorrectly prompting me to update solution filter
Right click the solution->Save As Solution Filter->Switch to Solution Filter. Debug/F5 the project, observe the Solution Filter. Actual results: No prompt pops ...
Read more >Load a subset of projects - Visual Studio (Windows)
In this article. Open a filtered solution; Toggle unloaded project visibility; Load project dependencies; Solution filter files; See also.
Read more >Why is "Set as Startup" option stored in the suo file and not the ...
@Oliver: Right-click Solution -> Set StartUp Projects... -> Multiple startup projects. One-click starts multiple. – Anton. Jul 10, 2013 at 21:20.
Read more >ASP.NET CORE: Error – Unable to start debugging. The ...
Right click on the Visual Studio 2015 Shortcut · Select the Shortcut tab · Click on Advanced · Check the box to “Run...
Read more >How To Filter And Select Startup Ideas - LinkedIn
One of the challenges with ideas is figuring out how to “filter” them. ... Here's an example idea: Some time ago, I had...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@seclerp yes, adding the .Design nuget package worked fine.
Closing this for now, please track #58 for detection logic improvements