We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
REGRESSION INFO Worked-in: SDK 9.0.102 (included in VS 17.12.4)
INSTALL STEPS
dotnet new install Aspire.ProjectTemplates --force
REPRO STEPS
Create app using aspire-starter template and run using dotnet watch
dotnet watch
dotnet new aspire-starter -o Aspire9StarterApp02 cd Aspire9StarterApp02\Aspire9StarterApp02.AppHost dotnet watch
Stop running by pressing Ctrl+C
ACTUAL You get a set of errors printed with error code -1
EXPECTED Stop running dotnet watch without errors
The text was updated successfully, but these errors were encountered:
No branches or pull requests
REGRESSION INFO
Worked-in: SDK 9.0.102 (included in VS 17.12.4)
INSTALL STEPS
dotnet new install Aspire.ProjectTemplates --force
REPRO STEPS
Create app using aspire-starter template and run using
dotnet watch
Stop running by pressing Ctrl+C
ACTUAL
You get a set of errors printed with error code -1
EXPECTED
Stop running
dotnet watch
without errorsThe text was updated successfully, but these errors were encountered: