Skip to content

.NET Core Global Tools Part 1: Global tools overview, sdk commands, how to use it #4509

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

Closed
JRAlexander opened this issue Feb 27, 2018 · 6 comments
Assignees

Comments

@JRAlexander
Copy link
Contributor

JRAlexander commented Feb 27, 2018

This Part 1 of 3 topics will address the .NET Core Global Tools. .NET Core now has a new deployment and extensibility mechanism for tools. This new experience is very similar to and was inspired by NPM global tools.
Part 1: global tools overview, sdk commands, how to use it - This Topic
Part 2: how to create new global tools - #6016
Part 3: update extensibility topic - #6017

@JRAlexander JRAlexander changed the title [Feature] Build-time Performance [Feature] .NET Core Global Tools Feb 27, 2018
@richlander
Copy link
Member

Here is some starter content: https://github.com/dotnet/core/tree/master/samples/dotnetsay

@mairaw mairaw self-assigned this Feb 28, 2018
@mairaw
Copy link
Contributor

mairaw commented Feb 28, 2018

Cool. I'm meeting with @KathleenDollard tomorrow to discuss this.

It seems that we need to at least:

  • document dotnet install
  • update the extensibility topic to cover global tools
  • perhaps a new how-to or tutorial on creating and installing global tools?

Thoughts?

@KathleenDollard
Copy link
Contributor

Maybe we need an hour :)

@BillWagner BillWagner added this to the 2018 - Quarter 2 milestone Mar 5, 2018
@dasMulli
Copy link
Contributor

dasMulli commented Mar 8, 2018

perhaps a new how-to or tutorial on creating and installing global tools?

Since the topic of copy&pasting from blogs has come up on asp.net, happy to help/allow copying from https://dasmulli.blog/2018/01/23/exploring-global-net-core-tools/ (the blog content is MIT already)

@mairaw
Copy link
Contributor

mairaw commented May 30, 2018

Thanks for the offer @dasMulli. I'll take a look once I'm ready to move to part II which will cover the creation of global tools in a few days.

@mairaw mairaw modified the milestones: 2018 - Quarter 2, Sprint 138 (07/02/2018 - 07/20/2018) Jun 18, 2018
@JRAlexander JRAlexander changed the title [Feature] .NET Core Global Tools .NET Core Global Tools Part 1 Jun 18, 2018
@JRAlexander JRAlexander changed the title .NET Core Global Tools Part 1 .NET Core Global Tools Part 1: Global tools overview, sdk commands, how to use it Jun 18, 2018
@mairaw
Copy link
Contributor

mairaw commented Jun 20, 2018

Fixed with PR #5036

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants
@BillWagner @richlander @JRAlexander @KathleenDollard @dasMulli @mairaw and others