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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I was looking through the code and I do not see an FSync command (flush) issued in the System.IO.File.Move function.
https://github.com/dotnet/runtime/blob/main/src/libraries/System.Private.CoreLib/src/System/IO/File.cs#L877
Any thoughts on this? This seems to me like it could lead to data loss on unix systems if something unexpected happens, e.g. power loss
Beta Was this translation helpful? Give feedback.
All reactions