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

Skip vsix crossgen targets when running design time build #74822

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

dibarbet
Copy link
Member

This should fix the issue where project references would go missing in the IDE when opening Roslyn.sln.

Essentially this target was causing a design time build target called _SplitProjectReferencesByFileExistence to run for all child projects, but not running a pre-requisite target (AssignProjectConfiguration). This resulted in project references being dropped for child projects.

The solution is to not run this target in the design time build - it is only necessary for setup authoring.

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels Aug 20, 2024
@dibarbet dibarbet requested review from tmat and genlu August 20, 2024 19:34
@dibarbet dibarbet marked this pull request as ready for review August 20, 2024 19:38
@dibarbet dibarbet requested a review from a team as a code owner August 20, 2024 19:38
@dibarbet dibarbet merged commit d1ddbc8 into dotnet:main Aug 20, 2024
25 checks passed
@dibarbet dibarbet deleted the fix_design_time_build branch August 20, 2024 20:50
@dotnet-policy-service dotnet-policy-service bot added this to the Next milestone Aug 20, 2024
@CyrusNajmabadi
Copy link
Member

Thank you!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE 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.

3 participants