fluentassertions / fluentassertions/fluentassertions.analyzers
IOException when installing NuGet-package via paket
- Dominant language
- C#
- Stars
- 131
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
### Description
When installing the NuGet-package using paket, an IOException is thrown:
```
Paket failed with
-> Error during extraction of D:\projects\...\packages\FluentAssertions.Analyzers\fluentassertions.analyzers.0.11.4.nupkg.
In rare cases a firewall might have blocked the download. Please look into the file and see if it contains text with further information.
-> IOException: Die Datei "D:\projects\...\packages\FluentAssertions.Analyzers\analyzers\dotnet\cs\FluentAssertions.Analyzers.dll" ist bereits vorhanden.
```
### 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
* Which version of Fluent Assertions Analyzers are you using? --> 0.11.4
* Which .NET runtime and version are you targeting? --> .NET Core 2.1
### Additional Information
When inspecting the pacakge I noticed that there are two files with the same name conatined in the same folder.

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.