<PackageReference Include="NJsonSchema" Version="7.1.6203.28289" />
API Differences between 7.1.6203.28289 and 8.0.6242.20238
7 Additions
15 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