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

[BUG] Aspire 9 on macOS 15.1 won't launch due to "The JSON-RPC connection with the remote party was lost before the request could complete." #1626

Open
quoctuancqt opened this issue Nov 21, 2024 · 2 comments
Assignees
Labels
area-dotnet-debugging Issues around .NET Debugging with console, ASP.NET, or Aspire bug Something isn't working

Comments

@quoctuancqt
Copy link

quoctuancqt commented Nov 21, 2024

Describe the Issue

This is the same as with this issue dotnet/aspire#6701.

Steps To Reproduce

  1. macOS 15.1
  2. updated aspire templates
  3. dotnet 9.0.1
  4. mkdir aspire-starter-test
  5. cd aspire-starter-test
  6. dotnet new aspire-starter
  7. VS Code with C# DevKit v1.13.9
  8. Right click on .AppHost project and select Debug -> Start New Instance

Expected Behavior

On F5 the AppHost and related projects will start successfully without an error of "The JSON-RPC connection with the remote party was lost before the request could complete."

Environment Information

No response

@quoctuancqt quoctuancqt added the bug Something isn't working label Nov 21, 2024
@WardenGnaw WardenGnaw self-assigned this Nov 21, 2024
@WardenGnaw WardenGnaw added the area-dotnet-debugging Issues around .NET Debugging with console, ASP.NET, or Aspire label Nov 21, 2024
@tmarkovski
Copy link

tmarkovski commented Nov 25, 2024

Running into the same issue. I'm also unable get more details or logs on what's going on.

@quoctuancqt
Copy link
Author

Running into the same issue. I'm also unable get more details or logs on what's going on.

I found a workaround to resolve this problem by installing the latest .Net 8 SDK and Runtime. By the way, I only want to focus on .Net 9 without .Net 8 SDK/Runtime

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-dotnet-debugging Issues around .NET Debugging with console, ASP.NET, or Aspire bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants