ResolveSDKReference.LogResolutionErrorsAsWarnings Property

Definition

Should problems resolving SDKs be logged as a warning or an error. If the resolution problem is logged as an error the build will fail. If the resolution problem is logged as a warning we will warn and continue.

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

Property Value

Returns Boolean.

Applies to