-
Notifications
You must be signed in to change notification settings - Fork 121
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Version
0.6.8
What happened?
BTW - Thanks for this awesome tool. It's so useful for quick debugging!
I can dotnet tool install the previous version 0.6.7 but attempts to install the latest version 0.6.8 fail. Looks like something got borked in the nuget bundling?
From my linux container:
root@369a944e5e85:/app# dotnet tool install --global CSharpRepl --version 0.6.8
Tool 'csharprepl' 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 'csharprepl' failed to install. Contact the tool author for assistance.From the same container:
root@369a944e5e85:/app# dotnet tool install --global CSharpRepl --version 0.6.7
Tools directory '/root/.dotnet/tools' is not currently on the PATH environment variable.
If you are using bash, you can add it to your profile by running the following command:
cat << \EOF >> ~/.bash_profile
# Add .NET Core SDK tools
export PATH="$PATH:/root/.dotnet/tools"
EOF
You can add it to the current session by running the following command:
export PATH="$PATH:/root/.dotnet/tools"
You can invoke the tool using the following command: csharprepl
Tool 'csharprepl' (version '0.6.7') was successfully installed.Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working