GetReferenceAssemblyPaths.SuppressNotFoundError Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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