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
We should re-evaluate usages of Path.GetInvalidFileNameChars() and Path.GetInvalidPathChars() in dotnet/runtime and get rid of them if we believe there's absolutely no value in having them. They could still be kept for compatibility i.e. to avoid changing the exception type thrown.