SandcastleProjectWarnOnMissingSourceContext Property
This is used to get or set whether or not to issue a warning if a source code context could not be
determined for a type.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public bool WarnOnMissingSourceContext { get; set; }
Public Property WarnOnMissingSourceContext As Boolean
Get
Set
public:
property bool WarnOnMissingSourceContext {
bool get ();
void set (bool value);
}
member WarnOnMissingSourceContext : bool with get, set
Property Value
BooleanThis is false by default and missing source context issues will be reported as informational
messages. If set to true, they are reported as warnings that MSBuild will also report.