We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 325fbc3 commit 8d6cb90Copy full SHA for 8d6cb90
src/Smdn.Fundamental.FileSystem/Smdn.IO/PathUtils.cs
@@ -174,7 +174,7 @@ public static string RenameUnique(string file)
174
now.ToFileTime(),
175
now.Millisecond,
176
System.Diagnostics.Process.GetCurrentProcess().Id,
177
- System.Threading.Thread.CurrentThread.ManagedThreadId,
+ Environment.CurrentManagedThreadId,
178
index,
179
extension
180
)
0 commit comments