Add files using upload-large-folder tool
Browse files- msbuild/System.Reflection.Metadata.xml +0 -0
- msbuild/System.Threading.Tasks.Extensions.xml +166 -0
- node/yarn.cmd +17 -0
- node/yarn.ps1 +28 -0
- node/yarnpkg +16 -0
- node/yarnpkg.cmd +17 -0
- node/yarnpkg.ps1 +28 -0
msbuild/System.Reflection.Metadata.xml
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
msbuild/System.Threading.Tasks.Extensions.xml
ADDED
|
@@ -0,0 +1,166 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="utf-8"?><doc>
|
| 2 |
+
<assembly>
|
| 3 |
+
<name>System.Threading.Tasks.Extensions</name>
|
| 4 |
+
</assembly>
|
| 5 |
+
<members>
|
| 6 |
+
<member name="T:System.Runtime.CompilerServices.ValueTaskAwaiter`1">
|
| 7 |
+
<typeparam name="TResult"></typeparam>
|
| 8 |
+
</member>
|
| 9 |
+
<member name="M:System.Runtime.CompilerServices.ValueTaskAwaiter`1.GetResult">
|
| 10 |
+
<returns></returns>
|
| 11 |
+
</member>
|
| 12 |
+
<member name="P:System.Runtime.CompilerServices.ValueTaskAwaiter`1.IsCompleted">
|
| 13 |
+
<returns></returns>
|
| 14 |
+
</member>
|
| 15 |
+
<member name="M:System.Runtime.CompilerServices.ValueTaskAwaiter`1.OnCompleted(System.Action)">
|
| 16 |
+
<param name="continuation"></param>
|
| 17 |
+
</member>
|
| 18 |
+
<member name="M:System.Runtime.CompilerServices.ValueTaskAwaiter`1.UnsafeOnCompleted(System.Action)">
|
| 19 |
+
<param name="continuation"></param>
|
| 20 |
+
</member>
|
| 21 |
+
<member name="T:System.Threading.Tasks.ValueTask`1">
|
| 22 |
+
<summary>Provides a value type that wraps a <see cref="Task{TResult}"></see> and a <typeparamref name="TResult">TResult</typeparamref>, only one of which is used.</summary>
|
| 23 |
+
<typeparam name="TResult">The result.</typeparam>
|
| 24 |
+
</member>
|
| 25 |
+
<member name="M:System.Threading.Tasks.ValueTask`1.#ctor(System.Threading.Tasks.Task{`0})">
|
| 26 |
+
<summary>Initializes a new instance of the <see cref="ValueTask{TResult}"></see> class using the supplied task that represents the operation.</summary>
|
| 27 |
+
<param name="task">The task.</param>
|
| 28 |
+
<exception cref="T:System.ArgumentNullException">The <paramref name="task">task</paramref> argument is null.</exception>
|
| 29 |
+
</member>
|
| 30 |
+
<member name="M:System.Threading.Tasks.ValueTask`1.#ctor(`0)">
|
| 31 |
+
<summary>Initializes a new instance of the <see cref="ValueTask{TResult}"></see> class using the supplied result of a successful operation.</summary>
|
| 32 |
+
<param name="result">The result.</param>
|
| 33 |
+
</member>
|
| 34 |
+
<member name="M:System.Threading.Tasks.ValueTask`1.AsTask">
|
| 35 |
+
<summary>Retrieves a <see cref="Task{TResult}"></see> object that represents this <see cref="ValueTask{TResult}"></see>.</summary>
|
| 36 |
+
<returns>The <see cref="Task{TResult}"></see> object that is wrapped in this <see cref="ValueTask{TResult}"></see> if one exists, or a new <see cref="Task{TResult}"></see> object that represents the result.</returns>
|
| 37 |
+
</member>
|
| 38 |
+
<member name="M:System.Threading.Tasks.ValueTask`1.ConfigureAwait(System.Boolean)">
|
| 39 |
+
<summary>Configures an awaiter for this value.</summary>
|
| 40 |
+
<param name="continueOnCapturedContext">true to attempt to marshal the continuation back to the captured context; otherwise, false.</param>
|
| 41 |
+
<returns>The configured awaiter.</returns>
|
| 42 |
+
</member>
|
| 43 |
+
<member name="M:System.Threading.Tasks.ValueTask`1.CreateAsyncMethodBuilder">
|
| 44 |
+
<summary>Creates a method builder for use with an async method.</summary>
|
| 45 |
+
<returns>The created builder.</returns>
|
| 46 |
+
</member>
|
| 47 |
+
<member name="M:System.Threading.Tasks.ValueTask`1.Equals(System.Object)">
|
| 48 |
+
<summary>Determines whether the specified object is equal to the current object.</summary>
|
| 49 |
+
<param name="obj">The object to compare with the current object.</param>
|
| 50 |
+
<returns>true if the specified object is equal to the current object; otherwise, false.</returns>
|
| 51 |
+
</member>
|
| 52 |
+
<member name="M:System.Threading.Tasks.ValueTask`1.Equals(System.Threading.Tasks.ValueTask{`0})">
|
| 53 |
+
<summary>Determines whether the specified <see cref="ValueTask{TResult}"></see> object is equal to the current <see cref="ValueTask{TResult}"></see> object.</summary>
|
| 54 |
+
<param name="other">The object to compare with the current object.</param>
|
| 55 |
+
<returns>true if the specified object is equal to the current object; otherwise, false.</returns>
|
| 56 |
+
</member>
|
| 57 |
+
<member name="M:System.Threading.Tasks.ValueTask`1.GetAwaiter">
|
| 58 |
+
<summary>Creates an awaiter for this value.</summary>
|
| 59 |
+
<returns>The awaiter.</returns>
|
| 60 |
+
</member>
|
| 61 |
+
<member name="M:System.Threading.Tasks.ValueTask`1.GetHashCode">
|
| 62 |
+
<summary>Returns the hash code for this instance.</summary>
|
| 63 |
+
<returns>The hash code for the current object.</returns>
|
| 64 |
+
</member>
|
| 65 |
+
<member name="P:System.Threading.Tasks.ValueTask`1.IsCanceled">
|
| 66 |
+
<summary>Gets a value that indicates whether this object represents a canceled operation.</summary>
|
| 67 |
+
<returns>true if this object represents a canceled operation; otherwise, false.</returns>
|
| 68 |
+
</member>
|
| 69 |
+
<member name="P:System.Threading.Tasks.ValueTask`1.IsCompleted">
|
| 70 |
+
<summary>Gets a value that indicates whether this object represents a completed operation.</summary>
|
| 71 |
+
<returns>true if this object represents a completed operation; otherwise, false.</returns>
|
| 72 |
+
</member>
|
| 73 |
+
<member name="P:System.Threading.Tasks.ValueTask`1.IsCompletedSuccessfully">
|
| 74 |
+
<summary>Gets a value that indicates whether this object represents a successfully completed operation.</summary>
|
| 75 |
+
<returns>true if this object represents a successfully completed operation; otherwise, false.</returns>
|
| 76 |
+
</member>
|
| 77 |
+
<member name="P:System.Threading.Tasks.ValueTask`1.IsFaulted">
|
| 78 |
+
<summary>Gets a value that indicates whether this object represents a failed operation.</summary>
|
| 79 |
+
<returns>true if this object represents a failed operation; otherwise, false.</returns>
|
| 80 |
+
</member>
|
| 81 |
+
<member name="M:System.Threading.Tasks.ValueTask`1.op_Equality(System.Threading.Tasks.ValueTask{`0},System.Threading.Tasks.ValueTask{`0})">
|
| 82 |
+
<summary>Compares two values for equality.</summary>
|
| 83 |
+
<param name="left">The first value to compare.</param>
|
| 84 |
+
<param name="right">The second value to compare.</param>
|
| 85 |
+
<returns>true if the two <see cref="ValueTask{TResult}"></see> values are equal; otherwise, false.</returns>
|
| 86 |
+
</member>
|
| 87 |
+
<member name="M:System.Threading.Tasks.ValueTask`1.op_Inequality(System.Threading.Tasks.ValueTask{`0},System.Threading.Tasks.ValueTask{`0})">
|
| 88 |
+
<summary>Determines whether two <see cref="ValueTask{TResult}"></see> values are unequal.</summary>
|
| 89 |
+
<param name="left">The first value to compare.</param>
|
| 90 |
+
<param name="right">The seconed value to compare.</param>
|
| 91 |
+
<returns>true if the two <see cref="ValueTask{TResult}"></see> values are not equal; otherwise, false.</returns>
|
| 92 |
+
</member>
|
| 93 |
+
<member name="P:System.Threading.Tasks.ValueTask`1.Result">
|
| 94 |
+
<summary>Gets the result.</summary>
|
| 95 |
+
<returns>The result.</returns>
|
| 96 |
+
</member>
|
| 97 |
+
<member name="M:System.Threading.Tasks.ValueTask`1.ToString">
|
| 98 |
+
<summary>Returns a string that represents the current object.</summary>
|
| 99 |
+
<returns>A string that represents the current object.</returns>
|
| 100 |
+
</member>
|
| 101 |
+
<member name="T:System.Runtime.CompilerServices.AsyncMethodBuilderAttribute">
|
| 102 |
+
|
| 103 |
+
</member>
|
| 104 |
+
<member name="M:System.Runtime.CompilerServices.AsyncMethodBuilderAttribute.#ctor(System.Type)">
|
| 105 |
+
<param name="builderType"></param>
|
| 106 |
+
</member>
|
| 107 |
+
<member name="P:System.Runtime.CompilerServices.AsyncMethodBuilderAttribute.BuilderType">
|
| 108 |
+
<returns></returns>
|
| 109 |
+
</member>
|
| 110 |
+
<member name="T:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1">
|
| 111 |
+
<typeparam name="TResult"></typeparam>
|
| 112 |
+
</member>
|
| 113 |
+
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.AwaitOnCompleted``2(``0@,``1@)">
|
| 114 |
+
<param name="awaiter"></param>
|
| 115 |
+
<param name="stateMachine"></param>
|
| 116 |
+
<typeparam name="TAwaiter"></typeparam>
|
| 117 |
+
<typeparam name="TStateMachine"></typeparam>
|
| 118 |
+
</member>
|
| 119 |
+
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.AwaitUnsafeOnCompleted``2(``0@,``1@)">
|
| 120 |
+
<param name="awaiter"></param>
|
| 121 |
+
<param name="stateMachine"></param>
|
| 122 |
+
<typeparam name="TAwaiter"></typeparam>
|
| 123 |
+
<typeparam name="TStateMachine"></typeparam>
|
| 124 |
+
</member>
|
| 125 |
+
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.Create">
|
| 126 |
+
<returns></returns>
|
| 127 |
+
</member>
|
| 128 |
+
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.SetException(System.Exception)">
|
| 129 |
+
<param name="exception"></param>
|
| 130 |
+
</member>
|
| 131 |
+
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.SetResult(`0)">
|
| 132 |
+
<param name="result"></param>
|
| 133 |
+
</member>
|
| 134 |
+
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)">
|
| 135 |
+
<param name="stateMachine"></param>
|
| 136 |
+
</member>
|
| 137 |
+
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.Start``1(``0@)">
|
| 138 |
+
<param name="stateMachine"></param>
|
| 139 |
+
<typeparam name="TStateMachine"></typeparam>
|
| 140 |
+
</member>
|
| 141 |
+
<member name="P:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.Task">
|
| 142 |
+
<returns></returns>
|
| 143 |
+
</member>
|
| 144 |
+
<member name="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.ConfiguredValueTaskAwaiter">
|
| 145 |
+
<typeparam name="TResult"></typeparam>
|
| 146 |
+
</member>
|
| 147 |
+
<member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.ConfiguredValueTaskAwaiter.GetResult">
|
| 148 |
+
<returns></returns>
|
| 149 |
+
</member>
|
| 150 |
+
<member name="P:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.ConfiguredValueTaskAwaiter.IsCompleted">
|
| 151 |
+
<returns></returns>
|
| 152 |
+
</member>
|
| 153 |
+
<member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.ConfiguredValueTaskAwaiter.OnCompleted(System.Action)">
|
| 154 |
+
<param name="continuation"></param>
|
| 155 |
+
</member>
|
| 156 |
+
<member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.ConfiguredValueTaskAwaiter.UnsafeOnCompleted(System.Action)">
|
| 157 |
+
<param name="continuation"></param>
|
| 158 |
+
</member>
|
| 159 |
+
<member name="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1">
|
| 160 |
+
<typeparam name="TResult"></typeparam>
|
| 161 |
+
</member>
|
| 162 |
+
<member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.GetAwaiter">
|
| 163 |
+
<returns></returns>
|
| 164 |
+
</member>
|
| 165 |
+
</members>
|
| 166 |
+
</doc>
|
node/yarn.cmd
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
@ECHO off
|
| 2 |
+
GOTO start
|
| 3 |
+
:find_dp0
|
| 4 |
+
SET dp0=%~dp0
|
| 5 |
+
EXIT /b
|
| 6 |
+
:start
|
| 7 |
+
SETLOCAL
|
| 8 |
+
CALL :find_dp0
|
| 9 |
+
|
| 10 |
+
IF EXIST "%dp0%\node.exe" (
|
| 11 |
+
SET "_prog=%dp0%\node.exe"
|
| 12 |
+
) ELSE (
|
| 13 |
+
SET "_prog=node"
|
| 14 |
+
SET PATHEXT=%PATHEXT:;.JS;=;%
|
| 15 |
+
)
|
| 16 |
+
|
| 17 |
+
endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\node_modules\yarn\bin\yarn.js" %*
|
node/yarn.ps1
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/usr/bin/env pwsh
|
| 2 |
+
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
|
| 3 |
+
|
| 4 |
+
$exe=""
|
| 5 |
+
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
|
| 6 |
+
# Fix case when both the Windows and Linux builds of Node
|
| 7 |
+
# are installed in the same directory
|
| 8 |
+
$exe=".exe"
|
| 9 |
+
}
|
| 10 |
+
$ret=0
|
| 11 |
+
if (Test-Path "$basedir/node$exe") {
|
| 12 |
+
# Support pipeline input
|
| 13 |
+
if ($MyInvocation.ExpectingInput) {
|
| 14 |
+
$input | & "$basedir/node$exe" "$basedir/node_modules/yarn/bin/yarn.js" $args
|
| 15 |
+
} else {
|
| 16 |
+
& "$basedir/node$exe" "$basedir/node_modules/yarn/bin/yarn.js" $args
|
| 17 |
+
}
|
| 18 |
+
$ret=$LASTEXITCODE
|
| 19 |
+
} else {
|
| 20 |
+
# Support pipeline input
|
| 21 |
+
if ($MyInvocation.ExpectingInput) {
|
| 22 |
+
$input | & "node$exe" "$basedir/node_modules/yarn/bin/yarn.js" $args
|
| 23 |
+
} else {
|
| 24 |
+
& "node$exe" "$basedir/node_modules/yarn/bin/yarn.js" $args
|
| 25 |
+
}
|
| 26 |
+
$ret=$LASTEXITCODE
|
| 27 |
+
}
|
| 28 |
+
exit $ret
|
node/yarnpkg
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/bin/sh
|
| 2 |
+
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
| 3 |
+
|
| 4 |
+
case `uname` in
|
| 5 |
+
*CYGWIN*|*MINGW*|*MSYS*)
|
| 6 |
+
if command -v cygpath > /dev/null 2>&1; then
|
| 7 |
+
basedir=`cygpath -w "$basedir"`
|
| 8 |
+
fi
|
| 9 |
+
;;
|
| 10 |
+
esac
|
| 11 |
+
|
| 12 |
+
if [ -x "$basedir/node" ]; then
|
| 13 |
+
exec "$basedir/node" "$basedir/node_modules/yarn/bin/yarn.js" "$@"
|
| 14 |
+
else
|
| 15 |
+
exec node "$basedir/node_modules/yarn/bin/yarn.js" "$@"
|
| 16 |
+
fi
|
node/yarnpkg.cmd
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
@ECHO off
|
| 2 |
+
GOTO start
|
| 3 |
+
:find_dp0
|
| 4 |
+
SET dp0=%~dp0
|
| 5 |
+
EXIT /b
|
| 6 |
+
:start
|
| 7 |
+
SETLOCAL
|
| 8 |
+
CALL :find_dp0
|
| 9 |
+
|
| 10 |
+
IF EXIST "%dp0%\node.exe" (
|
| 11 |
+
SET "_prog=%dp0%\node.exe"
|
| 12 |
+
) ELSE (
|
| 13 |
+
SET "_prog=node"
|
| 14 |
+
SET PATHEXT=%PATHEXT:;.JS;=;%
|
| 15 |
+
)
|
| 16 |
+
|
| 17 |
+
endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\node_modules\yarn\bin\yarn.js" %*
|
node/yarnpkg.ps1
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/usr/bin/env pwsh
|
| 2 |
+
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
|
| 3 |
+
|
| 4 |
+
$exe=""
|
| 5 |
+
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
|
| 6 |
+
# Fix case when both the Windows and Linux builds of Node
|
| 7 |
+
# are installed in the same directory
|
| 8 |
+
$exe=".exe"
|
| 9 |
+
}
|
| 10 |
+
$ret=0
|
| 11 |
+
if (Test-Path "$basedir/node$exe") {
|
| 12 |
+
# Support pipeline input
|
| 13 |
+
if ($MyInvocation.ExpectingInput) {
|
| 14 |
+
$input | & "$basedir/node$exe" "$basedir/node_modules/yarn/bin/yarn.js" $args
|
| 15 |
+
} else {
|
| 16 |
+
& "$basedir/node$exe" "$basedir/node_modules/yarn/bin/yarn.js" $args
|
| 17 |
+
}
|
| 18 |
+
$ret=$LASTEXITCODE
|
| 19 |
+
} else {
|
| 20 |
+
# Support pipeline input
|
| 21 |
+
if ($MyInvocation.ExpectingInput) {
|
| 22 |
+
$input | & "node$exe" "$basedir/node_modules/yarn/bin/yarn.js" $args
|
| 23 |
+
} else {
|
| 24 |
+
& "node$exe" "$basedir/node_modules/yarn/bin/yarn.js" $args
|
| 25 |
+
}
|
| 26 |
+
$ret=$LASTEXITCODE
|
| 27 |
+
}
|
| 28 |
+
exit $ret
|