ResolveSDKReference.LogResolutionErrorsAsWarnings 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.
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.