I am getting This error:
[nuget.org] Unable to load the service index for source https://api.nuget.org/v3/index.json. An error occurred while send
I gave up all solutions provided in Github an SO.
Checking the Manage .NET project and item templates docs I just found out that I can install a package locally.
So if anyone is struggling with this, just download .nupkg
the package from the source and use the following command
dotnet new -i c:\some-folder\some-package.nupkg