NuGet / Home

Repo for NuGet Client issues
Other
1.5k stars 252 forks source link

Opt-out of "HTTPS everywhere" for other scenarios when allowInsecureConnections is set to true #12793

Closed heng-liu closed 1 year ago

heng-liu commented 1 year ago

Check if there is any other scenario we should consider:

heng-liu commented 1 year ago
heng-liu commented 1 year ago

This could be closed as fixed.

baronfel commented 1 year ago

@heng-liu can you verify this behavior with Annie and Daniel from the SDK team when you have a moment? They are working on making .NET tools install without an implicit restore and I don't want to lose the things you've verified here.

heng-liu commented 1 year ago

Thanks @baronfel ! When https://github.com/dotnet/sdk/pull/33835 is merged, there will be no http source warning for dotnet tool install scenario, so we don't have to provide opt-out options in this case.