NuGet/Home

NuGet plugin credential providers window is still visible

クローズ

#8,730 opened on 2019/10/22

 (8 件のコメント) (1 件のリアクション) (0 人の担当者)HTML (292 件のフォーク)batch import
Area:PluginFunctionality:SDKIcebox cleanup candidatePriority:3Status:InactiveType:Buggood first issuehacktoberfesthelp wanted

Repository metrics

Stars
 (1,459 個のスター)
PR merge metrics
 (平均マージ 464d 23h) (30d で 1 merged 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.

コントリビューターガイド