Skip to content

Conversation

@Youssef1313
Copy link
Member

@rainersigwald When we last discussed this check, you mentioned this was relevant for really old kinds of web projects. I'm guessing it might be safe to accept removing this hack? What do you think?

Copy link
Contributor

Copilot AI left a comment

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 removes legacy support for old-style web projects that lack proper configuration mappings in solution files. The removed code provided a workaround for web projects missing specific configurations (typically Release) by checking if a solution configuration exists and allowing the build to proceed anyway.

  • Simplifies the WouldProjectBuild method by removing a web project-specific code path
  • Makes configuration handling consistent across all project types
  • Removes approximately 15 lines of conditional logic

@rainersigwald
Copy link
Member

We'd have to check with VS to see what the support policy on those projects is.

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