馃敟 Error while installing aspirate tool on Ubuntu
I wanted to setup aspirate on Ubuntu 22.04. but I've got some errors.
馃攳 Steps to Reproduce the Bug
- Install dotnet on Ubuntu 22.04
sudo apt-get update && sudo apt-get install -y dotnet-sdk-8.0
so this is the output of the dotnet --version command:
8.0.410
- Install dotnet aspirate tool using following command:
sudo dotnet tool install -g aspirate
- Bingo here is the error message:
Tool 'aspirate' failed to update due to the following:
The settings file in the tool's NuGet package is invalid: Settings file 'DotnetToolSettings.xml' was not found in the package.
Tool 'aspirate' failed to install. Contact the tool author for assistance.
馃Н Possible Solution
I think the problem is on the tool's build process. you should include this file in the build process.
馃敟 Error while installing aspirate tool on Ubuntu
I wanted to setup aspirate on Ubuntu 22.04. but I've got some errors.
馃攳 Steps to Reproduce the Bug
sudo apt-get update && sudo apt-get install -y dotnet-sdk-8.0so this is the output of the
dotnet --versioncommand:sudo dotnet tool install -g aspirate馃Н Possible Solution
I think the problem is on the tool's build process. you should include this file in the build process.