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
// This is a cross-platform version of Path.GetInvalidFileNameChars() that returns the same array of characters regadless of the operating system.
143
+
// We use this method rather than the built-in Path.GetInvalidFileNameChars() because some unit tests were behaving differently on Ubuntu compared to Windows.
0 commit comments