We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2a5084 commit 023840eCopy full SHA for 023840e
src/Cli/dotnet/NugetPackageDownloader/NuGetPackageDownloader.cs
@@ -38,6 +38,10 @@ internal class NuGetPackageDownloader : INuGetPackageDownloader
38
private readonly Dictionary<PackageSource, SourceRepository> _sourceRepositories;
39
private readonly bool _shouldUsePackageSourceMapping;
40
41
+ /// <summary>
42
+ /// If true, the package downloader will verify the signatures of the packages it downloads.
43
+ /// Temporarily disabled for macOS and Linux.
44
+ /// </summary>
45
private readonly bool _verifySignatures;
46
private readonly VerbosityOptions _verbosityOptions;
47
private readonly string _currentWorkingDirectory;
0 commit comments