MockFileSystem.File.Move on Windows and .Net 8 doesn't rename a file name's case #1140
Labels
flag: good-first-issue
Issues that are good for first time contributors
state: ready to pick
Issues that are ready for being worked on
type: bug
Issues that describe misbehaving functionality
Describe the bug
Possibly related to #1138
On Windows and .Net 8,
FileSystem.File.Move
successfully renames a file if the destination has a different case than source whereasMockFileSystem.File.Move
doesn't rename the file.To Reproduce
Steps to reproduce the behavior:
Using
System.IO.Abstractions.TestingHelpers 21.0.29
Actual output
Expected behavior
MockFileSystem.File.Move
should successfully rename the file toSRC.TXT
The text was updated successfully, but these errors were encountered: