-
Notifications
You must be signed in to change notification settings - Fork 371
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
Feature request: --no-cache for dotnet new #2874
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
@stefanloerwald we are currently reworking the NuGet integration in scope of #2745 and #2592. For template engine purposes, we decided not to use cache at all for any calls to NuGet by default, so option is not needed. We will close the issue once the feature branch is merged to master. |
The implementation is already in master, closing |
Which version of the dotnet client includes this fix? How do I update it? |
@LechuckThePirate this fix is available from .NET 6 preview 4. You can get it from https://dotnet.microsoft.com/download/dotnet. |
Thanks! I will wait for the final release then... the project can wait for one month. |
Hi, similar to dotnet/sdk#9577, there's currently no way to to force an update to the cache of packages used for
dotnet new
other than to wait. It would be great ifdotnet new
also understood--no-cache
such that the cache can be avoided explicitly.The text was updated successfully, but these errors were encountered: