Skip to content
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

[WebToolsE2E][Aspire] When we hit Ctrl+C to stop running after dotnet watch for Aspire Starter App, we get errors Exited with error code -1 #46095

Open
balachir opened this issue Jan 17, 2025 · 0 comments
Labels
Area-Watch Aspire untriaged Request triage from a team member

Comments

@balachir
Copy link

REGRESSION INFO
Worked-in: SDK 9.0.102 (included in VS 17.12.4)

INSTALL STEPS

  1. Clean machine: Win11 x64 23h2 ENU
  2. Install SDK 9.0.200-preview.0.25057.12 (was included as part of my install of VS 17.13 Preview 3 candidate build, Web workload)
  3. Install Aspire 9 templates
    • dotnet new install Aspire.ProjectTemplates --force

REPRO STEPS

  1. Create app using aspire-starter template and run using dotnet watch

    • Open CMD, create an aspire starter app using following code
      dotnet new aspire-starter -o Aspire9StarterApp02
      cd Aspire9StarterApp02\Aspire9StarterApp02.AppHost
      dotnet watch      
      
  2. Stop running by pressing Ctrl+C

ACTUAL
You get a set of errors printed with error code -1

Image

EXPECTED
Stop running dotnet watch without errors

@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged Request triage from a team member label Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Watch Aspire untriaged Request triage from a team member
Projects
None yet
Development

No branches or pull requests

1 participant