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
Move `CopyMode` behind `#if NET7_0_OR_GREATER` and gate its call site the same way. This avoids compiling an effectively empty method on older targets and documents that Unix mode preservation is only available once `SetUnixFileMode` exists.
0 commit comments