Open baronfel opened 2 months ago
This is the API that needs to be called in order for NuGet.Protocol to use credential providers:
It's already being called in NuGetPackageDownloader, so I hope it's all good already.
Thanks @zivkan - based on that I've updated this issue to track adding tests to verify our level of support and prevent regressions.
Per @zivkan, there's some additional setup we need to do to configure direct use of feeds like we do in the completion scenarios for 'dotnet add package'. His comments below:
Originally posted by @zivkan in https://github.com/dotnet/sdk/pull/42349#issuecomment-2292422914