-
Notifications
You must be signed in to change notification settings - Fork 6k
.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
Comments
Here is some starter content: https://github.com/dotnet/core/tree/master/samples/dotnetsay |
Cool. I'm meeting with @KathleenDollard tomorrow to discuss this. It seems that we need to at least:
Thoughts? |
Maybe we need an hour :) |
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) |
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. |
Fixed with PR #5036 |
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
The text was updated successfully, but these errors were encountered: