Skip to content

Deduplicate CleanPath helper#25

Merged
Nicolas Rechsteiner (p-26) merged 1 commit into
masterfrom
feature/team-q/NOISSUE-deduplicate-cleanpath
May 26, 2026
Merged

Deduplicate CleanPath helper#25
Nicolas Rechsteiner (p-26) merged 1 commit into
masterfrom
feature/team-q/NOISSUE-deduplicate-cleanpath

Conversation

@p-26
Copy link
Copy Markdown
Contributor

The same path.Replace("\\", "/") helper lived in both CsprojReferencesExtractor and SolutionParser. Extract it to a single internal PathNormalizer.CleanPath and using static it from both call sites so usages stay unchanged.

The same `path.Replace("\\", "/")` helper lived in both
CsprojReferencesExtractor and SolutionParser. Extract it to a single
internal `PathNormalizer.CleanPath` and `using static` it from both
call sites so usages stay unchanged.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@p-26 Nicolas Rechsteiner (p-26) merged commit b3f66d4 into master May 26, 2026
3 checks passed
@p-26 Nicolas Rechsteiner (p-26) deleted the feature/team-q/NOISSUE-deduplicate-cleanpath branch May 26, 2026 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants