-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[MSBuild] PathTooLongException #252
Comments
Maybe .NET 4.6.2 solves this problem: http://stackoverflow.com/a/38889598/876814 Can you clone the project, change NSwagStudio or the command line tool to .NET 4.6.2 and enable long path support (https://blogs.msdn.microsoft.com/jeremykuhne/2016/07/30/net-4-6-2-and-long-paths-on-windows-10/)? Then try again... |
Well after changes in .net framework versions: 4.6.2 NSwag && NSwagStudio - DirectoryNotFoundException
4.6 NSwag && NSwagStudio - PathTooLongException
Are you sure MSBuild and VS are supported with this MAX_PATH change?
|
Are you using the recently released .net v4.6.2? |
It's working now with v5 due to changes in #242. |
Really? Why did this solve this issue here? The paths are still too long, or arent they? |
After changes in #242 I don't use |
I think this is just "luck", the problem itself is not solved... But i dont know how easy it is to fix... |
Closing as not seen for a long time... |
I got an issue in msbuild. While NSwag searchs for assemblies the PathTooLongException appears. It's happening only in specific situation but still..
I googled it and found this post.
Is it possible to consider external libs like Delimon.Win32.IO to avoid this problem?
The text was updated successfully, but these errors were encountered: