Open WeihanLi opened 1 month ago
Get SSL error when running dotnet tool install -g dotnet-execute --prerelease/dotnet tool update -g dotnet-execute --prerelease, is there an option to suppress the error?
dotnet tool install -g dotnet-execute --prerelease
dotnet tool update -g dotnet-execute --prerelease
Maybe an option likes --insecure ...
--insecure
Looks similar to #44123.
Is your feature request related to a problem? Please describe.
Get SSL error when running
dotnet tool install -g dotnet-execute --prerelease
/dotnet tool update -g dotnet-execute --prerelease
, is there an option to suppress the error?Describe the solution you'd like
Maybe an option likes
--insecure
...