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
Task Type Bug Report
Category Packages
Status Closed
Assigned To Maxime Gauduin (Alucryd)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
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
Comment by Tomasz Kołosowski (tkolo) - Friday, 09 April 2021, 09:42 GMT
I might also add that tools are available in dotnet-sdk-bin form AUR. It seems all tools are missing in dotnet-sdk package.

Loading...