-
Notifications
You must be signed in to change notification settings - Fork 532
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example of using dotnet watch with Aspire #885
Comments
We intend to update dotnet watch to properly support working with Aspire AppHost projects. I've logged dotnet/sdk#36971 to track this feature. |
Thanks @En3Tho . I'm going to close this as I don't think there's further action but folks can find your example. |
@danmoseley Should there be a tracking issue for dotnet watch support in Aspire? Maybe I've missed it? Or that sdk issue is enough? |
I think the SDK issue will likely cover it but you'd be welcome to open a linked issue here for the scenario if there isn't one. |
This might come in handy for others who are curious how to run projects with dotnet watch enabled. Basically it's a full copy of what
AddProject
does but withExecutableResource
instead ofProjectResource
. I'm not sure this requires a pull request but maybe it is worth being an example in the docs or something like that.The text was updated successfully, but these errors were encountered: