-
-
Notifications
You must be signed in to change notification settings - Fork 22
IOException when installing NuGet-package via paket #81
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
does packet execute the tool/install.ps1 script and then fail? |
As far as I can see when I run Bit this looks correct after reading those Issues: |
looks like this error is out of the scope of this project |
I don't think so, @Meir017 |
@patrickweegen, Do you have an example of an Analyzers nuget package that can be installed using packet? |
I have successfully installed the FakeItEasy.Analyzer.Csharp. |
Description
When installing the NuGet-package using paket, an IOException is thrown:
Expected behavior:
The package should be installed like using any other package manager
Actual behavior:
An IOException (see above) is thrown and the package cannot be installed.
Versions
Additional Information
When inspecting the pacakge I noticed that there are two files with the same name conatined in the same folder.

The text was updated successfully, but these errors were encountered: