Skip to content

Use dotnet dnx to run dotnet tools used in logging#9035

Draft
JoeRobich wants to merge 4 commits intomainfrom
dev/jorobich/use-dnx
Draft

Use dotnet dnx to run dotnet tools used in logging#9035
JoeRobich wants to merge 4 commits intomainfrom
dev/jorobich/use-dnx

Conversation

@JoeRobich
Copy link
Member

Builds on #9032

@JoeRobich JoeRobich requested a review from a team as a code owner March 2, 2026 17:19
});
}

export async function execFileChildProcess(
Copy link
Member Author

Choose a reason for hiding this comment

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

Added so I could directly run an executable without having to quote the path.

// Step 2: Resolve the dotnet path and let the user customize arguments for each selected tool

// We use the resolved dotnet path instead of relying on an install being available from
// the PATH because the resolved one is guarenteed to support `dotnet dnx` which will allow
Copy link
Member

Choose a reason for hiding this comment

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

ah interesting - is dnx included in the runtime install?

Copy link
Member Author

Choose a reason for hiding this comment

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

No, will need to revisit this when we require a net10.0 SDK.

@JoeRobich JoeRobich marked this pull request as draft March 2, 2026 19:27
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.

2 participants