TestableIO / System.IO.Abstractions

Just like System.Web.Abstractions, but for System.IO. Yay for testable IO access!
http://www.nuget.org/packages/System.IO.Abstractions
MIT License
1.53k stars 256 forks source link

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

Closed vbreuss closed 5 months ago

vbreuss commented 5 months ago

Fixes #1125

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

github-actions[bot] commented 5 months ago

This is addressed in release v21.0.22.