Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#70371 - [dotnet-sdk] missing dotnet user-secrets tool
Attached to Project:
Community Packages
Opened by Tomasz Kołosowski (tkolo) - Thursday, 08 April 2021, 15:34 GMT
Last edited by Maxime Gauduin (Alucryd) - Thursday, 15 April 2021, 14:03 GMT
Opened by Tomasz Kołosowski (tkolo) - Thursday, 08 April 2021, 15:34 GMT
Last edited by Maxime Gauduin (Alucryd) - Thursday, 15 April 2021, 14:03 GMT
|
DetailsDescription:
command dotnet user-secrets yields following result: $LANG=C dotnet user-secrets Cannot find command 'dotnet user-secrets', run the following command to install dotnet tool install --global dotnet-user-secrets According to Microsoft this tool is built into SDK, latest stable version on nuget is 2.2.0 which is long outdate Additional info: * package version(s) dotnet-sdk 5.0.4.sdk104-1 dotnet-host 5.0.4.sdk104-1 Steps to reproduce: 1. install dotnet-sdk 2. execute dotnet user-secrets init |
This task depends upon
Closed by Maxime Gauduin (Alucryd)
Thursday, 15 April 2021, 14:03 GMT
Reason for closing: Fixed
Additional comments about closing: 5.0.5.sdk202
Thursday, 15 April 2021, 14:03 GMT
Reason for closing: Fixed
Additional comments about closing: 5.0.5.sdk202

I might also add that tools are available in dotnet-sdk-bin form AUR. It seems all tools are missing in dotnet-sdk package.