Prerequisites
Issue type
Bug report
Description
I observed while trying to repro #55700 that the text between
Installed at /home/codespace/.local/share/dotnetup/dotnet:
aspnet (runtime) 9.0.14
dotnet (runtime) 9.0.14
and
Your shell profile has been updated. Restart your terminal or source your profile to use 'dotnet' directly.
Setup complete!
seemed to take several seconds to appear. This was slow and confusing as I thought dotnetup had crashed, or I thought this was a regression of the telemetry exit delay but it appears to be something else. Obviously at the very least if we're doing something very time-consuming we should communicate that, but I don't think it should really take this long to change the shell profile? It could be file contention in codespaces perhaps but I wouldn't see this as possible for how long it took. We should investigate.
dotnetup version
No response
Prerequisites
Issue type
Bug report
Description
I observed while trying to repro #55700 that the text between
and
seemed to take several seconds to appear. This was slow and confusing as I thought dotnetup had crashed, or I thought this was a regression of the telemetry exit delay but it appears to be something else. Obviously at the very least if we're doing something very time-consuming we should communicate that, but I don't think it should really take this long to change the shell profile? It could be file contention in codespaces perhaps but I wouldn't see this as possible for how long it took. We should investigate.
dotnetup version
No response