Skip to content

Fix roslyn to build with boostrapped build #12500

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 1 commit into from
Oct 25, 2021

Conversation

dseefeld
Copy link

@dseefeld dseefeld commented Oct 23, 2021

Switch roslyn build to build with .slnf file to exclude projects with <Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">. This enables roslyn to be built with a bootstrapped source-built SDK.

Related to dotnet/roslyn#57342

@dseefeld dseefeld requested a review from a team as a code owner October 23, 2021 01:42
@dseefeld dseefeld marked this pull request as draft October 23, 2021 02:57
@dagood
Copy link
Member

dagood commented Oct 23, 2021

Potential alternative: create a stub Microsoft.NET.Sdk.WindowsDesktop and use the SourceBuiltSdkResolver to redirect the projects to it. This could be lower-maintenance than a solution filter.

@dseefeld dseefeld marked this pull request as ready for review October 25, 2021 14:51
Copy link
Member

@eerhardt eerhardt left a comment

Choose a reason for hiding this comment

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

LGTM

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.

5 participants