You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you try running the aspire starter app from Visual Studio, navigatign between phases suffers from several seconds of delay each time.
If only there was a tool that could help you see why things are slow...
For some reason, browser link is taking ~4 seconds before failing, and this is blocking all page transitions. This happens regardless of whether I have browser link enabled or disabled in Visual Studio
This delay is not seen if the app host is started via dotnet run. I also only see this issue on my work machine, not on my personal machine.
Expected Behavior
Page transitions should be quick, not 4+ secs
Steps To Reproduce
Open Visual Studio
Create a new ".Net Aspire Starter app"
Start the project (either with or without debugging)
Navigate to the web app from the aspire dashboard
20250124-1613-17.1284080.mp4
Run the same app with dotnet run and you do not see the slowness.
Exceptions (if any)
No response
.NET Version info
.NET SDK:
Version: 9.0.100
Commit: 59db016f11
Workload version: 9.0.100-manifests.c6f19616
MSBuild version: 17.12.7+5b8665660
Runtime Environment:
OS Name: Windows
OS Version: 10.0.22621
OS Platform: Windows
RID: win-x64
Base Path: C:\Program Files\dotnet\sdk\9.0.100\
.NET workloads installed:
[aspire]
Installation Source: VS 17.12.35514.174
Manifest Version: 8.2.2/8.0.100
Manifest Path: C:\Program Files\dotnet\sdk-manifests\8.0.100\microsoft.net.sdk.aspire\8.2.2\WorkloadManifest.json
Install Type: Msi
Configured to use loose manifests when installing new manifests.
Host:
Version: 9.0.0
Architecture: x64
Commit: 9d5a6a9aa4
.NET SDKs installed:
6.0.428 [C:\Program Files\dotnet\sdk]
8.0.405 [C:\Program Files\dotnet\sdk]
9.0.100 [C:\Program Files\dotnet\sdk]
.NET runtimes installed:
Microsoft.AspNetCore.App 6.0.36 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 7.0.7 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 7.0.20 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 8.0.11 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 8.0.12 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 9.0.0 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.NETCore.App 6.0.36 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 7.0.20 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 8.0.11 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 8.0.12 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 9.0.0 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.WindowsDesktop.App 6.0.36 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 7.0.20 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 8.0.11 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 8.0.12 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 9.0.0 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Other architectures found:
x86 [C:\Program Files (x86)\dotnet]
registered at [HKLM\SOFTWARE\dotnet\Setup\InstalledVersions\x86\InstallLocation]
Environment variables:
Not set
global.json file:
Not found
Learn more:
https://aka.ms/dotnet/info
Download .NET:
https://aka.ms/dotnet/download
Anything else?
I'm using the starter app to onboard and teach people about aspire, and having them see these slow downs very early on in the demos does not make a good impression for Aspire.
Version 17.12.1
<Sdk Name="Aspire.AppHost.Sdk" Version="9.0.0" />
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Describe the bug
If you try running the aspire starter app from Visual Studio, navigatign between phases suffers from several seconds of delay each time.
If only there was a tool that could help you see why things are slow...
For some reason, browser link is taking ~4 seconds before failing, and this is blocking all page transitions. This happens regardless of whether I have browser link enabled or disabled in Visual Studio
This delay is not seen if the app host is started via
dotnet run
. I also only see this issue on my work machine, not on my personal machine.Expected Behavior
Page transitions should be quick, not 4+ secs
Steps To Reproduce
20250124-1613-17.1284080.mp4
Run the same app with
dotnet run
and you do not see the slowness.Exceptions (if any)
No response
.NET Version info
Anything else?
I'm using the starter app to onboard and teach people about aspire, and having them see these slow downs very early on in the demos does not make a good impression for Aspire.
Version 17.12.1
The text was updated successfully, but these errors were encountered: