Removed branched packages/Elasticsearch.Net.1.3.1/Elasticsearch.Net.1.3.1.nupkg
This commit is contained in:
Binary file not shown.
41449
packages/Elasticsearch.Net.1.3.1/lib/Elasticsearch.Net.XML
vendored
41449
packages/Elasticsearch.Net.1.3.1/lib/Elasticsearch.Net.XML
vendored
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
BIN
packages/MaxMind.DB.0.2.3.0/MaxMind.DB.0.2.3.0.nupkg
vendored
BIN
packages/MaxMind.DB.0.2.3.0/MaxMind.DB.0.2.3.0.nupkg
vendored
Binary file not shown.
BIN
packages/MaxMind.DB.0.2.3.0/lib/net40/MaxMind.Db.dll
vendored
BIN
packages/MaxMind.DB.0.2.3.0/lib/net40/MaxMind.Db.dll
vendored
Binary file not shown.
279
packages/MaxMind.DB.0.2.3.0/lib/net40/MaxMind.Db.xml
vendored
279
packages/MaxMind.DB.0.2.3.0/lib/net40/MaxMind.Db.xml
vendored
@@ -1,279 +0,0 @@
|
|||||||
<?xml version="1.0"?>
|
|
||||||
<doc>
|
|
||||||
<assembly>
|
|
||||||
<name>MaxMind.Db</name>
|
|
||||||
</assembly>
|
|
||||||
<members>
|
|
||||||
<member name="T:MaxMind.Db.ObjectType">
|
|
||||||
<summary>
|
|
||||||
Enumeration representing the types of objects read from the database
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:MaxMind.Db.Result">
|
|
||||||
<summary>
|
|
||||||
A data structure to store an object read from the database
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:MaxMind.Db.Result.#ctor(Newtonsoft.Json.Linq.JToken,System.Int32)">
|
|
||||||
<summary>
|
|
||||||
Initializes a new instance of the <see cref="T:MaxMind.Db.Result"/> class.
|
|
||||||
</summary>
|
|
||||||
<param name="node">The node.</param>
|
|
||||||
<param name="offset">The offset.</param>
|
|
||||||
</member>
|
|
||||||
<member name="P:MaxMind.Db.Result.Node">
|
|
||||||
<summary>
|
|
||||||
The object read from the database
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="P:MaxMind.Db.Result.Offset">
|
|
||||||
<summary>
|
|
||||||
The offset
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:MaxMind.Db.Decoder">
|
|
||||||
<summary>
|
|
||||||
Given a stream, this class decodes the object graph at a particular location
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:MaxMind.Db.Decoder.#ctor(System.Threading.ThreadLocal{System.IO.Stream},System.Int32)">
|
|
||||||
<summary>
|
|
||||||
Initializes a new instance of the <see cref="T:MaxMind.Db.Decoder"/> class.
|
|
||||||
</summary>
|
|
||||||
<param name="stream">The stream.</param>
|
|
||||||
<param name="pointerBase">The base address in the stream.</param>
|
|
||||||
</member>
|
|
||||||
<member name="M:MaxMind.Db.Decoder.Decode(System.Int32)">
|
|
||||||
<summary>
|
|
||||||
Decodes the object at the specified offset.
|
|
||||||
</summary>
|
|
||||||
<param name="offset">The offset.</param>
|
|
||||||
<returns>An object containing the data read from the stream</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:MaxMind.Db.Decoder.ReadOne(System.Int32)">
|
|
||||||
<summary>
|
|
||||||
Reads the one.
|
|
||||||
</summary>
|
|
||||||
<param name="position">The position.</param>
|
|
||||||
<returns></returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:MaxMind.Db.Decoder.ReadMany(System.Int32,System.Int32)">
|
|
||||||
<summary>
|
|
||||||
Reads the many.
|
|
||||||
</summary>
|
|
||||||
<param name="position">The position.</param>
|
|
||||||
<param name="size">The size.</param>
|
|
||||||
<returns></returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:MaxMind.Db.Decoder.DecodeByType(MaxMind.Db.ObjectType,System.Int32,System.Int32)">
|
|
||||||
<summary>
|
|
||||||
Decodes the type of the by.
|
|
||||||
</summary>
|
|
||||||
<param name="type">The type.</param>
|
|
||||||
<param name="offset">The offset.</param>
|
|
||||||
<param name="size">The size.</param>
|
|
||||||
<returns></returns>
|
|
||||||
<exception cref="T:System.Exception">Unable to handle type!</exception>
|
|
||||||
</member>
|
|
||||||
<member name="M:MaxMind.Db.Decoder.FromControlByte(System.Byte)">
|
|
||||||
<summary>
|
|
||||||
Froms the control byte.
|
|
||||||
</summary>
|
|
||||||
<param name="b">The attribute.</param>
|
|
||||||
<returns></returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:MaxMind.Db.Decoder.SizeFromCtrlByte(System.Byte,System.Int32)">
|
|
||||||
<summary>
|
|
||||||
Sizes from control byte.
|
|
||||||
</summary>
|
|
||||||
<param name="ctrlByte">The control byte.</param>
|
|
||||||
<param name="offset">The offset.</param>
|
|
||||||
<returns></returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:MaxMind.Db.Decoder.DecodeBoolean(System.Int32)">
|
|
||||||
<summary>
|
|
||||||
Decodes the boolean.
|
|
||||||
</summary>
|
|
||||||
<param name="size">The size of the structure.</param>
|
|
||||||
<returns></returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:MaxMind.Db.Decoder.DecodeDouble(System.Byte[])">
|
|
||||||
<summary>
|
|
||||||
Decodes the double.
|
|
||||||
</summary>
|
|
||||||
<param name="buffer">The buffer.</param>
|
|
||||||
<returns></returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:MaxMind.Db.Decoder.DecodeFloat(System.Byte[])">
|
|
||||||
<summary>
|
|
||||||
Decodes the float.
|
|
||||||
</summary>
|
|
||||||
<param name="buffer">The buffer.</param>
|
|
||||||
<returns></returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:MaxMind.Db.Decoder.DecodeString(System.Byte[])">
|
|
||||||
<summary>
|
|
||||||
Decodes the string.
|
|
||||||
</summary>
|
|
||||||
<param name="buffer">The buffer.</param>
|
|
||||||
<returns></returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:MaxMind.Db.Decoder.DecodeMap(System.Int32,System.Int32)">
|
|
||||||
<summary>
|
|
||||||
Decodes the map.
|
|
||||||
</summary>
|
|
||||||
<param name="size">The size.</param>
|
|
||||||
<param name="offset">The offset.</param>
|
|
||||||
<returns></returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:MaxMind.Db.Decoder.DecodeLong(System.Byte[])">
|
|
||||||
<summary>
|
|
||||||
Decodes the long.
|
|
||||||
</summary>
|
|
||||||
<param name="buffer">The buffer.</param>
|
|
||||||
<returns></returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:MaxMind.Db.Decoder.DecodeIntegerToJValue(System.Byte[])">
|
|
||||||
<summary>
|
|
||||||
Decodes the integer.
|
|
||||||
</summary>
|
|
||||||
<param name="buffer">The buffer.</param>
|
|
||||||
<returns></returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:MaxMind.Db.Decoder.DecodeArray(System.Int32,System.Int32)">
|
|
||||||
<summary>
|
|
||||||
Decodes the array.
|
|
||||||
</summary>
|
|
||||||
<param name="size">The size.</param>
|
|
||||||
<param name="offset">The offset.</param>
|
|
||||||
<returns></returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:MaxMind.Db.Decoder.DecodeUInt64(System.Byte[])">
|
|
||||||
<summary>
|
|
||||||
Decodes the uint64.
|
|
||||||
</summary>
|
|
||||||
<param name="buffer">The buffer.</param>
|
|
||||||
<returns></returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:MaxMind.Db.Decoder.DecodeBigInteger(System.Byte[])">
|
|
||||||
<summary>
|
|
||||||
Decodes the big integer.
|
|
||||||
</summary>
|
|
||||||
<param name="buffer">The buffer.</param>
|
|
||||||
<returns></returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:MaxMind.Db.Decoder.DecodePointer(System.Int32,System.Int32,System.Int32@)">
|
|
||||||
<summary>
|
|
||||||
Decodes the pointer.
|
|
||||||
</summary>
|
|
||||||
<param name="ctrlByte">The control byte.</param>
|
|
||||||
<param name="offset">The offset.</param>
|
|
||||||
<param name="outOffset">The resulting offset</param>
|
|
||||||
<returns></returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:MaxMind.Db.Decoder.DecodeInteger(System.Byte[])">
|
|
||||||
<summary>
|
|
||||||
Decodes the integer.
|
|
||||||
</summary>
|
|
||||||
<param name="buffer">The buffer.</param>
|
|
||||||
<returns></returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:MaxMind.Db.Decoder.DecodeInteger(System.Int32,System.Byte[])">
|
|
||||||
<summary>
|
|
||||||
Decodes the integer.
|
|
||||||
</summary>
|
|
||||||
<param name="baseValue">The base value.</param>
|
|
||||||
<param name="buffer">The buffer.</param>
|
|
||||||
<returns></returns>
|
|
||||||
</member>
|
|
||||||
<member name="T:MaxMind.Db.InvalidDatabaseException">
|
|
||||||
<summary>
|
|
||||||
Thrown when the MaxMind database file is incorrectly formatted
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:MaxMind.Db.InvalidDatabaseException.#ctor(System.String)">
|
|
||||||
<summary>
|
|
||||||
Initializes a new instance of the <see cref="T:MaxMind.Db.InvalidDatabaseException"/> class.
|
|
||||||
</summary>
|
|
||||||
<param name="message">A message that describes the error.</param>
|
|
||||||
</member>
|
|
||||||
<member name="M:MaxMind.Db.InvalidDatabaseException.#ctor(System.String,System.Exception)">
|
|
||||||
<summary>
|
|
||||||
Initializes a new instance of the <see cref="T:MaxMind.Db.InvalidDatabaseException"/> class.
|
|
||||||
</summary>
|
|
||||||
<param name="message">The error message that explains the reason for the exception.</param>
|
|
||||||
<param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException"/> parameter is not a null reference, the current exception is raised in a catch block that handles the inner exception.</param>
|
|
||||||
</member>
|
|
||||||
<member name="T:MaxMind.Db.FileAccessMode">
|
|
||||||
<summary>
|
|
||||||
An enumeration specifying the API to use to read the database
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:MaxMind.Db.FileAccessMode.MemoryMapped">
|
|
||||||
<summary>
|
|
||||||
Open the file in memory mapped mode. Does not load into real memory.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:MaxMind.Db.FileAccessMode.Memory">
|
|
||||||
<summary>
|
|
||||||
Load the file into memory.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:MaxMind.Db.Reader">
|
|
||||||
<summary>
|
|
||||||
Given a MaxMind DB file, this class will retrieve information about an IP address
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:MaxMind.Db.Reader.#ctor(System.String)">
|
|
||||||
<summary>
|
|
||||||
Initializes a new instance of the <see cref="T:MaxMind.Db.Reader"/> class.
|
|
||||||
</summary>
|
|
||||||
<param name="file">The file.</param>
|
|
||||||
</member>
|
|
||||||
<member name="M:MaxMind.Db.Reader.#ctor(System.String,MaxMind.Db.FileAccessMode)">
|
|
||||||
<summary>
|
|
||||||
Initializes a new instance of the <see cref="T:MaxMind.Db.Reader"/> class.
|
|
||||||
</summary>
|
|
||||||
<param name="file">The MaxMind DB file.</param>
|
|
||||||
<param name="mode">The mode by which to access the DB file.</param>
|
|
||||||
</member>
|
|
||||||
<member name="M:MaxMind.Db.Reader.#ctor(System.IO.Stream)">
|
|
||||||
<summary>
|
|
||||||
Initialize with Stream
|
|
||||||
</summary>
|
|
||||||
<param name="stream"></param>
|
|
||||||
</member>
|
|
||||||
<member name="M:MaxMind.Db.Reader.Find(System.String)">
|
|
||||||
<summary>
|
|
||||||
Finds the data related to the specified address.
|
|
||||||
</summary>
|
|
||||||
<param name="ipAddress">The IP address.</param>
|
|
||||||
<returns>An object containing the IP related data</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:MaxMind.Db.Reader.Find(System.Net.IPAddress)">
|
|
||||||
<summary>
|
|
||||||
Finds the data related to the specified address.
|
|
||||||
</summary>
|
|
||||||
<param name="ipAddress">The IP address.</param>
|
|
||||||
<returns>An object containing the IP related data</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:MaxMind.Db.Reader.Dispose">
|
|
||||||
<summary>
|
|
||||||
Release resources back to the system.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="P:MaxMind.Db.Reader.Metadata">
|
|
||||||
<summary>
|
|
||||||
Gets the metadata.
|
|
||||||
</summary>
|
|
||||||
<value>
|
|
||||||
The metadata.
|
|
||||||
</value>
|
|
||||||
</member>
|
|
||||||
<member name="T:MaxMind.Db.Metadata">
|
|
||||||
<summary>
|
|
||||||
Data about the database file itself
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
</members>
|
|
||||||
</doc>
|
|
||||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
BIN
packages/NEST.1.3.1/NEST.1.3.1.nupkg
vendored
BIN
packages/NEST.1.3.1/NEST.1.3.1.nupkg
vendored
Binary file not shown.
12447
packages/NEST.1.3.1/lib/Nest.XML
vendored
12447
packages/NEST.1.3.1/lib/Nest.XML
vendored
File diff suppressed because it is too large
Load Diff
BIN
packages/NEST.1.3.1/lib/Nest.dll
vendored
BIN
packages/NEST.1.3.1/lib/Nest.dll
vendored
Binary file not shown.
BIN
packages/NEST.1.3.1/lib/Nest.pdb
vendored
BIN
packages/NEST.1.3.1/lib/Nest.pdb
vendored
Binary file not shown.
BIN
packages/NLog.3.1.0.0/NLog.3.1.0.0.nupkg
vendored
BIN
packages/NLog.3.1.0.0/NLog.3.1.0.0.nupkg
vendored
Binary file not shown.
BIN
packages/NLog.3.1.0.0/lib/net35/NLog.dll
vendored
BIN
packages/NLog.3.1.0.0/lib/net35/NLog.dll
vendored
Binary file not shown.
15057
packages/NLog.3.1.0.0/lib/net35/NLog.xml
vendored
15057
packages/NLog.3.1.0.0/lib/net35/NLog.xml
vendored
File diff suppressed because it is too large
Load Diff
BIN
packages/NLog.3.1.0.0/lib/net40/NLog.dll
vendored
BIN
packages/NLog.3.1.0.0/lib/net40/NLog.dll
vendored
Binary file not shown.
14997
packages/NLog.3.1.0.0/lib/net40/NLog.xml
vendored
14997
packages/NLog.3.1.0.0/lib/net40/NLog.xml
vendored
File diff suppressed because it is too large
Load Diff
BIN
packages/NLog.3.1.0.0/lib/net45/NLog.dll
vendored
BIN
packages/NLog.3.1.0.0/lib/net45/NLog.dll
vendored
Binary file not shown.
15022
packages/NLog.3.1.0.0/lib/net45/NLog.xml
vendored
15022
packages/NLog.3.1.0.0/lib/net45/NLog.xml
vendored
File diff suppressed because it is too large
Load Diff
BIN
packages/NLog.3.1.0.0/lib/sl4/NLog.dll
vendored
BIN
packages/NLog.3.1.0.0/lib/sl4/NLog.dll
vendored
Binary file not shown.
10254
packages/NLog.3.1.0.0/lib/sl4/NLog.xml
vendored
10254
packages/NLog.3.1.0.0/lib/sl4/NLog.xml
vendored
File diff suppressed because it is too large
Load Diff
BIN
packages/NLog.3.1.0.0/lib/sl5/NLog.dll
vendored
BIN
packages/NLog.3.1.0.0/lib/sl5/NLog.dll
vendored
Binary file not shown.
10254
packages/NLog.3.1.0.0/lib/sl5/NLog.xml
vendored
10254
packages/NLog.3.1.0.0/lib/sl5/NLog.xml
vendored
File diff suppressed because it is too large
Load Diff
BIN
packages/NUnit.2.6.3/NUnit.2.6.3.nupkg
vendored
BIN
packages/NUnit.2.6.3/NUnit.2.6.3.nupkg
vendored
Binary file not shown.
BIN
packages/NUnit.2.6.3/lib/nunit.framework.dll
vendored
BIN
packages/NUnit.2.6.3/lib/nunit.framework.dll
vendored
Binary file not shown.
10960
packages/NUnit.2.6.3/lib/nunit.framework.xml
vendored
10960
packages/NUnit.2.6.3/lib/nunit.framework.xml
vendored
File diff suppressed because it is too large
Load Diff
15
packages/NUnit.2.6.3/license.txt
vendored
15
packages/NUnit.2.6.3/license.txt
vendored
@@ -1,15 +0,0 @@
|
|||||||
Copyright © 2002-2013 Charlie Poole
|
|
||||||
Copyright © 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov
|
|
||||||
Copyright © 2000-2002 Philip A. Craig
|
|
||||||
|
|
||||||
This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
|
|
||||||
|
|
||||||
Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
|
|
||||||
|
|
||||||
1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment (see the following) in the product documentation is required.
|
|
||||||
|
|
||||||
Portions Copyright © 2002-2013 Charlie Poole or Copyright © 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov or Copyright © 2000-2002 Philip A. Craig
|
|
||||||
|
|
||||||
2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
|
|
||||||
|
|
||||||
3. This notice may not be removed or altered from any source distribution.
|
|
||||||
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
93
packages/Newtonsoft.Json.6.0.4/tools/install.ps1
vendored
93
packages/Newtonsoft.Json.6.0.4/tools/install.ps1
vendored
@@ -1,93 +0,0 @@
|
|||||||
param($installPath, $toolsPath, $package, $project)
|
|
||||||
|
|
||||||
# open json.net splash page on package install
|
|
||||||
# don't open if json.net is installed as a dependency
|
|
||||||
|
|
||||||
try
|
|
||||||
{
|
|
||||||
$url = "http://james.newtonking.com/json"
|
|
||||||
$dte2 = Get-Interface $dte ([EnvDTE80.DTE2])
|
|
||||||
|
|
||||||
if ($dte2.ActiveWindow.Caption -eq "Package Manager Console")
|
|
||||||
{
|
|
||||||
# user is installing from VS NuGet console
|
|
||||||
# get reference to the window, the console host and the input history
|
|
||||||
# show webpage if "install-package newtonsoft.json" was last input
|
|
||||||
|
|
||||||
$consoleWindow = $(Get-VSComponentModel).GetService([NuGetConsole.IPowerConsoleWindow])
|
|
||||||
|
|
||||||
$props = $consoleWindow.GetType().GetProperties([System.Reflection.BindingFlags]::Instance -bor `
|
|
||||||
[System.Reflection.BindingFlags]::NonPublic)
|
|
||||||
|
|
||||||
$prop = $props | ? { $_.Name -eq "ActiveHostInfo" } | select -first 1
|
|
||||||
if ($prop -eq $null) { return }
|
|
||||||
|
|
||||||
$hostInfo = $prop.GetValue($consoleWindow)
|
|
||||||
if ($hostInfo -eq $null) { return }
|
|
||||||
|
|
||||||
$history = $hostInfo.WpfConsole.InputHistory.History
|
|
||||||
|
|
||||||
$lastCommand = $history | select -last 1
|
|
||||||
|
|
||||||
if ($lastCommand)
|
|
||||||
{
|
|
||||||
$lastCommand = $lastCommand.Trim().ToLower()
|
|
||||||
if ($lastCommand.StartsWith("install-package") -and $lastCommand.Contains("newtonsoft.json"))
|
|
||||||
{
|
|
||||||
$dte2.ItemOperations.Navigate($url) | Out-Null
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
# user is installing from VS NuGet dialog
|
|
||||||
# get reference to the window, then smart output console provider
|
|
||||||
# show webpage if messages in buffered console contains "installing...newtonsoft.json" in last operation
|
|
||||||
|
|
||||||
$instanceField = [NuGet.Dialog.PackageManagerWindow].GetField("CurrentInstance", [System.Reflection.BindingFlags]::Static -bor `
|
|
||||||
[System.Reflection.BindingFlags]::NonPublic)
|
|
||||||
$consoleField = [NuGet.Dialog.PackageManagerWindow].GetField("_smartOutputConsoleProvider", [System.Reflection.BindingFlags]::Instance -bor `
|
|
||||||
[System.Reflection.BindingFlags]::NonPublic)
|
|
||||||
if ($instanceField -eq $null -or $consoleField -eq $null) { return }
|
|
||||||
|
|
||||||
$instance = $instanceField.GetValue($null)
|
|
||||||
if ($instance -eq $null) { return }
|
|
||||||
|
|
||||||
$consoleProvider = $consoleField.GetValue($instance)
|
|
||||||
if ($consoleProvider -eq $null) { return }
|
|
||||||
|
|
||||||
$console = $consoleProvider.CreateOutputConsole($false)
|
|
||||||
|
|
||||||
$messagesField = $console.GetType().GetField("_messages", [System.Reflection.BindingFlags]::Instance -bor `
|
|
||||||
[System.Reflection.BindingFlags]::NonPublic)
|
|
||||||
if ($messagesField -eq $null) { return }
|
|
||||||
|
|
||||||
$messages = $messagesField.GetValue($console)
|
|
||||||
if ($messages -eq $null) { return }
|
|
||||||
|
|
||||||
$operations = $messages -split "=============================="
|
|
||||||
|
|
||||||
$lastOperation = $operations | select -last 1
|
|
||||||
|
|
||||||
if ($lastOperation)
|
|
||||||
{
|
|
||||||
$lastOperation = $lastOperation.ToLower()
|
|
||||||
|
|
||||||
$lines = $lastOperation -split "`r`n"
|
|
||||||
|
|
||||||
$installMatch = $lines | ? { $_.StartsWith("------- installing...newtonsoft.json ") } | select -first 1
|
|
||||||
|
|
||||||
if ($installMatch)
|
|
||||||
{
|
|
||||||
$dte2.ItemOperations.Navigate($url) | Out-Null
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
catch
|
|
||||||
{
|
|
||||||
# stop potential errors from bubbling up
|
|
||||||
# worst case the splash page won't open
|
|
||||||
}
|
|
||||||
|
|
||||||
# yolo
|
|
||||||
Binary file not shown.
Binary file not shown.
BIN
packages/RestSharp.104.4.0/RestSharp.104.4.0.nupkg
vendored
BIN
packages/RestSharp.104.4.0/RestSharp.104.4.0.nupkg
vendored
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
BIN
packages/RestSharp.104.4.0/lib/net35/RestSharp.dll
vendored
BIN
packages/RestSharp.104.4.0/lib/net35/RestSharp.dll
vendored
Binary file not shown.
2714
packages/RestSharp.104.4.0/lib/net35/RestSharp.xml
vendored
2714
packages/RestSharp.104.4.0/lib/net35/RestSharp.xml
vendored
File diff suppressed because it is too large
Load Diff
Binary file not shown.
2890
packages/RestSharp.104.4.0/lib/net4-client/RestSharp.xml
vendored
2890
packages/RestSharp.104.4.0/lib/net4-client/RestSharp.xml
vendored
File diff suppressed because it is too large
Load Diff
BIN
packages/RestSharp.104.4.0/lib/net4/RestSharp.dll
vendored
BIN
packages/RestSharp.104.4.0/lib/net4/RestSharp.dll
vendored
Binary file not shown.
2890
packages/RestSharp.104.4.0/lib/net4/RestSharp.xml
vendored
2890
packages/RestSharp.104.4.0/lib/net4/RestSharp.xml
vendored
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
22
packages/RestSharp.104.4.0/readme.txt
vendored
22
packages/RestSharp.104.4.0/readme.txt
vendored
@@ -1,22 +0,0 @@
|
|||||||
*** IMPORTANT CHANGE IN RESTSHARP VERSION 103 ***
|
|
||||||
|
|
||||||
In 103.0, JSON.NET was removed as a dependency.
|
|
||||||
|
|
||||||
If this is still installed in your project and no other libraries depend on
|
|
||||||
it you may remove it from your installed packages.
|
|
||||||
|
|
||||||
There is one breaking change: the default Json*Serializer* is no longer
|
|
||||||
compatible with Json.NET. To use Json.NET for serialization, copy the code
|
|
||||||
from https://github.com/restsharp/RestSharp/blob/86b31f9adf049d7fb821de8279154f41a17b36f7/RestSharp/Serializers/JsonSerializer.cs
|
|
||||||
and register it with your client:
|
|
||||||
|
|
||||||
var client = new RestClient();
|
|
||||||
client.JsonSerializer = new YourCustomSerializer();
|
|
||||||
|
|
||||||
The default Json*Deserializer* is mostly compatible, but it does not support
|
|
||||||
all features which Json.NET has (like the ability to support a custom [JsonConverter]
|
|
||||||
by decorating a certain property with an attribute). If you need these features, you
|
|
||||||
must take care of the deserialization yourself to get it working.
|
|
||||||
|
|
||||||
If you run into any compatibility issues with deserialization,
|
|
||||||
please report it to http://groups.google.com/group/restsharp
|
|
||||||
BIN
packages/csredis.1.4.7.1/csredis.1.4.7.1.nupkg
vendored
BIN
packages/csredis.1.4.7.1/csredis.1.4.7.1.nupkg
vendored
Binary file not shown.
2515
packages/csredis.1.4.7.1/lib/net40/csredis.XML
vendored
2515
packages/csredis.1.4.7.1/lib/net40/csredis.XML
vendored
File diff suppressed because it is too large
Load Diff
BIN
packages/csredis.1.4.7.1/lib/net40/csredis.dll
vendored
BIN
packages/csredis.1.4.7.1/lib/net40/csredis.dll
vendored
Binary file not shown.
Reference in New Issue
Block a user