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
Avoid double directory separators when constructing output paths by trimming any trailing Path.DirectorySeparatorChar from the full path before appending a single separator. Updated fullOutputDir, parallelFullOutputDir, and asyncFullOutputDir to use Path.GetFullPath(...).TrimEnd(Path.DirectorySeparatorChar) + Path.DirectorySeparatorChar to ensure consistent path formatting and prevent duplicate separators.
0 commit comments