BuildParameters.WarningsNotAsErrors Property

Definition

A list of warnings to not treat as errors. Only has any effect if WarningsAsErrors is empty.

public:
 property System::Collections::Generic::ISet<System::String ^> ^ WarningsNotAsErrors { System::Collections::Generic::ISet<System::String ^> ^ get(); void set(System::Collections::Generic::ISet<System::String ^> ^ value); };
public System.Collections.Generic.ISet<string> WarningsNotAsErrors { get; set; }
member this.WarningsNotAsErrors : System.Collections.Generic.ISet<string> with get, set
Public Property WarningsNotAsErrors As ISet(Of String)

Property Value

Applies to