David Fowler
David Fowler
The only option you have today is to use `WithExplicitStart`. Maybe follow this issue https://github.com/dotnet/aspire/issues/303?
Closing in favor of https://github.com/dotnet/aspire/issues/9804
This is a feature request, moving to backlog.
This was a regression, hard to test?
I think this would break debugging. Maybe that's ok in this situation?
You can use dotnet watch on the apphost project today without changing the launch profile.
No it doesnât. Itâs handled specially
Does it detect changes to .cs files?
We're updating dotnet watch to better handle aspire scenarios (it'll make things like razor files work and it'll be more incremental for aspire), hopefully it will fix these problems. Follow...
dotnet watch is being re-designed to work with aspire. That work is happening in 9.0.200 SDK which is not shipping with .NET 9. This has been fixed in that branch....