ISandcastle ProjectWarn On Missing Source Context 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.
Definition
Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
This 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.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
bool WarnOnMissingSourceContext { get; set; }VB
Property WarnOnMissingSourceContext As Boolean
Get
SetC++
property bool WarnOnMissingSourceContext {
bool get ();
void set (bool value);
}F#
abstract WarnOnMissingSourceContext : bool with get, setProperty 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.