Skip to content

Conversation

@JanProvaznik
Copy link
Member

small refactor

@JanProvaznik JanProvaznik enabled auto-merge (squash) December 19, 2025 15:32
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 refactors the AbsolutePath struct to eliminate code duplication by using the shared FileUtilities.PathComparer instead of maintaining a separate path comparison implementation.

  • Removes the local s_pathComparer field that duplicated case-sensitivity detection logic
  • Replaces all usages with the centralized FileUtilities.PathComparer from the Shared utilities
  • Adds a using statement for Microsoft.Build.Shared namespace

@JanProvaznik
Copy link
Member Author

apparently I failed to test this locally 😶‍🌫️
does not compile because fileutilities is not compiled for framework and the whole Shared file headache #11494

auto-merge was automatically disabled December 19, 2025 15:39

Pull request was closed

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