<PackageReference Include="NJsonSchema" Version="7.1.6203.28289" />
API Differences between 7.1.6203.28289 and 7.6.6221.22528
7 Additions
14 Removals
NJsonSchema
NJsonSchema.Generation
NJsonSchema.Infrastructure
-
public static class DynamicApis
-
public static class XmlDocumentationExtensions
- public static Task<XElement> GetXmlDocumentationAsync(this MemberInfo member)
- public static Task<string> GetXmlDocumentationAsync(this Type type, string tagName)
- public static Task<string> GetXmlDocumentationAsync(this MemberInfo member)
- public static Task<string> GetXmlDocumentationAsync(this MemberInfo member, string tagName)
- 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 Type type, string tagName)
- public static Task<string> GetXmlDocumentationTagAsync(this MemberInfo member, string tagName)
- public static Task<string> GetXmlDocumentationAsync(this Type type, string pathToXmlFile, string tagName)
- public static Task<string> GetXmlDocumentationAsync(this MemberInfo member, string pathToXmlFile, string tagName)
- public static Task<string> GetXmlDocumentationAsync(this ParameterInfo parameter, string pathToXmlFile)
-
public static class XmlObjectExtension