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

XmlDocumentationExtensions

public static class XmlDocumentationExtensions
public static Task<string> GetDescriptionAsync(this MemberInfo memberInfo, IEnumerable<Attribute> attributes)

public static Task<string> GetDescriptionAsync(this ParameterInfo parameter, IEnumerable<Attribute> attributes)

public static Task<XElement> GetXmlDocumentationAsync(this MemberInfo member)

public static Task<string> GetXmlDocumentationAsync(this ParameterInfo parameter)

public static Task<XElement> GetXmlDocumentationAsync(this Type type, string pathToXmlFile)

public static Task<XElement> GetXmlDocumentationAsync(this MemberInfo member, string pathToXmlFile)

public static Task<XElement> GetXmlDocumentationAsync(this ParameterInfo parameter, string pathToXmlFile)

public static Task<string> GetXmlDocumentationTagAsync(this MemberInfo member, string tagName)

public static string GetXmlDocumentationText(this XElement element)

public static Task<string> GetXmlRemarksAsync(this MemberInfo member)

public static Task<string> GetXmlSummaryAsync(this MemberInfo member)