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.

貢獻者指南