Skip to content

fix: skip extended-length and invalid path tests on .NET Framework#1051

Merged
vbreuss merged 1 commit into
mainfrom
fix/skip-extended-length-path-tests-on-netframework
Jul 11, 2026
Merged

fix: skip extended-length and invalid path tests on .NET Framework#1051
vbreuss merged 1 commit into
mainfrom
fix/skip-extended-length-path-tests-on-netframework

Conversation

@vbreuss

@vbreuss vbreuss commented Jul 11, 2026

Copy link
Copy Markdown
Member

On .NET Framework 'Path.GetFullPath' rejects '?' device paths and throws a culture-dependent exception for invalid paths, so these tests fail unreliably (they turn red once tests are forced to run under the invariant culture). Skip them on .NET Framework; they continue to run and pass on modern targets.

On .NET Framework 'Path.GetFullPath' rejects '\?\' device paths and
throws a culture-dependent exception for invalid paths, so these tests
fail unreliably (they turn red once tests are forced to run under the
invariant culture). Skip them on .NET Framework; they continue to run
and pass on modern targets.
@vbreuss vbreuss self-assigned this Jul 11, 2026
@vbreuss vbreuss added the bug Something isn't working label Jul 11, 2026
@vbreuss vbreuss merged commit ac3d576 into main Jul 11, 2026
8 of 10 checks passed
@vbreuss vbreuss deleted the fix/skip-extended-length-path-tests-on-netframework branch July 11, 2026 09:07
@sonarqubecloud

Copy link
Copy Markdown

@github-actions

Copy link
Copy Markdown

This is addressed in release v7.0.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working state: released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant