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
See #19710. NetFX behavior is that you can use Directory
to move files. This was broken trying to match other legacy
behavior in dotnet#17913. Tested on NetFX and CoreFX.
* Fix using Directory to move files
See #19710. NetFX behavior is that you can use Directory
to move files. This was broken trying to match other legacy
behavior in #17913. Tested on NetFX and CoreFX.
* Fix check for Unix
Unix impl doesn't tolerate a trailing separator. Public api
explicitly checks for this.
* More fixes and tests
Unix won't move the file with a trailing slash. Add more tests
for different combinations of trailing slashes. Validated against
NetFX.
* Attempt to get MoveDirectory further aligned
Trying to handle trailing separator on a source file cases
in the same way as Windows.
* Extend tests, move Unix condition
* Another tweak and more tests
* Fix comment
The following works fine with net45 and netcoreapp1.0, throws a
DirectoryNotFoundException
with 2.0.The text was updated successfully, but these errors were encountered: