aspire icon indicating copy to clipboard operation
aspire copied to clipboard

Update VS Code settings to new C#DK Settings

Open JakeRadMSFT opened this issue 1 month ago • 1 comments

Updates VS Code settings to support both legacy and current C# extension solution handling.

Adds dotnet.solution.autoOpen while keeping dotnet.defaultSolution for backward compatibility with stable VS Code versions.

This is needed because Aspire repo isn't compatible with WorkspaceBasedDevelopment yet ...

JakeRadMSFT avatar Nov 13 '25 06:11 JakeRadMSFT

🚀 Dogfood this PR with:

⚠️ WARNING: Do not do this without first carefully reviewing the code of this PR to satisfy yourself it is safe.

curl -fsSL https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 12950

Or

  • Run remotely in PowerShell:
iex "& { $(irm https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 12950"

github-actions[bot] avatar Nov 13 '25 06:11 github-actions[bot]

This is needed because Aspire repo isn't compatible with WorkspaceBasedDevelopment yet

What does this mean?

captainsafia avatar Nov 17 '25 17:11 captainsafia

This is needed because Aspire repo isn't compatible with WorkspaceBasedDevelopment yet

What does this mean?

It has multiple projects with the same name (I think test assets).

JakeRadMSFT avatar Nov 17 '25 23:11 JakeRadMSFT