From 973725cadbe4ff18d91c8262f232875411a93ebf Mon Sep 17 00:00:00 2001 From: Tjiny <Tjinyu23@163.com> Date: 星期一, 19 五月 2025 16:23:36 +0800 Subject: [PATCH] 海成 --- HH.WCS.Mobox3.HaiCheng/packages/Newtonsoft.Json.13.0.2/lib/net6.0/Newtonsoft.Json.xml | 206 ++++++++++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 192 insertions(+), 14 deletions(-) diff --git a/HH.WCS.Mobox3.HaiCheng/packages/Newtonsoft.Json.12.0.2/lib/netstandard2.0/Newtonsoft.Json.xml b/HH.WCS.Mobox3.HaiCheng/packages/Newtonsoft.Json.13.0.2/lib/net6.0/Newtonsoft.Json.xml similarity index 98% rename from HH.WCS.Mobox3.HaiCheng/packages/Newtonsoft.Json.12.0.2/lib/netstandard2.0/Newtonsoft.Json.xml rename to HH.WCS.Mobox3.HaiCheng/packages/Newtonsoft.Json.13.0.2/lib/net6.0/Newtonsoft.Json.xml index 9f875d6..6e3a52b 100644 --- a/HH.WCS.Mobox3.HaiCheng/packages/Newtonsoft.Json.12.0.2/lib/netstandard2.0/Newtonsoft.Json.xml +++ b/HH.WCS.Mobox3.HaiCheng/packages/Newtonsoft.Json.13.0.2/lib/net6.0/Newtonsoft.Json.xml @@ -865,6 +865,32 @@ Converts a <see cref="T:System.DateTime"/> to and from Unix epoch time </summary> </member> + <member name="P:Newtonsoft.Json.Converters.UnixDateTimeConverter.AllowPreEpoch"> + <summary> + Gets or sets a value indicating whether the dates before Unix epoch + should converted to and from JSON. + </summary> + <value> + <c>true</c> to allow converting dates before Unix epoch to and from JSON; + <c>false</c> to throw an exception when a date being converted to or from JSON + occurred before Unix epoch. The default value is <c>false</c>. + </value> + </member> + <member name="M:Newtonsoft.Json.Converters.UnixDateTimeConverter.#ctor"> + <summary> + Initializes a new instance of the <see cref="T:Newtonsoft.Json.Converters.UnixDateTimeConverter"/> class. + </summary> + </member> + <member name="M:Newtonsoft.Json.Converters.UnixDateTimeConverter.#ctor(System.Boolean)"> + <summary> + Initializes a new instance of the <see cref="T:Newtonsoft.Json.Converters.UnixDateTimeConverter"/> class. + </summary> + <param name="allowPreEpoch"> + <c>true</c> to allow converting dates before Unix epoch to and from JSON; + <c>false</c> to throw an exception when a date being converted to or from JSON + occurred before Unix epoch. The default value is <c>false</c>. + </param> + </member> <member name="M:Newtonsoft.Json.Converters.UnixDateTimeConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)"> <summary> Writes the JSON representation of the object. @@ -1010,12 +1036,12 @@ </member> <member name="F:Newtonsoft.Json.DateParseHandling.DateTime"> <summary> - Date formatted strings, e.g. <c>"\/Date(1198908717056)\/"</c> and <c>"2012-03-21T05:40Z"</c>, are parsed to <see cref="F:Newtonsoft.Json.DateParseHandling.DateTime"/>. + Date formatted strings, e.g. <c>"\/Date(1198908717056)\/"</c> and <c>"2012-03-21T05:40Z"</c>, are parsed to <see cref="T:System.DateTime"/>. </summary> </member> <member name="F:Newtonsoft.Json.DateParseHandling.DateTimeOffset"> <summary> - Date formatted strings, e.g. <c>"\/Date(1198908717056)\/"</c> and <c>"2012-03-21T05:40Z"</c>, are parsed to <see cref="F:Newtonsoft.Json.DateParseHandling.DateTimeOffset"/>. + Date formatted strings, e.g. <c>"\/Date(1198908717056)\/"</c> and <c>"2012-03-21T05:40Z"</c>, are parsed to <see cref="T:System.DateTimeOffset"/>. </summary> </member> <member name="T:Newtonsoft.Json.DateTimeZoneHandling"> @@ -2553,6 +2579,8 @@ <member name="P:Newtonsoft.Json.JsonReader.MaxDepth"> <summary> Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a <see cref="T:Newtonsoft.Json.JsonReaderException"/>. + A null value means there is no maximum. + The default value is <c>64</c>. </summary> </member> <member name="P:Newtonsoft.Json.JsonReader.TokenType"> @@ -3012,7 +3040,7 @@ <summary> Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a <see cref="T:Newtonsoft.Json.JsonReaderException"/>. A null value means there is no maximum. - The default value is <c>null</c>. + The default value is <c>64</c>. </summary> </member> <member name="P:Newtonsoft.Json.JsonSerializer.CheckAdditionalContent"> @@ -3102,7 +3130,7 @@ </member> <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize(System.IO.TextReader,System.Type)"> <summary> - Deserializes the JSON structure contained by the specified <see cref="T:System.IO.StringReader"/> + Deserializes the JSON structure contained by the specified <see cref="T:System.IO.TextReader"/> into an instance of the specified type. </summary> <param name="reader">The <see cref="T:System.IO.TextReader"/> containing the object.</param> @@ -3328,7 +3356,7 @@ <summary> Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a <see cref="T:Newtonsoft.Json.JsonReaderException"/>. A null value means there is no maximum. - The default value is <c>null</c>. + The default value is <c>64</c>. </summary> </member> <member name="P:Newtonsoft.Json.JsonSerializerSettings.Formatting"> @@ -3393,6 +3421,12 @@ <member name="M:Newtonsoft.Json.JsonSerializerSettings.#ctor"> <summary> Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> class. + </summary> + </member> + <member name="M:Newtonsoft.Json.JsonSerializerSettings.#ctor(Newtonsoft.Json.JsonSerializerSettings)"> + <summary> + Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> class + using values copied from the passed in <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>. </summary> </member> <member name="T:Newtonsoft.Json.JsonTextReader"> @@ -7029,6 +7063,25 @@ <param name="reader">The reader.</param> <returns>An instance of <see cref="T:Newtonsoft.Json.Linq.JRaw"/> with the content of the reader's current token.</returns> </member> + <member name="T:Newtonsoft.Json.Linq.JsonCloneSettings"> + <summary> + Specifies the settings used when cloning JSON. + </summary> + </member> + <member name="M:Newtonsoft.Json.Linq.JsonCloneSettings.#ctor"> + <summary> + Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JsonCloneSettings"/> class. + </summary> + </member> + <member name="P:Newtonsoft.Json.Linq.JsonCloneSettings.CopyAnnotations"> + <summary> + Gets or sets a flag that indicates whether to copy annotations when cloning a <see cref="T:Newtonsoft.Json.Linq.JToken"/>. + The default value is <c>true</c>. + </summary> + <value> + A flag that indicates whether to copy annotations when cloning a <see cref="T:Newtonsoft.Json.Linq.JToken"/>. + </value> + </member> <member name="T:Newtonsoft.Json.Linq.JsonLoadSettings"> <summary> Specifies the settings used when loading JSON. @@ -7089,6 +7142,27 @@ the <see cref="T:System.StringComparison"/> will be used to match a property. </summary> <value>The comparison used to match property names while merging.</value> + </member> + <member name="T:Newtonsoft.Json.Linq.JsonSelectSettings"> + <summary> + Specifies the settings used when selecting JSON. + </summary> + </member> + <member name="P:Newtonsoft.Json.Linq.JsonSelectSettings.RegexMatchTimeout"> + <summary> + Gets or sets a timeout that will be used when executing regular expressions. + </summary> + <value>The timeout that will be used when executing regular expressions.</value> + </member> + <member name="P:Newtonsoft.Json.Linq.JsonSelectSettings.ErrorWhenNoMatch"> + <summary> + Gets or sets a flag that indicates whether an error should be thrown if + no tokens are found when evaluating part of the expression. + </summary> + <value> + A flag that indicates whether an error should be thrown if + no tokens are found when evaluating part of the expression. + </value> </member> <member name="T:Newtonsoft.Json.Linq.JToken"> <summary> @@ -7331,6 +7405,10 @@ <summary> Returns the indented JSON for this token. </summary> + <remarks> + <c>ToString()</c> returns a non-JSON string value for tokens with a type of <see cref="F:Newtonsoft.Json.Linq.JTokenType.String"/>. + If you want the JSON for all token types then you should use <see cref="M:Newtonsoft.Json.Linq.JToken.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])"/>. + </remarks> <returns> The indented JSON for this token. </returns> @@ -7964,40 +8042,60 @@ </member> <member name="M:Newtonsoft.Json.Linq.JToken.SelectToken(System.String)"> <summary> - Selects a <see cref="T:Newtonsoft.Json.Linq.JToken"/> using a JPath expression. Selects the token that matches the object path. + Selects a <see cref="T:Newtonsoft.Json.Linq.JToken"/> using a JSONPath expression. Selects the token that matches the object path. </summary> <param name="path"> - A <see cref="T:System.String"/> that contains a JPath expression. + A <see cref="T:System.String"/> that contains a JSONPath expression. </param> <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/>, or <c>null</c>.</returns> </member> <member name="M:Newtonsoft.Json.Linq.JToken.SelectToken(System.String,System.Boolean)"> <summary> - Selects a <see cref="T:Newtonsoft.Json.Linq.JToken"/> using a JPath expression. Selects the token that matches the object path. + Selects a <see cref="T:Newtonsoft.Json.Linq.JToken"/> using a JSONPath expression. Selects the token that matches the object path. </summary> <param name="path"> - A <see cref="T:System.String"/> that contains a JPath expression. + A <see cref="T:System.String"/> that contains a JSONPath expression. </param> <param name="errorWhenNoMatch">A flag to indicate whether an error should be thrown if no tokens are found when evaluating part of the expression.</param> <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns> </member> - <member name="M:Newtonsoft.Json.Linq.JToken.SelectTokens(System.String)"> + <member name="M:Newtonsoft.Json.Linq.JToken.SelectToken(System.String,Newtonsoft.Json.Linq.JsonSelectSettings)"> <summary> - Selects a collection of elements using a JPath expression. + Selects a <see cref="T:Newtonsoft.Json.Linq.JToken"/> using a JSONPath expression. Selects the token that matches the object path. </summary> <param name="path"> - A <see cref="T:System.String"/> that contains a JPath expression. + A <see cref="T:System.String"/> that contains a JSONPath expression. + </param> + <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonSelectSettings"/> used to select tokens.</param> + <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns> + </member> + <member name="M:Newtonsoft.Json.Linq.JToken.SelectTokens(System.String)"> + <summary> + Selects a collection of elements using a JSONPath expression. + </summary> + <param name="path"> + A <see cref="T:System.String"/> that contains a JSONPath expression. </param> <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the selected elements.</returns> </member> <member name="M:Newtonsoft.Json.Linq.JToken.SelectTokens(System.String,System.Boolean)"> <summary> - Selects a collection of elements using a JPath expression. + Selects a collection of elements using a JSONPath expression. </summary> <param name="path"> - A <see cref="T:System.String"/> that contains a JPath expression. + A <see cref="T:System.String"/> that contains a JSONPath expression. </param> <param name="errorWhenNoMatch">A flag to indicate whether an error should be thrown if no tokens are found when evaluating part of the expression.</param> + <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the selected elements.</returns> + </member> + <member name="M:Newtonsoft.Json.Linq.JToken.SelectTokens(System.String,Newtonsoft.Json.Linq.JsonSelectSettings)"> + <summary> + Selects a collection of elements using a JSONPath expression. + </summary> + <param name="path"> + A <see cref="T:System.String"/> that contains a JSONPath expression. + </param> + <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonSelectSettings"/> used to select tokens.</param> <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the selected elements.</returns> </member> <member name="M:Newtonsoft.Json.Linq.JToken.GetMetaObject(System.Linq.Expressions.Expression)"> @@ -8022,6 +8120,13 @@ <summary> Creates a new instance of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>. All child tokens are recursively cloned. </summary> + <returns>A new instance of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns> + </member> + <member name="M:Newtonsoft.Json.Linq.JToken.DeepClone(Newtonsoft.Json.Linq.JsonCloneSettings)"> + <summary> + Creates a new instance of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>. All child tokens are recursively cloned. + </summary> + <param name="settings">A <see cref="T:Newtonsoft.Json.Linq.JsonCloneSettings"/> object to configure cloning settings.</param> <returns>A new instance of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns> </member> <member name="M:Newtonsoft.Json.Linq.JToken.AddAnnotation(System.Object)"> @@ -8629,6 +8734,10 @@ <summary> Returns a <see cref="T:System.String"/> that represents this instance. </summary> + <remarks> + <c>ToString()</c> returns a non-JSON string value for tokens with a type of <see cref="F:Newtonsoft.Json.Linq.JTokenType.String"/>. + If you want the JSON for all token types then you should use <see cref="M:Newtonsoft.Json.Linq.JValue.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])"/>. + </remarks> <returns> A <see cref="T:System.String"/> that represents this instance. </returns> @@ -9839,6 +9948,31 @@ <param name="message">The trace message.</param> <param name="ex">The trace exception. This parameter is optional.</param> </member> + <member name="T:Newtonsoft.Json.Serialization.DynamicValueProvider"> + <summary> + Get and set values for a <see cref="T:System.Reflection.MemberInfo"/> using dynamic methods. + </summary> + </member> + <member name="M:Newtonsoft.Json.Serialization.DynamicValueProvider.#ctor(System.Reflection.MemberInfo)"> + <summary> + Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.DynamicValueProvider"/> class. + </summary> + <param name="memberInfo">The member info.</param> + </member> + <member name="M:Newtonsoft.Json.Serialization.DynamicValueProvider.SetValue(System.Object,System.Object)"> + <summary> + Sets the value. + </summary> + <param name="target">The target to set the value on.</param> + <param name="value">The value to set on the target.</param> + </member> + <member name="M:Newtonsoft.Json.Serialization.DynamicValueProvider.GetValue(System.Object)"> + <summary> + Gets the value. + </summary> + <param name="target">The target to get the value from.</param> + <returns>The value.</returns> + </member> <member name="T:Newtonsoft.Json.Serialization.ErrorContext"> <summary> Provides information surrounding an error. @@ -10670,6 +10804,50 @@ <param name="args">Optional arguments to pass to an initializing constructor of the JsonConverter. If <c>null</c>, the default constructor is used.</param> </member> + <member name="T:Newtonsoft.Json.Serialization.KebabCaseNamingStrategy"> + <summary> + A kebab case naming strategy. + </summary> + </member> + <member name="M:Newtonsoft.Json.Serialization.KebabCaseNamingStrategy.#ctor(System.Boolean,System.Boolean)"> + <summary> + Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.KebabCaseNamingStrategy"/> class. + </summary> + <param name="processDictionaryKeys"> + A flag indicating whether dictionary keys should be processed. + </param> + <param name="overrideSpecifiedNames"> + A flag indicating whether explicitly specified property names should be processed, + e.g. a property name customized with a <see cref="T:Newtonsoft.Json.JsonPropertyAttribute"/>. + </param> + </member> + <member name="M:Newtonsoft.Json.Serialization.KebabCaseNamingStrategy.#ctor(System.Boolean,System.Boolean,System.Boolean)"> + <summary> + Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.KebabCaseNamingStrategy"/> class. + </summary> + <param name="processDictionaryKeys"> + A flag indicating whether dictionary keys should be processed. + </param> + <param name="overrideSpecifiedNames"> + A flag indicating whether explicitly specified property names should be processed, + e.g. a property name customized with a <see cref="T:Newtonsoft.Json.JsonPropertyAttribute"/>. + </param> + <param name="processExtensionDataNames"> + A flag indicating whether extension data names should be processed. + </param> + </member> + <member name="M:Newtonsoft.Json.Serialization.KebabCaseNamingStrategy.#ctor"> + <summary> + Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.KebabCaseNamingStrategy"/> class. + </summary> + </member> + <member name="M:Newtonsoft.Json.Serialization.KebabCaseNamingStrategy.ResolvePropertyName(System.String)"> + <summary> + Resolves the specified property name. + </summary> + <param name="name">The property name to resolve.</param> + <returns>The resolved property name.</returns> + </member> <member name="T:Newtonsoft.Json.Serialization.MemoryTraceWriter"> <summary> Represents a trace writer that writes to memory. When the trace message limit is -- Gitblit v1.9.1