Is your feature request related to a problem? Please describe.
Long paths in windows >260characters cause issues. The underlying System.IO.File use Win32 APIs that fail to handle >260 cahracters properly.
Describe the solution you'd like
Theres a LongPaths repo that implements long file path support: (https://github.com/peteraritchie/LongPath/)
I'm proposing a merge of that code into the standard IFileSystem implementation or as an alternative IFileSystem implementation.
Describe alternatives you've considered
(https://github.com/peteraritchie/LongPath/)
Additional context
Add any other context or screenshots about the feature request here. I would possibly be the one to submit a pullrequest merging this in.
Is your feature request related to a problem? Please describe.
Long paths in windows >260characters cause issues. The underlying System.IO.File use Win32 APIs that fail to handle >260 cahracters properly.
Describe the solution you'd like
Theres a LongPaths repo that implements long file path support: (https://github.com/peteraritchie/LongPath/)
I'm proposing a merge of that code into the standard IFileSystem implementation or as an alternative IFileSystem implementation.
Describe alternatives you've considered
(https://github.com/peteraritchie/LongPath/)
Additional context
Add any other context or screenshots about the feature request here. I would possibly be the one to submit a pullrequest merging this in.