-
Notifications
You must be signed in to change notification settings - Fork 369
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
Possibility to install pre-release templates? #1423
Comments
Thanks for the suggestion @tidyui. TL;DR: unfortunately, this isn't likely to get added soon. Until a supporting feature from NuGet is added, we can't actually do this properly, once it's there though it's technically possible to do. Beyond that, we're looking at ways of making the installation experience better in general - possibly adding more direct coupling between the thing handling the installation request and the command line options that have been specified. There are a few considerations here:
A while back, we started some refactoring of the installer to allow additional installers to handle
Using it for NuGet install could look something like
Or, for a file system based one
This would make the logic for deciding how to install something much more straight forward & allow these install mechanism specific options to feel more natural. The only downside is it'd limit to being able to install only one thing at a time, but maybe that's ok. @seancpeters thoughts? Also, to prepare for the possibility of leveraging the |
Thanks for your detailed answer! From an "end-users" point of view in this matter, here's my five cents, given that I managed to understand everything you wrote :)
All of this however made me think of another question that I've been thinking about since I have a template published myself on NuGet. Is there any easy way to just update all installed templates to the latest version, like Regards |
Just in case anyone needs to know
I hope this is helpful. Seems the issue can be closed? |
I wonder why was my comment deleted? My comment gave a clear example of why this feature would be useful. It's fine not to do it, but the comment I think was still valuable. The comment was to this effect:
|
It would be nice to be able to install pre-release packages as templates like you can with ordinary NuGet-packages. For example
The text was updated successfully, but these errors were encountered: