baseclass / Contrib.Nuget

Extending nuget with nuget packages
MIT License
30 stars 21 forks source link

Installation of package fails, when a file has no file extension #54

Open StarWars999123 opened 6 years ago

StarWars999123 commented 6 years ago

I had a package with an executable and an file called "LICENSE". Packaging worked, but during installation a file access error occured and it was not possible to install Baseclass.Contrib.Nuget. The error message indicated a download error.

However, the package content showed: The file was not a member of the output folder, but a file output existed with the similar size. So it helped to add a file extension and rename the file as License.txt. Since then, the file is a member again and its possible to install the package.

However, it would be great, when your package could support files without file-extensions.

Thank you!