Skip to content

Couple minor fixes from previous refactors#5895

Open
hoyosjs wants to merge 1 commit into
dotnet:mainfrom
hoyosjs:juhoyosa/minor-fix
Open

Couple minor fixes from previous refactors#5895
hoyosjs wants to merge 1 commit into
dotnet:mainfrom
hoyosjs:juhoyosa/minor-fix

Conversation

@hoyosjs

@hoyosjs hoyosjs commented Jun 22, 2026

Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings June 22, 2026 21:43
@hoyosjs hoyosjs requested a review from a team as a code owner June 22, 2026 21:43

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 applies two small fixes after earlier refactors: one changes the visibility of the shared SOS package layout helper, and the other adjusts how the Windows runtime-install script invokes PowerShell/MSBuild.

Changes:

  • Exposes SOSPackageLayout as a public type (was internal) in SOS.Hosting.
  • Switches eng/installruntimes.cmd from powershell -command "& ..." to powershell -File ... for invoking eng/common/msbuild.ps1.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
src/SOS/SOS.Hosting/SOSPackageLayout.cs Changes SOSPackageLayout from internal to public, impacting API surface/type visibility.
eng/installruntimes.cmd Updates PowerShell invocation style for running InstallRuntimes.proj.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

/// package base directory is the directory of the consuming assembly.
/// </summary>
internal static class SOSPackageLayout
public static class SOSPackageLayout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants