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.

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public bool WarnOnMissingSourceContext { get; set; }

Property Value

Boolean
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.

See Also