-
Notifications
You must be signed in to change notification settings - Fork 6k
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
[2.0] Missing coverage for "dotnet new --install"? #2315
Comments
IIRC It's an "undocumented feature" being previewed until 2.0. If that's correct, it will become part of the docs when 2.0 ships. cc/ @mlorbetske (will know if I'm lying 😀) |
@guardrex that may be the case. but you are making all your early adopters suffer by hiding such fundamental features. I would much prefer it was documented and marked as "preview" in the doco |
@guardrex is correct. For 2.0, install, uninstall, etc are becoming part of the normal feature set. Previously we considered them to be "experimental" and incomplete (having to reset the whole instance to remove a template for instance). Now that the story is a bit better (no more ::* to install the latest version of a package, uninstall is a thing), we'll document install. /cc @sayedihashimi |
+1 to what @mlorbetske said |
@sayedihashimi Is How to create your own templates for dotnet new still (mostly) valid? That's probably the best "documentation" we have at the moment. |
The issue described here would be covered by the work being done for #2139. correct @guardrex? @sayedihashimi yes, we can. I'll open a new issue to track that work separately. |
@mairaw It should be ... I'll WIP that PR right now so I can get this on there. |
Is this the issue? ... We can track on this one if that's ok with you. |
@mairaw Do you want this in the core/tools area or in the core/tutorials area? Title: Create your own templates for dotnet new |
Closing here and tracking updates for We'll be tracking the new topic for templating on #2405. Thanks again @SimonCropp! |
i cant seem to find the doco for
dotnet new --install
here https://docs.microsoft.com/en-nz/dotnet/core/tools/dotnet-newThe text was updated successfully, but these errors were encountered: