Skip to content

fix: use correct base path in Directory.CreateTempSubdirectory - #1127

Merged
vbreuss merged 3 commits into
mainfrom
topic/use-correct-temp-directory
Jun 22, 2024
Merged

fix: use correct base path in Directory.CreateTempSubdirectory#1127
vbreuss merged 3 commits into
mainfrom
topic/use-correct-temp-directory

Conversation

@vbreuss

Copy link
Copy Markdown
Member

Fixes#1125

Use the Path.GetTempPath from the mock file system when creating a temporary subdirectory in Directory.CreateTempSubdirectory.

@vbreuss
vbreuss enabled auto-merge (squash) June 22, 2024 05:56
@vbreuss
vbreuss merged commit f42d93f into mainJun 22, 2024
@vbreuss
vbreuss deleted the topic/use-correct-temp-directory branch June 22, 2024 06:03
@github-actions

Copy link
Copy Markdown

This is addressed in release v21.0.22.

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

Labels

state: releasedIssues that are released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Multiple temp directories in MockFileSystem

1 participant

@vbreuss