-
Notifications
You must be signed in to change notification settings - Fork 58
Added Zip File containing files with characters invalid in Windows #230
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
Conversation
Thanks. I improved the filename and added a clickable link to the original issue. It's probably helpful to document what you have put in this zip:
where ^A == 0x01 through ^_ == 0x31. It looks like you are missing these three: |
@danmoseley on it |
@danmoseley I have added those three characters and committed the changes. I have also tested the newly built zip file with 7zip and SharpZipLib and they both seem to replace all characters with underscores |
|
@Danyy427 I don't know how long it takes for this to insert itself into dotnet/runtime so that when you run the tests there, they see it. However if you want to make progress meantime these instructions might help https://github.com/dotnet/runtime-assets/blob/main/README.md#optional-step-local-testing |
Relates to dotnet/runtime#67201