NuGet/Home

NuGet plugin credential providers window is still visible

Closed

#8730 opened on Oct 22, 2019

View on GitHub
 (8 comments) (1 reaction) (0 assignees)HTML (1,459 stars) (292 forks)batch import
Area:PluginFunctionality:SDKIcebox cleanup candidatePriority:3Status:InactiveType:Buggood first issuehacktoberfesthelp wanted

Description

After NuGet.Client#2976 the credential providers windows is still visible.

In our solution we have a custom implementation of the PluginFactory class just to prevent the CredentialProvider.Microsoft.exe window being displayed and the only solution we have found that works is to add "CreateNoWindow = true" to the startInfo of the process. Would it be possible to add this parameter to the process, or make it easily configurable from the outside?

Thank you.

Contributor guide