Packages update

This commit is contained in:
JustArchi
2015-11-18 14:49:31 +01:00
parent 59360c5b60
commit f873da7236
23 changed files with 206 additions and 32 deletions

View File

@@ -63,7 +63,7 @@
<Private>True</Private> <Private>True</Private>
</Reference> </Reference>
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> <Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.8.0.1-beta1\lib\net45\Newtonsoft.Json.dll</HintPath> <HintPath>..\packages\Newtonsoft.Json.8.0.1-beta2\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private> <Private>True</Private>
</Reference> </Reference>
<Reference Include="protobuf-net, Version=2.0.0.668, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL"> <Reference Include="protobuf-net, Version=2.0.0.668, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL">

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<packages> <packages>
<package id="HtmlAgilityPack" version="1.4.9" targetFramework="net45" /> <package id="HtmlAgilityPack" version="1.4.9" targetFramework="net45" />
<package id="Newtonsoft.Json" version="8.0.1-beta1" targetFramework="net45" /> <package id="Newtonsoft.Json" version="8.0.1-beta2" targetFramework="net45" />
<package id="protobuf-net" version="2.0.0.668" targetFramework="net45" /> <package id="protobuf-net" version="2.0.0.668" targetFramework="net45" />
<package id="SteamKit2" version="1.6.5" targetFramework="net45" /> <package id="SteamKit2" version="1.6.5" targetFramework="net45" />
</packages> </packages>

View File

@@ -106,7 +106,7 @@
<summary> <summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary> </summary>
<returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns> <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.Bson.BsonReader.Read"> <member name="M:Newtonsoft.Json.Bson.BsonReader.Read">
<summary> <summary>
@@ -926,6 +926,25 @@
Causes child objects to be indented according to the <see cref="P:Newtonsoft.Json.JsonTextWriter.Indentation"/> and <see cref="P:Newtonsoft.Json.JsonTextWriter.IndentChar"/> settings. Causes child objects to be indented according to the <see cref="P:Newtonsoft.Json.JsonTextWriter.Indentation"/> and <see cref="P:Newtonsoft.Json.JsonTextWriter.IndentChar"/> settings.
</summary> </summary>
</member> </member>
<member name="T:Newtonsoft.Json.IJsonBufferPool`1">
<summary>
Provides an interface for using pooled buffers.
</summary>
<typeparam name="T">The buffer type content.</typeparam>
</member>
<member name="M:Newtonsoft.Json.IJsonBufferPool`1.RentBuffer(System.Int32)">
<summary>
Rent a buffer from the pool. This buffer must be returned when it is no longer needed.
</summary>
<param name="minSize">The minimum required size of the buffer. The returned buffer may be larger.</param>
<returns>The rented buffer from the pool.</returns>
</member>
<member name="M:Newtonsoft.Json.IJsonBufferPool`1.ReturnBuffer(`0[]@)">
<summary>
Return a buffer to the pool.
</summary>
<param name="buffer">The buffer that is being returned.</param>
</member>
<member name="T:Newtonsoft.Json.JsonConstructorAttribute"> <member name="T:Newtonsoft.Json.JsonConstructorAttribute">
<summary> <summary>
Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to use the specified constructor when deserializing that object. Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to use the specified constructor when deserializing that object.
@@ -2167,7 +2186,7 @@
<summary> <summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary> </summary>
<returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns> <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.Linq.JTokenReader.Read"> <member name="M:Newtonsoft.Json.Linq.JTokenReader.Read">
<summary> <summary>
@@ -6620,7 +6639,7 @@
<summary> <summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary> </summary>
<returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns> <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.JsonValidatingReader.Read"> <member name="M:Newtonsoft.Json.JsonValidatingReader.Read">
<summary> <summary>
@@ -6685,6 +6704,11 @@
</summary> </summary>
<param name="reader">The <c>TextReader</c> containing the XML data to read.</param> <param name="reader">The <c>TextReader</c> containing the XML data to read.</param>
</member> </member>
<member name="P:Newtonsoft.Json.JsonTextReader.BufferPool">
<summary>
Gets or sets the reader's character buffer pool.
</summary>
</member>
<member name="M:Newtonsoft.Json.JsonTextReader.Read"> <member name="M:Newtonsoft.Json.JsonTextReader.Read">
<summary> <summary>
Reads the next JSON token from the stream. Reads the next JSON token from the stream.
@@ -6723,7 +6747,7 @@
<summary> <summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary> </summary>
<returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns> <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.JsonTextReader.Close"> <member name="M:Newtonsoft.Json.JsonTextReader.Close">
<summary> <summary>
@@ -6871,6 +6895,11 @@
Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data. Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.
</summary> </summary>
</member> </member>
<member name="P:Newtonsoft.Json.JsonTextWriter.BufferPool">
<summary>
Gets or sets the writer's character buffer pool.
</summary>
</member>
<member name="P:Newtonsoft.Json.JsonTextWriter.Indentation"> <member name="P:Newtonsoft.Json.JsonTextWriter.Indentation">
<summary> <summary>
Gets or sets how many IndentChars to write for each level in the hierarchy when <see cref="T:Newtonsoft.Json.Formatting"/> is set to <c>Formatting.Indented</c>. Gets or sets how many IndentChars to write for each level in the hierarchy when <see cref="T:Newtonsoft.Json.Formatting"/> is set to <c>Formatting.Indented</c>.
@@ -7470,7 +7499,7 @@
<summary> <summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary> </summary>
<returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns> <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.JsonReader.Skip"> <member name="M:Newtonsoft.Json.JsonReader.Skip">
<summary> <summary>

View File

@@ -89,7 +89,7 @@
<summary> <summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary> </summary>
<returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns> <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsDateTimeOffset"> <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsDateTimeOffset">
<summary> <summary>
@@ -977,6 +977,25 @@
Causes child objects to be indented according to the <see cref="P:Newtonsoft.Json.JsonTextWriter.Indentation"/> and <see cref="P:Newtonsoft.Json.JsonTextWriter.IndentChar"/> settings. Causes child objects to be indented according to the <see cref="P:Newtonsoft.Json.JsonTextWriter.Indentation"/> and <see cref="P:Newtonsoft.Json.JsonTextWriter.IndentChar"/> settings.
</summary> </summary>
</member> </member>
<member name="T:Newtonsoft.Json.IJsonBufferPool`1">
<summary>
Provides an interface for using pooled buffers.
</summary>
<typeparam name="T">The buffer type content.</typeparam>
</member>
<member name="M:Newtonsoft.Json.IJsonBufferPool`1.RentBuffer(System.Int32)">
<summary>
Rent a buffer from the pool. This buffer must be returned when it is no longer needed.
</summary>
<param name="minSize">The minimum required size of the buffer. The returned buffer may be larger.</param>
<returns>The rented buffer from the pool.</returns>
</member>
<member name="M:Newtonsoft.Json.IJsonBufferPool`1.ReturnBuffer(`0[]@)">
<summary>
Return a buffer to the pool.
</summary>
<param name="buffer">The buffer that is being returned.</param>
</member>
<member name="T:Newtonsoft.Json.JsonConstructorAttribute"> <member name="T:Newtonsoft.Json.JsonConstructorAttribute">
<summary> <summary>
Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to use the specified constructor when deserializing that object. Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to use the specified constructor when deserializing that object.
@@ -2229,7 +2248,7 @@
<summary> <summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary> </summary>
<returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns> <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsDateTimeOffset"> <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsDateTimeOffset">
<summary> <summary>
@@ -5670,7 +5689,7 @@
<summary> <summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary> </summary>
<returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns> <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDateTimeOffset"> <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDateTimeOffset">
<summary> <summary>
@@ -5741,6 +5760,11 @@
</summary> </summary>
<param name="reader">The <c>TextReader</c> containing the XML data to read.</param> <param name="reader">The <c>TextReader</c> containing the XML data to read.</param>
</member> </member>
<member name="P:Newtonsoft.Json.JsonTextReader.BufferPool">
<summary>
Gets or sets the reader's character buffer pool.
</summary>
</member>
<member name="M:Newtonsoft.Json.JsonTextReader.Read"> <member name="M:Newtonsoft.Json.JsonTextReader.Read">
<summary> <summary>
Reads the next JSON token from the stream. Reads the next JSON token from the stream.
@@ -5779,7 +5803,7 @@
<summary> <summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary> </summary>
<returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns> <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDateTimeOffset"> <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDateTimeOffset">
<summary> <summary>
@@ -5933,6 +5957,11 @@
Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data. Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.
</summary> </summary>
</member> </member>
<member name="P:Newtonsoft.Json.JsonTextWriter.BufferPool">
<summary>
Gets or sets the writer's character buffer pool.
</summary>
</member>
<member name="P:Newtonsoft.Json.JsonTextWriter.Indentation"> <member name="P:Newtonsoft.Json.JsonTextWriter.Indentation">
<summary> <summary>
Gets or sets how many IndentChars to write for each level in the hierarchy when <see cref="T:Newtonsoft.Json.Formatting"/> is set to <c>Formatting.Indented</c>. Gets or sets how many IndentChars to write for each level in the hierarchy when <see cref="T:Newtonsoft.Json.Formatting"/> is set to <c>Formatting.Indented</c>.
@@ -6538,7 +6567,7 @@
<summary> <summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary> </summary>
<returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns> <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.JsonReader.ReadAsDateTimeOffset"> <member name="M:Newtonsoft.Json.JsonReader.ReadAsDateTimeOffset">
<summary> <summary>

View File

@@ -89,7 +89,7 @@
<summary> <summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary> </summary>
<returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns> <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsDateTimeOffset"> <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsDateTimeOffset">
<summary> <summary>
@@ -973,6 +973,25 @@
Floating point numbers are parsed to <see cref="F:Newtonsoft.Json.FloatParseHandling.Decimal"/>. Floating point numbers are parsed to <see cref="F:Newtonsoft.Json.FloatParseHandling.Decimal"/>.
</summary> </summary>
</member> </member>
<member name="T:Newtonsoft.Json.IJsonBufferPool`1">
<summary>
Provides an interface for using pooled buffers.
</summary>
<typeparam name="T">The buffer type content.</typeparam>
</member>
<member name="M:Newtonsoft.Json.IJsonBufferPool`1.RentBuffer(System.Int32)">
<summary>
Rent a buffer from the pool. This buffer must be returned when it is no longer needed.
</summary>
<param name="minSize">The minimum required size of the buffer. The returned buffer may be larger.</param>
<returns>The rented buffer from the pool.</returns>
</member>
<member name="M:Newtonsoft.Json.IJsonBufferPool`1.ReturnBuffer(`0[]@)">
<summary>
Return a buffer to the pool.
</summary>
<param name="buffer">The buffer that is being returned.</param>
</member>
<member name="T:Newtonsoft.Json.JsonDictionaryAttribute"> <member name="T:Newtonsoft.Json.JsonDictionaryAttribute">
<summary> <summary>
Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the collection. Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the collection.
@@ -2321,7 +2340,7 @@
<summary> <summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary> </summary>
<returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns> <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsDateTimeOffset"> <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsDateTimeOffset">
<summary> <summary>
@@ -5878,7 +5897,7 @@
<summary> <summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary> </summary>
<returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns> <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDateTimeOffset"> <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDateTimeOffset">
<summary> <summary>
@@ -5949,6 +5968,11 @@
</summary> </summary>
<param name="reader">The <c>TextReader</c> containing the XML data to read.</param> <param name="reader">The <c>TextReader</c> containing the XML data to read.</param>
</member> </member>
<member name="P:Newtonsoft.Json.JsonTextReader.BufferPool">
<summary>
Gets or sets the reader's character buffer pool.
</summary>
</member>
<member name="M:Newtonsoft.Json.JsonTextReader.Read"> <member name="M:Newtonsoft.Json.JsonTextReader.Read">
<summary> <summary>
Reads the next JSON token from the stream. Reads the next JSON token from the stream.
@@ -5987,7 +6011,7 @@
<summary> <summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary> </summary>
<returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns> <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDateTimeOffset"> <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDateTimeOffset">
<summary> <summary>
@@ -6141,6 +6165,11 @@
Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data. Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.
</summary> </summary>
</member> </member>
<member name="P:Newtonsoft.Json.JsonTextWriter.BufferPool">
<summary>
Gets or sets the writer's character buffer pool.
</summary>
</member>
<member name="P:Newtonsoft.Json.JsonTextWriter.Indentation"> <member name="P:Newtonsoft.Json.JsonTextWriter.Indentation">
<summary> <summary>
Gets or sets how many IndentChars to write for each level in the hierarchy when <see cref="T:Newtonsoft.Json.Formatting"/> is set to <c>Formatting.Indented</c>. Gets or sets how many IndentChars to write for each level in the hierarchy when <see cref="T:Newtonsoft.Json.Formatting"/> is set to <c>Formatting.Indented</c>.
@@ -6746,7 +6775,7 @@
<summary> <summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary> </summary>
<returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns> <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.JsonReader.ReadAsDateTimeOffset"> <member name="M:Newtonsoft.Json.JsonReader.ReadAsDateTimeOffset">
<summary> <summary>

View File

@@ -106,7 +106,7 @@
<summary> <summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary> </summary>
<returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns> <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsDateTimeOffset"> <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsDateTimeOffset">
<summary> <summary>
@@ -1084,6 +1084,25 @@
Causes child objects to be indented according to the <see cref="P:Newtonsoft.Json.JsonTextWriter.Indentation"/> and <see cref="P:Newtonsoft.Json.JsonTextWriter.IndentChar"/> settings. Causes child objects to be indented according to the <see cref="P:Newtonsoft.Json.JsonTextWriter.Indentation"/> and <see cref="P:Newtonsoft.Json.JsonTextWriter.IndentChar"/> settings.
</summary> </summary>
</member> </member>
<member name="T:Newtonsoft.Json.IJsonBufferPool`1">
<summary>
Provides an interface for using pooled buffers.
</summary>
<typeparam name="T">The buffer type content.</typeparam>
</member>
<member name="M:Newtonsoft.Json.IJsonBufferPool`1.RentBuffer(System.Int32)">
<summary>
Rent a buffer from the pool. This buffer must be returned when it is no longer needed.
</summary>
<param name="minSize">The minimum required size of the buffer. The returned buffer may be larger.</param>
<returns>The rented buffer from the pool.</returns>
</member>
<member name="M:Newtonsoft.Json.IJsonBufferPool`1.ReturnBuffer(`0[]@)">
<summary>
Return a buffer to the pool.
</summary>
<param name="buffer">The buffer that is being returned.</param>
</member>
<member name="T:Newtonsoft.Json.IJsonLineInfo"> <member name="T:Newtonsoft.Json.IJsonLineInfo">
<summary> <summary>
Provides an interface to enable a class to return line and position information. Provides an interface to enable a class to return line and position information.
@@ -2386,7 +2405,7 @@
<summary> <summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary> </summary>
<returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns> <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.JsonReader.ReadAsDateTimeOffset"> <member name="M:Newtonsoft.Json.JsonReader.ReadAsDateTimeOffset">
<summary> <summary>
@@ -3030,6 +3049,11 @@
</summary> </summary>
<param name="reader">The <c>TextReader</c> containing the XML data to read.</param> <param name="reader">The <c>TextReader</c> containing the XML data to read.</param>
</member> </member>
<member name="P:Newtonsoft.Json.JsonTextReader.BufferPool">
<summary>
Gets or sets the reader's character buffer pool.
</summary>
</member>
<member name="M:Newtonsoft.Json.JsonTextReader.Read"> <member name="M:Newtonsoft.Json.JsonTextReader.Read">
<summary> <summary>
Reads the next JSON token from the stream. Reads the next JSON token from the stream.
@@ -3068,7 +3092,7 @@
<summary> <summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary> </summary>
<returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns> <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDateTimeOffset"> <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDateTimeOffset">
<summary> <summary>
@@ -3110,6 +3134,11 @@
Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data. Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.
</summary> </summary>
</member> </member>
<member name="P:Newtonsoft.Json.JsonTextWriter.BufferPool">
<summary>
Gets or sets the writer's character buffer pool.
</summary>
</member>
<member name="P:Newtonsoft.Json.JsonTextWriter.Indentation"> <member name="P:Newtonsoft.Json.JsonTextWriter.Indentation">
<summary> <summary>
Gets or sets how many IndentChars to write for each level in the hierarchy when <see cref="T:Newtonsoft.Json.Formatting"/> is set to <c>Formatting.Indented</c>. Gets or sets how many IndentChars to write for each level in the hierarchy when <see cref="T:Newtonsoft.Json.Formatting"/> is set to <c>Formatting.Indented</c>.
@@ -3557,7 +3586,7 @@
<summary> <summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary> </summary>
<returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns> <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDateTimeOffset"> <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDateTimeOffset">
<summary> <summary>
@@ -6199,7 +6228,7 @@
<summary> <summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary> </summary>
<returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns> <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsDateTimeOffset"> <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsDateTimeOffset">
<summary> <summary>

View File

@@ -106,7 +106,7 @@
<summary> <summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary> </summary>
<returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns> <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsDateTimeOffset"> <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsDateTimeOffset">
<summary> <summary>
@@ -857,6 +857,25 @@
Causes child objects to be indented according to the <see cref="P:Newtonsoft.Json.JsonTextWriter.Indentation"/> and <see cref="P:Newtonsoft.Json.JsonTextWriter.IndentChar"/> settings. Causes child objects to be indented according to the <see cref="P:Newtonsoft.Json.JsonTextWriter.Indentation"/> and <see cref="P:Newtonsoft.Json.JsonTextWriter.IndentChar"/> settings.
</summary> </summary>
</member> </member>
<member name="T:Newtonsoft.Json.IJsonBufferPool`1">
<summary>
Provides an interface for using pooled buffers.
</summary>
<typeparam name="T">The buffer type content.</typeparam>
</member>
<member name="M:Newtonsoft.Json.IJsonBufferPool`1.RentBuffer(System.Int32)">
<summary>
Rent a buffer from the pool. This buffer must be returned when it is no longer needed.
</summary>
<param name="minSize">The minimum required size of the buffer. The returned buffer may be larger.</param>
<returns>The rented buffer from the pool.</returns>
</member>
<member name="M:Newtonsoft.Json.IJsonBufferPool`1.ReturnBuffer(`0[]@)">
<summary>
Return a buffer to the pool.
</summary>
<param name="buffer">The buffer that is being returned.</param>
</member>
<member name="T:Newtonsoft.Json.IJsonLineInfo"> <member name="T:Newtonsoft.Json.IJsonLineInfo">
<summary> <summary>
Provides an interface to enable a class to return line and position information. Provides an interface to enable a class to return line and position information.
@@ -1947,7 +1966,7 @@
<summary> <summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary> </summary>
<returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns> <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.JsonReader.ReadAsDateTimeOffset"> <member name="M:Newtonsoft.Json.JsonReader.ReadAsDateTimeOffset">
<summary> <summary>
@@ -2573,6 +2592,11 @@
</summary> </summary>
<param name="reader">The <c>TextReader</c> containing the XML data to read.</param> <param name="reader">The <c>TextReader</c> containing the XML data to read.</param>
</member> </member>
<member name="P:Newtonsoft.Json.JsonTextReader.BufferPool">
<summary>
Gets or sets the reader's character buffer pool.
</summary>
</member>
<member name="M:Newtonsoft.Json.JsonTextReader.Read"> <member name="M:Newtonsoft.Json.JsonTextReader.Read">
<summary> <summary>
Reads the next JSON token from the stream. Reads the next JSON token from the stream.
@@ -2611,7 +2635,7 @@
<summary> <summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary> </summary>
<returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns> <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDateTimeOffset"> <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDateTimeOffset">
<summary> <summary>
@@ -2653,6 +2677,11 @@
Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data. Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.
</summary> </summary>
</member> </member>
<member name="P:Newtonsoft.Json.JsonTextWriter.BufferPool">
<summary>
Gets or sets the writer's character buffer pool.
</summary>
</member>
<member name="P:Newtonsoft.Json.JsonTextWriter.Indentation"> <member name="P:Newtonsoft.Json.JsonTextWriter.Indentation">
<summary> <summary>
Gets or sets how many IndentChars to write for each level in the hierarchy when <see cref="T:Newtonsoft.Json.Formatting"/> is set to <c>Formatting.Indented</c>. Gets or sets how many IndentChars to write for each level in the hierarchy when <see cref="T:Newtonsoft.Json.Formatting"/> is set to <c>Formatting.Indented</c>.
@@ -3100,7 +3129,7 @@
<summary> <summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary> </summary>
<returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns> <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDateTimeOffset"> <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDateTimeOffset">
<summary> <summary>
@@ -5484,7 +5513,7 @@
<summary> <summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary> </summary>
<returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns> <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsDateTimeOffset"> <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsDateTimeOffset">
<summary> <summary>

View File

@@ -106,7 +106,7 @@
<summary> <summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary> </summary>
<returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns> <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsDateTimeOffset"> <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsDateTimeOffset">
<summary> <summary>
@@ -956,6 +956,25 @@
Causes child objects to be indented according to the <see cref="P:Newtonsoft.Json.JsonTextWriter.Indentation"/> and <see cref="P:Newtonsoft.Json.JsonTextWriter.IndentChar"/> settings. Causes child objects to be indented according to the <see cref="P:Newtonsoft.Json.JsonTextWriter.Indentation"/> and <see cref="P:Newtonsoft.Json.JsonTextWriter.IndentChar"/> settings.
</summary> </summary>
</member> </member>
<member name="T:Newtonsoft.Json.IJsonBufferPool`1">
<summary>
Provides an interface for using pooled buffers.
</summary>
<typeparam name="T">The buffer type content.</typeparam>
</member>
<member name="M:Newtonsoft.Json.IJsonBufferPool`1.RentBuffer(System.Int32)">
<summary>
Rent a buffer from the pool. This buffer must be returned when it is no longer needed.
</summary>
<param name="minSize">The minimum required size of the buffer. The returned buffer may be larger.</param>
<returns>The rented buffer from the pool.</returns>
</member>
<member name="M:Newtonsoft.Json.IJsonBufferPool`1.ReturnBuffer(`0[]@)">
<summary>
Return a buffer to the pool.
</summary>
<param name="buffer">The buffer that is being returned.</param>
</member>
<member name="T:Newtonsoft.Json.IJsonLineInfo"> <member name="T:Newtonsoft.Json.IJsonLineInfo">
<summary> <summary>
Provides an interface to enable a class to return line and position information. Provides an interface to enable a class to return line and position information.
@@ -2197,7 +2216,7 @@
<summary> <summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary> </summary>
<returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns> <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.JsonReader.ReadAsDateTimeOffset"> <member name="M:Newtonsoft.Json.JsonReader.ReadAsDateTimeOffset">
<summary> <summary>
@@ -2823,6 +2842,11 @@
</summary> </summary>
<param name="reader">The <c>TextReader</c> containing the XML data to read.</param> <param name="reader">The <c>TextReader</c> containing the XML data to read.</param>
</member> </member>
<member name="P:Newtonsoft.Json.JsonTextReader.BufferPool">
<summary>
Gets or sets the reader's character buffer pool.
</summary>
</member>
<member name="M:Newtonsoft.Json.JsonTextReader.Read"> <member name="M:Newtonsoft.Json.JsonTextReader.Read">
<summary> <summary>
Reads the next JSON token from the stream. Reads the next JSON token from the stream.
@@ -2861,7 +2885,7 @@
<summary> <summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary> </summary>
<returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns> <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDateTimeOffset"> <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDateTimeOffset">
<summary> <summary>
@@ -2903,6 +2927,11 @@
Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data. Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.
</summary> </summary>
</member> </member>
<member name="P:Newtonsoft.Json.JsonTextWriter.BufferPool">
<summary>
Gets or sets the writer's character buffer pool.
</summary>
</member>
<member name="P:Newtonsoft.Json.JsonTextWriter.Indentation"> <member name="P:Newtonsoft.Json.JsonTextWriter.Indentation">
<summary> <summary>
Gets or sets how many IndentChars to write for each level in the hierarchy when <see cref="T:Newtonsoft.Json.Formatting"/> is set to <c>Formatting.Indented</c>. Gets or sets how many IndentChars to write for each level in the hierarchy when <see cref="T:Newtonsoft.Json.Formatting"/> is set to <c>Formatting.Indented</c>.
@@ -3350,7 +3379,7 @@
<summary> <summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary> </summary>
<returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns> <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDateTimeOffset"> <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDateTimeOffset">
<summary> <summary>
@@ -5772,7 +5801,7 @@
<summary> <summary>
Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
</summary> </summary>
<returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns> <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
</member> </member>
<member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsDateTimeOffset"> <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsDateTimeOffset">
<summary> <summary>