With a project where the path to the csproj is (including the csproj filename) is greater than 259 char, in VS, if I:
- Create a new project (any, inc class lib) from a template I get:
"Consider reducing the length of the name or location for this solution or project. The system will fail to create nested files that exceed the maximum allowed path length."
- Create the project elsewhere higher up the filesystem, then move, and try to add the project to an existing solution, VS crashes
- Create the project elsewhere higher up the filesystem, then move, and try to open the project, VS doesn't open (fails silently?)
- Create using dotnet new writes the files to the filesystem, but then the projects won't load (see above)
I've tried with both VS (Community) 16.9.0p3 and 16.8.4.
I've tried the long path support reg keys/group policy switches (with reboot), am running W10Pro 20H2 (19042.782)
I thought long paths were supported in NET5/VS/Windows now? This shouldn't be happening should it....?