We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have installed the tool globally using: dotnet tool install -g dotnet-depends
dotnet tool install -g dotnet-depends
When I try to run it pointed at my .csproj file, I get an error message: No executable found matching command "dotnet-depends"
.csproj
Here's a screenshot of the command line listing the installed tool (globally) and the error:
I have the following installed .NET Core SDK and Runtime versions:
C:\>dotnet --info .NET Core SDK (reflecting any global.json): Version: 2.2.301 Commit:70d6be0814 Runtime Environment: OS Name: Windows OS Version:10.0.18362 OS Platform: Windows RID: win10-x64 Base Path: C:\Program Files\dotnet\sdk\2.2.301\ Host (useful for support): Version: 2.2.6 Commit:7dac9b1b51 .NET Core SDKs installed: 2.1.701 [C:\Program Files\dotnet\sdk] 2.2.301 [C:\Program Files\dotnet\sdk] .NET Core runtimes installed: Microsoft.AspNetCore.All 2.1.12 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.All] Microsoft.AspNetCore.All 2.2.6 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.All] Microsoft.AspNetCore.App 2.1.12 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App] Microsoft.AspNetCore.App 2.2.6 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App] Microsoft.NETCore.App 2.1.12 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App] Microsoft.NETCore.App 2.2.6 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
The text was updated successfully, but these errors were encountered:
Might be similar to https://github.com/dotnet/cli/issues/9396
Sorry, something went wrong.
No branches or pull requests
I have installed the tool globally using:
dotnet tool install -g dotnet-depends
When I try to run it pointed at my
.csproj
file, I get an error message:No executable found matching command "dotnet-depends"
Here's a screenshot of the command line listing the installed tool (globally) and the error:
I have the following installed .NET Core SDK and Runtime versions:
The text was updated successfully, but these errors were encountered: