Commit b564f6b
Make signature verification message display only once globally
Changed _validationMessagesDisplayed flag from instance-level to static to ensure
"Skipping NuGet package signature verification." message appears only once across
all NuGetPackageDownloader instances during workload operations, rather than once
per instance.
Co-authored-by: marcpopMSFT <[email protected]>1 parent b9e80c0 commit b564f6b
File tree
1 file changed
+1
-1
lines changed- src/Cli/dotnet/NugetPackageDownloader
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments