-
Notifications
You must be signed in to change notification settings - Fork 39
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
WaitForCompletion not working as (I) expected with SQL Projects #373
Comments
So Could a test be written to demonstrate this behaviour, it'd be easier to debug, as you'll likely have to debug this method to figure out why it's thinking it's "done" when it's not: https://github.com/dotnet/aspire/blob/main/src/Aspire.Hosting/ApplicationModel/ResourceNotificationService.cs#L186-L229 |
Correct, until wfSqlProject is "Finished" |
@ErikEJ Do you see anything in the logs for the |
@jmezach It goes to publishing right away:
|
Yes, well spotted! |
@jmezach PR coming up! |
Describe the bug
I have 2 SQL projects, where one has references to the other, and the other therefore must be present in order for deployment to complete.
But both projects start "publishing" right away, not waiting for each other
@jmezach FYI
Regression
No response
Steps to reproduce
Expected behavior
I was naively expecting WaitForCompletion to work in this scenario.
Screenshots
No response
IDE and version
VS 2022
IDE version
17.12.3
Nuget packages
Additional context
No response
Help us help you
Yes, but only if others can assist
The text was updated successfully, but these errors were encountered: