Skip to content
New issue

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

Make dotnet-svcutil a global tool (Unable to install as dotnet global tool) #3071

Closed
galloglach opened this issue Jul 30, 2018 · 2 comments
Closed
Assignees
Labels
tooling An issues related to any tool shipped from this repo.

Comments

@galloglach
Copy link

I would like to run dotnet-svcutil from the command line without it having to be included as a DotNetCliToolReference element in a csproj file.
Thought it could be installed as a tool, but I get an error when I try dotnet tool install -g dotnet-svcutil.

error NU1212: Invalid project-package combination for dotnet-svcutil 1.0.1. DotnetToolReference project style can only contain references of the DotnetTool type
The tool package could not be restored.
Tool 'dotnet-svcutil' failed to install. This failure may have been caused by:

  • You are attempting to install a preview release and did not use the --version option to specify the version.
  • A package by this name was found, but it was not a .NET Core tool.
  • The required NuGet feed cannot be accessed, perhaps because of an Internet connection problem.
  • You mistyped the name of the tool.
@Lxiamail Lxiamail added the tooling An issues related to any tool shipped from this repo. label Jul 30, 2018
@mlacouture
Copy link
Member

Hi @galloglach
This is currently not supported. I have changed the title to track your request and consider it for the near future.
thanks,

@mlacouture mlacouture self-assigned this Jul 30, 2018
@mlacouture mlacouture added this to the Future milestone Jul 30, 2018
@mlacouture mlacouture changed the title Unable to install as dotnet tool Unable to install as dotnet global tool Aug 20, 2018
@mlacouture mlacouture modified the milestones: Future, S141 Aug 28, 2018
@mlacouture mlacouture changed the title Unable to install as dotnet global tool Make dotnet-svcutil a global tool (Unable to install as dotnet global tool) Sep 11, 2018
@mlacouture mlacouture modified the milestones: S141, S143 Oct 1, 2018
@dasetser dasetser assigned dasetser and unassigned mlacouture Nov 7, 2018
@dasetser dasetser modified the milestones: S143, S145 Nov 7, 2018
@Lxiamail Lxiamail modified the milestones: S145, 3.0 Feb 16, 2019
@dasetser
Copy link
Contributor

This is done as part of the dotnet-svcutil 2.0.0 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tooling An issues related to any tool shipped from this repo.
Projects
No open projects
WCF Core 3.0
  
Done
Development

No branches or pull requests

4 participants