<PackageReference Include="NJsonSchema" Version="7.6.6221.22528" />
API Differences between 7.6.6221.22528 and 7.0.6201.32793
26 Additions
7 Removals
NJsonSchema
NJsonSchema.Generation
NJsonSchema.Infrastructure
-
public static class DynamicApis
-
public static class XmlDocumentationExtensions
- 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 MemberInfo member)
- 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 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 class XmlObjectExtension