NU issues - fancyfsz/FancyWiki GitHub Wiki

NU5123
The file 'Your-long-path-file' path, name, or both are too long. Your package might not work without long file path support. Please shorten the file path or file name.
Solution
Please confirm that all files path locates in <package_id>//target_file_path is no more than 200 characters, target_file_path here means the attribute target definition in nuspec file.

Squirrel --releasify YourPackageName.YourPackageVersion.nupkg --releaseDir=YourSpecifiedDir
System.ArgumentException: Part URI is not valid per rules defined in the Open Packaging Conventions specification.
Solution
This error means some paths exist problem, if you use squirrel for unity game windows installer. That's because Resource/unity default resources(As it exists spaces) file.Rename it to unity_default_resources and apply a renaming solution after releasify is complete.

⚠️ **GitHub.com Fallback** ⚠️