System.IO.Abstractions
System.IO.Abstractions copied to clipboard
Fixing UNC path GetFullPath when Current Directory is a UNC path
Currently, if you switch current directory in the MockFileSystem to a UNC path, and try to enumerate files, it blows up.
Attempting to fix it, although it feels like a hack.