You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Test that MockDirectory.CreateDirectory supports windows extended-length paths
Windows paths can have a `\\?\` prefix, the '?' character is not always invalid.
Ref: https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=registry
Refers to #1304
* Make MockDirectory_CreateDirectory_ShouldSupportExtendedLengthPaths pass
Fixes#1304
* Also test that MockDirectory.CreateDirectory with an extended path returns a DirectoryInfo with an extended path
* Make MockFileSystem's File.WriteAllText, File.ReadAllText and Directory.GetFiles support extended length paths too
* Refactor a little
---------
Co-authored-by: Valentin Breuß <[email protected]>
0 commit comments