GetReferenceAssemblyPaths.SuppressNotFoundError Property

Definition

If set to true, the task will not generate an error (or a warning) if the reference assemblies cannot be found. This allows the task to be used to check whether reference assemblies for a framework are available.

public:
 property bool SuppressNotFoundError { bool get(); void set(bool value); };
public bool SuppressNotFoundError { get; set; }
member this.SuppressNotFoundError : bool with get, set
Public Property SuppressNotFoundError As Boolean

Property Value

Applies to