fix: Make MockDirectory.Exists behavior with forward slash on Windows consistent with actual file system#1245
Merged
vbreuss merged 4 commits intoTestableIO:mainfrom Mar 13, 2025
Conversation
a049751 to
377312f
Compare
Contributor
Author
|
Not sure why SonarQube wouldn't detect the project for my PR specifically in contrast with all the other ones within the past couple weeks. Looking into how the GHA integration works now. Error: ERROR: Error during SonarScanner execution
10:42:06 [ERR] ERROR: Error during SonarScanner execution
Error: ERROR: Project not found. Please check the 'sonar.projectKey' and 'sonar.organization' properties, the 'SONAR_TOKEN' environment variable, or contact the project administrator to check the permissions of the user the token belongs to
10:42:06 [ERR] ERROR: Project not found. Please check the 'sonar.projectKey' and 'sonar.organization' properties, the 'SONAR_TOKEN' environment variable, or contact the project administrator to check the permissions of the user the token belongs to
Error: ERROR:
10:42:06 [ERR] ERROR:
Error: The SonarScanner did not complete successfully
10:42:07 [ERR] The SonarScanner did not complete successfully
Error: 10:42:07.076 Post-processing failed. Exit code: 1
10:42:07 [ERR] 10:42:07.076 Post-processing failed. Exit code: 1
Error: Target "CodeAnalysisEnd" has thrown an exception |
…ont slash on Windows consistent with actual file system
377312f to
43c63b2
Compare
Member
The issue seems to be a bit more complicated, as in Github Actions secrets are not provided to workflow runs from forks. I have to check how I can work around this limitation... Update: For the time being I deactivated SonarCloud analysis on external PRs. |
|
This is addressed in release v22.0.12. |
This was referenced Aug 1, 2025
This was referenced Aug 11, 2025
This was referenced Aug 19, 2025
This was referenced Sep 1, 2025
This was referenced Sep 8, 2025
Closed
Bump TestableIO.System.IO.Abstractions.Wrappers from 22.0.11 to 22.0.16
maxisoft-gaming/WowAHaha#120
Open
This was referenced Oct 20, 2025
This was referenced Nov 9, 2025
This was referenced Dec 9, 2025
This was referenced Dec 22, 2025
This was referenced Dec 29, 2025
This was referenced Jan 11, 2026
This was referenced Feb 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixes #1244
Changes
MockDirectory.ExistsMockDirectory,MockDirectoryInfo,FileSystem.Directory