Skip to content

Use sln format for coreclr and corehost #115935

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

Merged
merged 2 commits into from
May 23, 2025
Merged

Use sln format for coreclr and corehost #115935

merged 2 commits into from
May 23, 2025

Conversation

ViktorHofer
Copy link
Member

@ViktorHofer ViktorHofer commented May 23, 2025

Follow-up on #115818

Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the build script to use the .sln format for both coreclr and corehost instead of the previous .slnx format.

  • Updated help message examples to reflect the new .sln format.
  • Changed conditionals and file path constructions to generate and reference .sln files for both coreclr and corehost.

@@ -59,7 +59,7 @@ function Get-Help() {
Write-Host " [Default: Minimal]"
Write-Host " -vs Open the solution with Visual Studio using the locally acquired SDK."
Write-Host " Path or any project or solution name is accepted."
Write-Host " (Example: -vs Microsoft.CSharp or -vs CoreCLR.slnx)"
Write-Host " (Example: -vs Microsoft.CSharp or -vs CoreCLR.sln)"
Copy link
Preview

Copilot AI May 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ensure that the help message example is consistent with the updated solution file generation logic across the script.

Copilot uses AI. Check for mistakes.

Copy link
Contributor

Tagging subscribers to this area: @hoyosjs
See info in area-owners.md if you want to be subscribed.

@jakobbotsch
Copy link
Member

Thanks for fixing this quickly!

@ViktorHofer
Copy link
Member Author

/ba-g these changes aren't exercised in CI

@ViktorHofer ViktorHofer enabled auto-merge (squash) May 23, 2025 10:30
@ViktorHofer ViktorHofer merged commit 915f129 into main May 23, 2025
14 of 125 checks passed
@ViktorHofer ViktorHofer deleted the ViktorHofer-patch-1 branch May 23, 2025 10:31
SimaTian pushed a commit that referenced this pull request May 27, 2025
* Use sln format for coreclr and corehost

* Update Program.cs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants