<PackageReference Include="NJsonSchema" Version="11.3.2" />

NJsonSchema.Generation.IXmlDocsSettings

public interface IXmlDocsSettings
The XML Docs related settings.

Gets or sets a value indicating whether tho resolve the XML Docs from the NuGet cache or .NET SDK directory (default: true).

bool UseXmlDocumentation { get; }

Gets or sets a value indicating whether to read XML Docs (default: true).

XmlDocsFormattingMode XmlDocumentationFormatting { get; set; }

Gets or sets the XML Docs formatting (default: None).