NuGetInstallSettings.

RequireConsent Property

Summary

Gets or sets a value indicating whether to check if package install consent is granted before installing a package.

Syntax

public bool RequireConsent { get; set; }

Value

Type Description
bool true if to check if package install consent is granted before installing a package; otherwise, false.