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

Ensure we deploy the build hosts in Roslyn.VisualStudio.Setup #76747

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jasonmalinowski
Copy link
Member

Without this, Microsoft.CodeAnalysis.Workspaces.MSBuild.dll itself is deployed, but will fail to work since it can't find any build hosts deployed alongside the DLL.

Fixes #73854

Without this, Microsoft.CodeAnalysis.Workspaces.MSBuild.dll itself is
deployed, but will fail to work since it can't find any build hosts
deployed alongside the DLL.

Fixes dotnet#73854
@jasonmalinowski jasonmalinowski self-assigned this Jan 14, 2025
@jasonmalinowski jasonmalinowski requested a review from a team as a code owner January 14, 2025 21:24
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Infrastructure untriaged Issues and PRs which have not yet been triaged by a lead labels Jan 14, 2025
The number of users this could help is very, very tiny, and the number
of ways it could cause further problems is much, much higher.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Infrastructure untriaged Issues and PRs which have not yet been triaged by a lead
Projects
None yet
Development

Successfully merging this pull request may close these issues.

VS 2022 can't find .NET Framework build host after update
3 participants