Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/2b5776acbfd94bc1797f7034f77ccdd5a5f13cf4
You should set ROOT_URL correctly, otherwise the web may not work correctly.
Reads the next JSON token from the stream as a <seecref="T:Byte[]"/>.
</summary>
<returns>A <seecref="T:Byte[]"/> or a null reference if the next JSON token is null.</returns>
<returns>A <seecref="T:Byte[]"/> or a null reference if the next JSON token is null. This method will return <c>null</c> at the end of an array.</returns>
Causes child objects to be indented according to the <seecref="P:Newtonsoft.Json.JsonTextWriter.Indentation"/> and <seecref="P:Newtonsoft.Json.JsonTextWriter.IndentChar"/> settings.
Converts the <seecref="T:System.DateTimeOffset"/> to its JSON string representation using the <seecref="T:Newtonsoft.Json.DateFormatHandling"/> specified.
</summary>
<paramname="value">The value to convert.</param>
<paramname="format">The format the date will be converted to.</param>
<returns>A JSON string representation of the <seecref="T:System.DateTimeOffset"/>.</returns>
Asynchronously serializes the specified object to a JSON string using a collection of <seecref="T:Newtonsoft.Json.JsonConverter"/>.
</summary>
<paramname="value">The object to serialize.</param>
<returns>
A task that represents the asynchronous serialize operation. The value of the <c>TResult</c> parameter contains a JSON string representation of the object.
Asynchronously serializes the specified object to a JSON string using a collection of <seecref="T:Newtonsoft.Json.JsonConverter"/>.
</summary>
<paramname="value">The object to serialize.</param>
<paramname="formatting">Indicates how the output is formatted.</param>
<returns>
A task that represents the asynchronous serialize operation. The value of the <c>TResult</c> parameter contains a JSON string representation of the object.
Asynchronously serializes the specified object to a JSON string using a collection of <seecref="T:Newtonsoft.Json.JsonConverter"/>.
</summary>
<paramname="value">The object to serialize.</param>
<paramname="formatting">Indicates how the output is formatted.</param>
<paramname="settings">The <seecref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object.
If this is null, default serialization settings will be is used.</param>
<returns>
A task that represents the asynchronous serialize operation. The value of the <c>TResult</c> parameter contains a JSON string representation of the object.
Asynchronously deserializes the JSON to the specified .NET type.
</summary>
<typeparamname="T">The type of the object to deserialize to.</typeparam>
<paramname="value">The JSON to deserialize.</param>
<returns>
A task that represents the asynchronous deserialize operation. The value of the <c>TResult</c> parameter contains the deserialized object from the JSON string.
Asynchronously deserializes the JSON to the specified .NET type.
</summary>
<typeparamname="T">The type of the object to deserialize to.</typeparam>
<paramname="value">The JSON to deserialize.</param>
<paramname="settings">
The <seecref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
If this is null, default serialization settings will be is used.
</param>
<returns>
A task that represents the asynchronous deserialize operation. The value of the <c>TResult</c> parameter contains the deserialized object from the JSON string.
Asynchronously deserializes the JSON to the specified .NET type.
</summary>
<paramname="value">The JSON to deserialize.</param>
<returns>
A task that represents the asynchronous deserialize operation. The value of the <c>TResult</c> parameter contains the deserialized object from the JSON string.
Asynchronously deserializes the JSON to the specified .NET type.
</summary>
<paramname="value">The JSON to deserialize.</param>
<paramname="type">The type of the object to deserialize to.</param>
<paramname="settings">
The <seecref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
If this is null, default serialization settings will be is used.
</param>
<returns>
A task that represents the asynchronous deserialize operation. The value of the <c>TResult</c> parameter contains the deserialized object from the JSON string.
Maps a JSON property to a .NET member or constructor parameter.
@ -6784,63 +7158,6 @@
Byte data.
</summary>
</member>
<membername="T:Newtonsoft.Json.WriteState">
<summary>
Specifies the state of the <seecref="T:Newtonsoft.Json.JsonWriter"/>.
</summary>
</member>
<membername="F:Newtonsoft.Json.WriteState.Error">
<summary>
An exception has been thrown, which has left the <seecref="T:Newtonsoft.Json.JsonWriter"/> in an invalid state.
You may call the <seecref="M:Newtonsoft.Json.JsonWriter.Close"/> method to put the <seecref="T:Newtonsoft.Json.JsonWriter"/> in the <c>Closed</c> state.
Any other <seecref="T:Newtonsoft.Json.JsonWriter"/> method calls results in an <seecref="T:System.InvalidOperationException"/> being thrown.
Causes child objects to be indented according to the <seecref="P:Newtonsoft.Json.JsonTextWriter.Indentation"/> and <seecref="P:Newtonsoft.Json.JsonTextWriter.IndentChar"/> settings.
Builds a string. Unlike StringBuilder this class lets you reuse it's internal buffer.
@ -6957,5 +7274,47 @@
<paramname="s">The string.</param>
<returns>Null if the string was null, otherwise the string unchanged.</returns>
</member>
<membername="T:Newtonsoft.Json.WriteState">
<summary>
Specifies the state of the <seecref="T:Newtonsoft.Json.JsonWriter"/>.
</summary>
</member>
<membername="F:Newtonsoft.Json.WriteState.Error">
<summary>
An exception has been thrown, which has left the <seecref="T:Newtonsoft.Json.JsonWriter"/> in an invalid state.
You may call the <seecref="M:Newtonsoft.Json.JsonWriter.Close"/> method to put the <seecref="T:Newtonsoft.Json.JsonWriter"/> in the <c>Closed</c> state.
Any other <seecref="T:Newtonsoft.Json.JsonWriter"/> method calls results in an <seecref="T:System.InvalidOperationException"/> being thrown.
Reads the next JSON token from the stream as a <seecref="T:Byte[]"/>.
</summary>
<returns>A <seecref="T:Byte[]"/> or a null reference if the next JSON token is null.</returns>
<returns>A <seecref="T:Byte[]"/> or a null reference if the next JSON token is null. This method will return <c>null</c> at the end of an array.</returns>
Causes child objects to be indented according to the <seecref="P:Newtonsoft.Json.JsonTextWriter.Indentation"/> and <seecref="P:Newtonsoft.Json.JsonTextWriter.IndentChar"/> settings.
</summary>
</member>
<membername="T:Newtonsoft.Json.IJsonLineInfo">
<summary>
Provides an interface to enable a class to return line and position information.
@ -1587,6 +1667,15 @@
<paramname="value">The value to convert.</param>
<returns>A JSON string representation of the <seecref="T:System.DateTime"/>.</returns>
Converts the <seecref="T:System.DateTimeOffset"/> to its JSON string representation using the <seecref="T:Newtonsoft.Json.DateFormatHandling"/> specified.
</summary>
<paramname="value">The value to convert.</param>
<paramname="format">The format the date will be converted to.</param>
<returns>A JSON string representation of the <seecref="T:System.DateTimeOffset"/>.</returns>
Gets the quotation mark character used to enclose the value of a string.
@ -2886,63 +3069,6 @@
</summary>
<value>The <seecref="T:Newtonsoft.Json.JsonReader"/> specified in the constructor.</value>
</member>
<membername="T:Newtonsoft.Json.WriteState">
<summary>
Specifies the state of the <seecref="T:Newtonsoft.Json.JsonWriter"/>.
</summary>
</member>
<membername="F:Newtonsoft.Json.WriteState.Error">
<summary>
An exception has been thrown, which has left the <seecref="T:Newtonsoft.Json.JsonWriter"/> in an invalid state.
You may call the <seecref="M:Newtonsoft.Json.JsonWriter.Close"/> method to put the <seecref="T:Newtonsoft.Json.JsonWriter"/> in the <c>Closed</c> state.
Any other <seecref="T:Newtonsoft.Json.JsonWriter"/> method calls results in an <seecref="T:System.InvalidOperationException"/> being thrown.
Causes child objects to be indented according to the <seecref="P:Newtonsoft.Json.JsonTextWriter.Indentation"/> and <seecref="P:Newtonsoft.Json.JsonTextWriter.IndentChar"/> settings.
Gets the text description corresponding to the validation event.
Gets the text description corresponding to the validation error.
</summary>
<value>The text description.</value>
</member>
@ -6433,5 +6615,47 @@
Any type.
</summary>
</member>
<membername="T:Newtonsoft.Json.WriteState">
<summary>
Specifies the state of the <seecref="T:Newtonsoft.Json.JsonWriter"/>.
</summary>
</member>
<membername="F:Newtonsoft.Json.WriteState.Error">
<summary>
An exception has been thrown, which has left the <seecref="T:Newtonsoft.Json.JsonWriter"/> in an invalid state.
You may call the <seecref="M:Newtonsoft.Json.JsonWriter.Close"/> method to put the <seecref="T:Newtonsoft.Json.JsonWriter"/> in the <c>Closed</c> state.
Any other <seecref="T:Newtonsoft.Json.JsonWriter"/> method calls results in an <seecref="T:System.InvalidOperationException"/> being thrown.
Reads the next JSON token from the stream as a <seecref="T:Byte[]"/>.
</summary>
<returns>A <seecref="T:Byte[]"/> or a null reference if the next JSON token is null.</returns>
<returns>A <seecref="T:Byte[]"/> or a null reference if the next JSON token is null. This method will return <c>null</c> at the end of an array.</returns>
Causes child objects to be indented according to the <seecref="P:Newtonsoft.Json.JsonTextWriter.Indentation"/> and <seecref="P:Newtonsoft.Json.JsonTextWriter.IndentChar"/> settings.
</summary>
</member>
<membername="T:Newtonsoft.Json.IJsonLineInfo">
<summary>
Provides an interface to enable a class to return line and position information.
@ -1587,6 +1667,15 @@
<paramname="value">The value to convert.</param>
<returns>A JSON string representation of the <seecref="T:System.DateTime"/>.</returns>
Converts the <seecref="T:System.DateTimeOffset"/> to its JSON string representation using the <seecref="T:Newtonsoft.Json.DateFormatHandling"/> specified.
</summary>
<paramname="value">The value to convert.</param>
<paramname="format">The format the date will be converted to.</param>
<returns>A JSON string representation of the <seecref="T:System.DateTimeOffset"/>.</returns>
Gets the quotation mark character used to enclose the value of a string.
@ -2886,63 +3069,6 @@
</summary>
<value>The <seecref="T:Newtonsoft.Json.JsonReader"/> specified in the constructor.</value>
</member>
<membername="T:Newtonsoft.Json.WriteState">
<summary>
Specifies the state of the <seecref="T:Newtonsoft.Json.JsonWriter"/>.
</summary>
</member>
<membername="F:Newtonsoft.Json.WriteState.Error">
<summary>
An exception has been thrown, which has left the <seecref="T:Newtonsoft.Json.JsonWriter"/> in an invalid state.
You may call the <seecref="M:Newtonsoft.Json.JsonWriter.Close"/> method to put the <seecref="T:Newtonsoft.Json.JsonWriter"/> in the <c>Closed</c> state.
Any other <seecref="T:Newtonsoft.Json.JsonWriter"/> method calls results in an <seecref="T:System.InvalidOperationException"/> being thrown.
Causes child objects to be indented according to the <seecref="P:Newtonsoft.Json.JsonTextWriter.Indentation"/> and <seecref="P:Newtonsoft.Json.JsonTextWriter.IndentChar"/> settings.
Gets the text description corresponding to the validation event.
Gets the text description corresponding to the validation error.
</summary>
<value>The text description.</value>
</member>
@ -6433,5 +6615,47 @@
Any type.
</summary>
</member>
<membername="T:Newtonsoft.Json.WriteState">
<summary>
Specifies the state of the <seecref="T:Newtonsoft.Json.JsonWriter"/>.
</summary>
</member>
<membername="F:Newtonsoft.Json.WriteState.Error">
<summary>
An exception has been thrown, which has left the <seecref="T:Newtonsoft.Json.JsonWriter"/> in an invalid state.
You may call the <seecref="M:Newtonsoft.Json.JsonWriter.Close"/> method to put the <seecref="T:Newtonsoft.Json.JsonWriter"/> in the <c>Closed</c> state.
Any other <seecref="T:Newtonsoft.Json.JsonWriter"/> method calls results in an <seecref="T:System.InvalidOperationException"/> being thrown.
Reads the next JSON token from the stream as a <seecref="T:Byte[]"/>.
</summary>
<returns>A <seecref="T:Byte[]"/> or a null reference if the next JSON token is null.</returns>
<returns>A <seecref="T:Byte[]"/> or a null reference if the next JSON token is null. This method will return <c>null</c> at the end of an array.</returns>
Causes child objects to be indented according to the <seecref="P:Newtonsoft.Json.JsonTextWriter.Indentation"/> and <seecref="P:Newtonsoft.Json.JsonTextWriter.IndentChar"/> settings.
</summary>
</member>
<membername="T:Newtonsoft.Json.IJsonLineInfo">
<summary>
Provides an interface to enable a class to return line and position information.
@ -1568,6 +1648,15 @@
<paramname="value">The value to convert.</param>
<returns>A JSON string representation of the <seecref="T:System.DateTime"/>.</returns>
Converts the <seecref="T:System.DateTimeOffset"/> to its JSON string representation using the <seecref="T:Newtonsoft.Json.DateFormatHandling"/> specified.
</summary>
<paramname="value">The value to convert.</param>
<paramname="format">The format the date will be converted to.</param>
<returns>A JSON string representation of the <seecref="T:System.DateTimeOffset"/>.</returns>
Gets the quotation mark character used to enclose the value of a string.
@ -2816,63 +2999,6 @@
</summary>
<value>The <seecref="T:Newtonsoft.Json.JsonReader"/> specified in the constructor.</value>
</member>
<membername="T:Newtonsoft.Json.WriteState">
<summary>
Specifies the state of the <seecref="T:Newtonsoft.Json.JsonWriter"/>.
</summary>
</member>
<membername="F:Newtonsoft.Json.WriteState.Error">
<summary>
An exception has been thrown, which has left the <seecref="T:Newtonsoft.Json.JsonWriter"/> in an invalid state.
You may call the <seecref="M:Newtonsoft.Json.JsonWriter.Close"/> method to put the <seecref="T:Newtonsoft.Json.JsonWriter"/> in the <c>Closed</c> state.
Any other <seecref="T:Newtonsoft.Json.JsonWriter"/> method calls results in an <seecref="T:System.InvalidOperationException"/> being thrown.
Causes child objects to be indented according to the <seecref="P:Newtonsoft.Json.JsonTextWriter.Indentation"/> and <seecref="P:Newtonsoft.Json.JsonTextWriter.IndentChar"/> settings.
Gets the text description corresponding to the validation event.
Gets the text description corresponding to the validation error.
</summary>
<value>The text description.</value>
</member>
@ -6463,5 +6645,47 @@
Any type.
</summary>
</member>
<membername="T:Newtonsoft.Json.WriteState">
<summary>
Specifies the state of the <seecref="T:Newtonsoft.Json.JsonWriter"/>.
</summary>
</member>
<membername="F:Newtonsoft.Json.WriteState.Error">
<summary>
An exception has been thrown, which has left the <seecref="T:Newtonsoft.Json.JsonWriter"/> in an invalid state.
You may call the <seecref="M:Newtonsoft.Json.JsonWriter.Close"/> method to put the <seecref="T:Newtonsoft.Json.JsonWriter"/> in the <c>Closed</c> state.
Any other <seecref="T:Newtonsoft.Json.JsonWriter"/> method calls results in an <seecref="T:System.InvalidOperationException"/> being thrown.
Reads the next JSON token from the stream as a <seecref="T:Byte[]"/>.
</summary>
<returns>A <seecref="T:Byte[]"/> or a null reference if the next JSON token is null.</returns>
<returns>A <seecref="T:Byte[]"/> or a null reference if the next JSON token is null. This method will return <c>null</c> at the end of an array.</returns>
Causes child objects to be indented according to the <seecref="P:Newtonsoft.Json.JsonTextWriter.Indentation"/> and <seecref="P:Newtonsoft.Json.JsonTextWriter.IndentChar"/> settings.
All members are serialized by default. Members can be excluded using the <seecref="T:Newtonsoft.Json.JsonIgnoreAttribute"/>.
All public members are serialized by default. Members can be excluded using <seecref="T:Newtonsoft.Json.JsonIgnoreAttribute"/> or <seecref="T:System.NonSerializedAttribute"/>.
Only members must be marked with the <seecref="T:Newtonsoft.Json.JsonPropertyAttribute"/> are serialized.
Only members must be marked with <seecref="T:Newtonsoft.Json.JsonPropertyAttribute"/> or <seecref="T:System.Runtime.Serialization.DataMemberAttribute"/> are serialized.
This member serialization mode can also be set by marking the class with <seecref="T:System.Runtime.Serialization.DataContractAttribute"/>.
All public and private fields are serialized. Members can be excluded using <seecref="T:Newtonsoft.Json.JsonIgnoreAttribute"/> or <seecref="T:System.NonSerializedAttribute"/>.
This member serialization mode can also be set by marking the class with <seecref="T:System.SerializableAttribute"/>.
Converts the <seecref="T:System.DateTimeOffset"/> to its JSON string representation using the <seecref="T:Newtonsoft.Json.DateFormatHandling"/> specified.
</summary>
<paramname="value">The value to convert.</param>
<paramname="format">The format the date will be converted to.</param>
<returns>A JSON string representation of the <seecref="T:System.DateTimeOffset"/>.</returns>
Gets or sets a value indicating whether to ignore the <seecref="T:System.Runtime.Serialization.ISerializable"/> interface when serializing and deserializing types.
</summary>
<value>
<c>true</c> if the <seecref="T:System.Runtime.Serialization.ISerializable"/> interface will be ignored when serializing and deserializing types; otherwise, <c>false</c>.
Gets or sets a value indicating whether to ignore the <seecref="T:System.SerializableAttribute"/> attribute when serializing and deserializing types.
</summary>
<value>
<c>true</c> if the <seecref="T:System.SerializableAttribute"/> attribute will be ignored when serializing and deserializing types; otherwise, <c>false</c>.
Specifies the state of the <seecref="T:Newtonsoft.Json.JsonWriter"/>.
</summary>
</member>
<membername="F:Newtonsoft.Json.WriteState.Error">
<summary>
An exception has been thrown, which has left the <seecref="T:Newtonsoft.Json.JsonWriter"/> in an invalid state.
You may call the <seecref="M:Newtonsoft.Json.JsonWriter.Close"/> method to put the <seecref="T:Newtonsoft.Json.JsonWriter"/> in the <c>Closed</c> state.
Any other <seecref="T:Newtonsoft.Json.JsonWriter"/> method calls results in an <seecref="T:System.InvalidOperationException"/> being thrown.
Causes child objects to be indented according to the <seecref="P:Newtonsoft.Json.JsonTextWriter.Indentation"/> and <seecref="P:Newtonsoft.Json.JsonTextWriter.IndentChar"/> settings.
Builds a string. Unlike StringBuilder this class lets you reuse it's internal buffer.
@ -6841,5 +7054,47 @@
<paramname="s">The string.</param>
<returns>Null if the string was null, otherwise the string unchanged.</returns>
</member>
<membername="T:Newtonsoft.Json.WriteState">
<summary>
Specifies the state of the <seecref="T:Newtonsoft.Json.JsonWriter"/>.
</summary>
</member>
<membername="F:Newtonsoft.Json.WriteState.Error">
<summary>
An exception has been thrown, which has left the <seecref="T:Newtonsoft.Json.JsonWriter"/> in an invalid state.
You may call the <seecref="M:Newtonsoft.Json.JsonWriter.Close"/> method to put the <seecref="T:Newtonsoft.Json.JsonWriter"/> in the <c>Closed</c> state.
Any other <seecref="T:Newtonsoft.Json.JsonWriter"/> method calls results in an <seecref="T:System.InvalidOperationException"/> being thrown.
Reads the next JSON token from the stream as a <seecref="T:Byte[]"/>.
</summary>
<returns>A <seecref="T:Byte[]"/> or a null reference if the next JSON token is null.</returns>
<returns>A <seecref="T:Byte[]"/> or a null reference if the next JSON token is null. This method will return <c>null</c> at the end of an array.</returns>
Causes child objects to be indented according to the <seecref="P:Newtonsoft.Json.JsonTextWriter.Indentation"/> and <seecref="P:Newtonsoft.Json.JsonTextWriter.IndentChar"/> settings.
</summary>
</member>
<membername="T:Newtonsoft.Json.IJsonLineInfo">
<summary>
Provides an interface to enable a class to return line and position information.
Converts the <seecref="T:System.DateTimeOffset"/> to its JSON string representation using the <seecref="T:Newtonsoft.Json.DateFormatHandling"/> specified.
</summary>
<paramname="value">The value to convert.</param>
<paramname="format">The format the date will be converted to.</param>
<returns>A JSON string representation of the <seecref="T:System.DateTimeOffset"/>.</returns>
Gets the quotation mark character used to enclose the value of a string.
@ -2854,63 +3084,6 @@
</summary>
<value>The <seecref="T:Newtonsoft.Json.JsonReader"/> specified in the constructor.</value>
</member>
<membername="T:Newtonsoft.Json.WriteState">
<summary>
Specifies the state of the <seecref="T:Newtonsoft.Json.JsonWriter"/>.
</summary>
</member>
<membername="F:Newtonsoft.Json.WriteState.Error">
<summary>
An exception has been thrown, which has left the <seecref="T:Newtonsoft.Json.JsonWriter"/> in an invalid state.
You may call the <seecref="M:Newtonsoft.Json.JsonWriter.Close"/> method to put the <seecref="T:Newtonsoft.Json.JsonWriter"/> in the <c>Closed</c> state.
Any other <seecref="T:Newtonsoft.Json.JsonWriter"/> method calls results in an <seecref="T:System.InvalidOperationException"/> being thrown.
Causes child objects to be indented according to the <seecref="P:Newtonsoft.Json.JsonTextWriter.Indentation"/> and <seecref="P:Newtonsoft.Json.JsonTextWriter.IndentChar"/> settings.
All members are serialized by default. Members can be excluded using the <seecref="T:Newtonsoft.Json.JsonIgnoreAttribute"/>.
All public members are serialized by default. Members can be excluded using <seecref="T:Newtonsoft.Json.JsonIgnoreAttribute"/> or <seecref="!:NonSerializedAttribute"/>.
Only members must be marked with the <seecref="T:Newtonsoft.Json.JsonPropertyAttribute"/> are serialized.
Only members must be marked with <seecref="T:Newtonsoft.Json.JsonPropertyAttribute"/> or <seecref="T:System.Runtime.Serialization.DataMemberAttribute"/> are serialized.
This member serialization mode can also be set by marking the class with <seecref="T:System.Runtime.Serialization.DataContractAttribute"/>.
All public and private fields are serialized. Members can be excluded using <seecref="T:Newtonsoft.Json.JsonIgnoreAttribute"/> or <seecref="!:NonSerializedAttribute"/>.
This member serialization mode can also be set by marking the class with <seecref="!:SerializableAttribute"/>.
Gets the text description corresponding to the validation event.
Gets the text description corresponding to the validation error.
</summary>
<value>The text description.</value>
</member>
@ -6390,5 +6638,47 @@
Any type.
</summary>
</member>
<membername="T:Newtonsoft.Json.WriteState">
<summary>
Specifies the state of the <seecref="T:Newtonsoft.Json.JsonWriter"/>.
</summary>
</member>
<membername="F:Newtonsoft.Json.WriteState.Error">
<summary>
An exception has been thrown, which has left the <seecref="T:Newtonsoft.Json.JsonWriter"/> in an invalid state.
You may call the <seecref="M:Newtonsoft.Json.JsonWriter.Close"/> method to put the <seecref="T:Newtonsoft.Json.JsonWriter"/> in the <c>Closed</c> state.
Any other <seecref="T:Newtonsoft.Json.JsonWriter"/> method calls results in an <seecref="T:System.InvalidOperationException"/> being thrown.
Reads the next JSON token from the stream as a <seecref="T:Byte[]"/>.
</summary>
<returns>A <seecref="T:Byte[]"/> or a null reference if the next JSON token is null.</returns>
<returns>A <seecref="T:Byte[]"/> or a null reference if the next JSON token is null. This method will return <c>null</c> at the end of an array.</returns>
Causes child objects to be indented according to the <seecref="P:Newtonsoft.Json.JsonTextWriter.Indentation"/> and <seecref="P:Newtonsoft.Json.JsonTextWriter.IndentChar"/> settings.
</summary>
</member>
<membername="T:Newtonsoft.Json.IJsonLineInfo">
<summary>
Provides an interface to enable a class to return line and position information.
Converts the <seecref="T:System.DateTimeOffset"/> to its JSON string representation using the <seecref="T:Newtonsoft.Json.DateFormatHandling"/> specified.
</summary>
<paramname="value">The value to convert.</param>
<paramname="format">The format the date will be converted to.</param>
<returns>A JSON string representation of the <seecref="T:System.DateTimeOffset"/>.</returns>
Gets the quotation mark character used to enclose the value of a string.
@ -2854,63 +3084,6 @@
</summary>
<value>The <seecref="T:Newtonsoft.Json.JsonReader"/> specified in the constructor.</value>
</member>
<membername="T:Newtonsoft.Json.WriteState">
<summary>
Specifies the state of the <seecref="T:Newtonsoft.Json.JsonWriter"/>.
</summary>
</member>
<membername="F:Newtonsoft.Json.WriteState.Error">
<summary>
An exception has been thrown, which has left the <seecref="T:Newtonsoft.Json.JsonWriter"/> in an invalid state.
You may call the <seecref="M:Newtonsoft.Json.JsonWriter.Close"/> method to put the <seecref="T:Newtonsoft.Json.JsonWriter"/> in the <c>Closed</c> state.
Any other <seecref="T:Newtonsoft.Json.JsonWriter"/> method calls results in an <seecref="T:System.InvalidOperationException"/> being thrown.
Causes child objects to be indented according to the <seecref="P:Newtonsoft.Json.JsonTextWriter.Indentation"/> and <seecref="P:Newtonsoft.Json.JsonTextWriter.IndentChar"/> settings.
All members are serialized by default. Members can be excluded using the <seecref="T:Newtonsoft.Json.JsonIgnoreAttribute"/>.
All public members are serialized by default. Members can be excluded using <seecref="T:Newtonsoft.Json.JsonIgnoreAttribute"/> or <seecref="!:NonSerializedAttribute"/>.
Only members must be marked with the <seecref="T:Newtonsoft.Json.JsonPropertyAttribute"/> are serialized.
Only members must be marked with <seecref="T:Newtonsoft.Json.JsonPropertyAttribute"/> or <seecref="T:System.Runtime.Serialization.DataMemberAttribute"/> are serialized.
This member serialization mode can also be set by marking the class with <seecref="T:System.Runtime.Serialization.DataContractAttribute"/>.
All public and private fields are serialized. Members can be excluded using <seecref="T:Newtonsoft.Json.JsonIgnoreAttribute"/> or <seecref="!:NonSerializedAttribute"/>.
This member serialization mode can also be set by marking the class with <seecref="!:SerializableAttribute"/>.
Gets the text description corresponding to the validation event.
Gets the text description corresponding to the validation error.
</summary>
<value>The text description.</value>
</member>
@ -6390,5 +6638,47 @@
Any type.
</summary>
</member>
<membername="T:Newtonsoft.Json.WriteState">
<summary>
Specifies the state of the <seecref="T:Newtonsoft.Json.JsonWriter"/>.
</summary>
</member>
<membername="F:Newtonsoft.Json.WriteState.Error">
<summary>
An exception has been thrown, which has left the <seecref="T:Newtonsoft.Json.JsonWriter"/> in an invalid state.
You may call the <seecref="M:Newtonsoft.Json.JsonWriter.Close"/> method to put the <seecref="T:Newtonsoft.Json.JsonWriter"/> in the <c>Closed</c> state.
Any other <seecref="T:Newtonsoft.Json.JsonWriter"/> method calls results in an <seecref="T:System.InvalidOperationException"/> being thrown.
Reads the next JSON token from the stream as a <seecref="T:Byte[]"/>.
</summary>
<returns>A <seecref="T:Byte[]"/> or a null reference if the next JSON token is null.</returns>
<returns>A <seecref="T:Byte[]"/> or a null reference if the next JSON token is null. This method will return <c>null</c> at the end of an array.</returns>
Causes child objects to be indented according to the <seecref="P:Newtonsoft.Json.JsonTextWriter.Indentation"/> and <seecref="P:Newtonsoft.Json.JsonTextWriter.IndentChar"/> settings.
</summary>
</member>
<membername="T:Newtonsoft.Json.IJsonLineInfo">
<summary>
Provides an interface to enable a class to return line and position information.
Converts the <seecref="T:System.DateTimeOffset"/> to its JSON string representation using the <seecref="T:Newtonsoft.Json.DateFormatHandling"/> specified.
</summary>
<paramname="value">The value to convert.</param>
<paramname="format">The format the date will be converted to.</param>
<returns>A JSON string representation of the <seecref="T:System.DateTimeOffset"/>.</returns>
Gets the quotation mark character used to enclose the value of a string.
@ -2784,63 +3014,6 @@
</summary>
<value>The <seecref="T:Newtonsoft.Json.JsonReader"/> specified in the constructor.</value>
</member>
<membername="T:Newtonsoft.Json.WriteState">
<summary>
Specifies the state of the <seecref="T:Newtonsoft.Json.JsonWriter"/>.
</summary>
</member>
<membername="F:Newtonsoft.Json.WriteState.Error">
<summary>
An exception has been thrown, which has left the <seecref="T:Newtonsoft.Json.JsonWriter"/> in an invalid state.
You may call the <seecref="M:Newtonsoft.Json.JsonWriter.Close"/> method to put the <seecref="T:Newtonsoft.Json.JsonWriter"/> in the <c>Closed</c> state.
Any other <seecref="T:Newtonsoft.Json.JsonWriter"/> method calls results in an <seecref="T:System.InvalidOperationException"/> being thrown.
Causes child objects to be indented according to the <seecref="P:Newtonsoft.Json.JsonTextWriter.Indentation"/> and <seecref="P:Newtonsoft.Json.JsonTextWriter.IndentChar"/> settings.
All members are serialized by default. Members can be excluded using the <seecref="T:Newtonsoft.Json.JsonIgnoreAttribute"/>.
All public members are serialized by default. Members can be excluded using <seecref="T:Newtonsoft.Json.JsonIgnoreAttribute"/> or <seecref="!:NonSerializedAttribute"/>.
Only members must be marked with the <seecref="T:Newtonsoft.Json.JsonPropertyAttribute"/> are serialized.
Only members must be marked with <seecref="T:Newtonsoft.Json.JsonPropertyAttribute"/> or <seecref="T:System.Runtime.Serialization.DataMemberAttribute"/> are serialized.
This member serialization mode can also be set by marking the class with <seecref="T:System.Runtime.Serialization.DataContractAttribute"/>.
All public and private fields are serialized. Members can be excluded using <seecref="T:Newtonsoft.Json.JsonIgnoreAttribute"/> or <seecref="!:NonSerializedAttribute"/>.
This member serialization mode can also be set by marking the class with <seecref="!:SerializableAttribute"/>.
Gets the text description corresponding to the validation event.
Gets the text description corresponding to the validation error.
</summary>
<value>The text description.</value>
</member>
@ -6420,5 +6660,47 @@
Any type.
</summary>
</member>
<membername="T:Newtonsoft.Json.WriteState">
<summary>
Specifies the state of the <seecref="T:Newtonsoft.Json.JsonWriter"/>.
</summary>
</member>
<membername="F:Newtonsoft.Json.WriteState.Error">
<summary>
An exception has been thrown, which has left the <seecref="T:Newtonsoft.Json.JsonWriter"/> in an invalid state.
You may call the <seecref="M:Newtonsoft.Json.JsonWriter.Close"/> method to put the <seecref="T:Newtonsoft.Json.JsonWriter"/> in the <c>Closed</c> state.
Any other <seecref="T:Newtonsoft.Json.JsonWriter"/> method calls results in an <seecref="T:System.InvalidOperationException"/> being thrown.