Open amnabatr1sha opened 1 month ago
[Triage] - Hey @amnabatr1sha thanks for logging the issue. Can you please try this again using a newer version of Aspire from our main branch (it would be one with version 9.0.0-preview5
.) Looks like the version you are using is a bit old and we want to understand if this still repros. THanks!
Verified on Aspire 9.0.0-preview.5.24515.5, this issue still reproduces but it is unstable with the probability of 80% of it occurring.
I have been unable to reproduce this on 9.0.0-preview.5.24515.5. @amnabatr1sha, can you set the environment variable below, do the minimal repro and send over email. Log files should be in %temp%\dcp\logs
DCP_DIAGNOSTICS_LOG_LEVEL=DEBUG
Hi @dbreshears , verified on the Aspire 9.0.0-rc.2.24516.6, this issue still reproduces and sent the log over the email. And this issue only reproduces when the state of Console C# App project shows/changes "Running" not "Finished" in the dashboard.
When this reproduces (which I have only been able to do on the repro machine), we don't seem to be getting an IDE run session terminated, so looks like a timing issue maybe on slower machines. @vijayrkn, @tlmii
I'm trying this out and cannot reproduce either (I'm using the WaitFor playground that has a console app).
This issue doesn't reproduce after putting a loop code for the Console C# project.
I'm able to reproduce this and see at least one, but possibly two causes for it. Will work on some fixes.
REGRESSION INFO: Not repro on Aspire 8.2.1 and Aspire 8.2.0
Clean machine: Win11 x64 23h2 ENU VS Version: VS 17.12 Preview 3.0 [35410.144.d17.12] Aspire Version: 9.0.0-rc.1.24509.13 Apply NuGet Feeds
Repro Steps:
Expect: The "Stop" button switches to "Start" successfully.
Actual: The "Stop" button doesn't switch to "Start" with 'consoleapp2 "Stop" succeeded' message pops up.
More Info: