Installing of csharpier fails
- Dominant language
- C#
- Stars
- 3.2k
- Forks
- 1.3k
- PR merge metrics
- PR metrics pending
Description
Hi,
i try to install csharpier. Therefor i entered the following cli command in the cmd window:
dotnet tool install -g csharpier
The command fails with the following message:
`Package source mapping is enabled, but no source was found for the specified package ID: csharpier. For more information, see the package source mapping documentation at https://aka.ms/nuget-package-source-mapping.
`
Since i'm working on a german system the above message is a translation of the original message :
`Die Paketquellzuordnung ist aktiviert, aber unter der angegebenen Paket-ID wurde keine Quelle gefunden: csharpier. Weitere Informationen finden Sie in der Dokumentation zur Paketquellzuordnung unter https://aka.ms/nuget-package-source-mapping.
`
To narrow down the problem i did the following:
1. do a dotnet search for csharpier
I ran dotnet tool search csharpier from within the cmd window and got the following result:
```
Paket-ID Aktuelle Version Autoren Downloads Überprüft
-------------------------------------------------------------------------------------------------
csharpier 1.2.5 CSharpier 11359879
csharpier-config 0.29.2.2 dotnet-csharpier-config 2117
style 1.0.0 Brandon Foss 659
```
2. Try to install dotnetsay
I tried to install dotnetsay and got a message accordingly to the message above
At this point, i assume my dotnet tool installation to be screwed. I would appreciate any hint to narrow down the issue further more or at best solve it at all.
Regards and many thanks in advance...
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.