NuGet/Home

NuGet plugin credential providers window is still visible

已关闭

#8,730 创建于 2019年10月22日

 (8 条评论) (1 个反应) (0 位负责人)HTML (292 个派生)batch import
Area:PluginFunctionality:SDKIcebox cleanup candidatePriority:3Status:InactiveType:Buggood first issuehacktoberfesthelp wanted

仓库指标

星标
 (1,459 个星标)
PR 合并指标
 (平均合并 464天 23小时) (30 天内合并 1 个 PR)

描述

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.

贡献者指南