mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
With the built-in support for long paths in .NET 6.0, we no longer need to check for the registry key. The only limitation that remains is maxSegmentLength, which seems to be 255 on all commonly used file systems/all platforms. Also there is no need to differentiate between Windows and other platforms. - Windows Explorer in Windows 10 seems to be fine with files generated by ILSpy that have names longer than 260 characters. - Notepad++ and other applications seem to use 8.3 path syntax to access the file. - Visual Studio 2022 does not like the long path names, affected users should raise an issue with MS. ILSpy generates proper paths.pull/2726/head
2 changed files with 2 additions and 35 deletions
Loading…
Reference in new issue