Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Share InvalidPathChars between PathUtility and RelativePath. #2613

Merged
merged 1 commit into from
May 3, 2018

Conversation

surban
Copy link
Contributor

@surban surban commented Apr 11, 2018

InvalidChars was inconsistent between PathUtility.cs and RelativePath.cs.

This caused DocFx to generate filenames on Linux that were treated as invalid by RelativePath.cs. For example for operator (*) a filename containing a * was generated, but then rejected by RelativePath resulting in an exception.

This is necessary to avoid genarting filenames that are treated as
invalid by RelativePath on Linux.
@superyyrrzz superyyrrzz merged commit e9d6a77 into dotnet:dev May 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants