fluentassertions / fluentassertions/fluentassertions.analyzers

IOException when installing NuGet-package via paket

Open
#81 6 comments 0 reactions 0 assignees View on GitHub
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.
![image](https://user-images.githubusercontent.com/8678671/46216664-65eaa580-c340-11e8-9a72-b7746d8e131b.png)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.