10000 Merge branch 'master' into loc-release · CAndRyan/dotnet-api-docs@6c0b631 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6c0b631

Browse files
committed
Merge branch 'master' into loc-release
2 parents 9310f96 + 7bc1fd9 commit 6c0b631

File tree

60 files changed

+1188
-576
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+1188
-576
lines changed

.ghal.rules.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"pullrequest": {
2626
"opened": {
2727
"processor-default": {
28-
"milestone-set": "November 2019"
28+
"milestone-set": "December 2019"
2929
}
3030
}
3131
}

xml/Microsoft.Build.BuildEngine/Engine.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,7 @@ project.EvaluatedProperties[ReservedPropertyNames.toolsPath].FinalValue
11441144
<ReturnType>Microsoft.Build.BuildEngine.ToolsetCollection</ReturnType>
11451145
</ReturnValue>
11461146
<Docs>
1147-
<summary>Sets or Gets the collection of Toolsets that are recognized by this build engine instance.</summary>
1147+
<summary>Gets or sets the collection of Toolsets that are recognized by this build engine instance.</summary>
11481148
<value>A <see cref="T:Microsoft.Build.BuildEngine.ToolsetCollection" /> of the tools sets recognized by this engine instance.</value>
11491149
<remarks>
11501150
<format type="text/markdown"><![CDATA[

xml/Microsoft.Build.BuildEngine/Project.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@
601601
<ReturnType>System.String</ReturnType>
602602
</ReturnValue>
603603
<Docs>
604-
<summary>Sets or gets the ToolsVersion XML attribute found on the <see href="https://docs.microsoft.com/visualstudio/msbuild/project-element-msbuild">Project element</see> in the project file.</summary>
604+
<summary>Gets or sets the ToolsVersion XML attribute found on the <see href="https://docs.microsoft.com/visualstudio/msbuild/project-element-msbuild">Project element</see> in the project file.</summary>
605605
<value>A string representing the Tools version.</value>
606606
<remarks>
607607
<format type="text/markdown"><![CDATA[
@@ -2242,7 +2242,7 @@
22422242
<ReturnType>System.String</ReturnType>
22432243
</ReturnValue>
22442244
<Docs>
2245-
<summary>Sets or gets the current version of the Toolset being used by the project.</summary>
2245+
<summary>Gets or sets the current version of the Toolset being used by the project.</summary>
22462246
<value>A string representing the version number of the Toolset.</value>
22472247
<remarks>
22482248
<format type="text/markdown"><![CDATA[

xml/Microsoft.Extensions.Http/PolicyHttpMessageHandler.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<para>
4343
To adapt an existing non-generic <see cref="T:Polly.IAsyncPolicy" />, use code like the following:
4444
<example>
45-
Converting a non-generic <code>IAsyncPolicy policy</code> to <see cref="T:Polly.IAsyncPolicy`1" />.
45+
Converting a non-generic <c>IAsyncPolicy policy</c> to <see cref="T:Polly.IAsyncPolicy`1" />.
4646
<code>
4747
policy.AsAsyncPolicy&lt;HttpResponseMessage&gt;()
4848
</code></example></para>

xml/Microsoft.JScript.Vsa/BaseVsaEngine.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@
535535
<ReturnType>System.Boolean</ReturnType>
536536
</ReturnValue>
537537
<Docs>
538-
<summary>Sets or gets a Boolean value that signifies whether the script engine produces debug information when the Compile method is called.</summary>
538+
<summary>Gets or sets a Boolean value that signifies whether the script engine produces debug information when the Compile method is called.</summary>
539539
<value>
540540
<see langword="true" /> to produce debug information; otherwise, <see langword="false" />.</value>
541541
<remarks>To be added.</remarks>
@@ -1045,7 +1045,7 @@
10451045
<ReturnType>System.String</ReturnType>
10461046
</ReturnValue>
10471047
<Docs>
1048-
<summary>Sets or gets the display name of the engine.</summary>
1048+
<summary>Gets or sets the display name of the engine.</summary>
10491049
<value>The name of the engine.</value>
10501050
<remarks>To be added.</remarks>
10511051
</Docs>
@@ -1182,7 +1182,7 @@
11821182
<ReturnType>System.String</ReturnType>
11831183
</ReturnValue>
11841184
<Docs>
1185-
<summary>Sets or gets a script engine's root moniker.</summary>
1185+
<summary>Gets or sets a script engine's root moniker.</summary>
11861186
<value>The root moniker of the engine.</value>
11871187
<remarks>To be added.</remarks>
11881188
</Docs>
@@ -1226,7 +1226,7 @@
12261226
<ReturnType>System.String</ReturnType>
12271227
</ReturnValue>
12281228
<Docs>
1229-
<summary>Sets or gets the root namespace used by the engine.</summary>
1229+
<summary>Gets or sets the root namespace used by the engine.</summary>
12301230
<value>The namespace of the engine.</value>
12311231
<remarks>To be added.</remarks>
12321232
</Docs>
@@ -1405,7 +1405,7 @@
14051405
<ReturnType>Microsoft.JScript.Vsa.IJSVsaSite</ReturnType>
14061406
</ReturnValue>
14071407
<Docs>
1408-
<summary>Sets or gets the host-implemented IJSVsaSite object that is used by the engine to communicate with the host.</summary>
1408+
<summary>Gets or sets the host-implemented IJSVsaSite object that is used by the engine to communicate with the host.</summary>
14091409
<value>The host-implemented object.</value>
14101410
<remarks>To be added.</remarks>
14111411
</Docs>

xml/Microsoft.JScript.Vsa/IJSVsaCodeItem.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
<ReturnType>System.String</ReturnType>
145145
</ReturnValue>
146146
<Docs>
147-
<summary>Sets or gets the text of a specified code item, including auto-generated code, if any.</summary>
147+
<summary>Gets or sets the text of a specified code item, including auto-generated code, if any.</summary>
148148
<value>The source text of the code item.</value>
149149
<remarks>To be added.</remarks>
150150
</Docs>

xml/Microsoft.JScript.Vsa/IJSVsaEngine.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
<ReturnType>System.Boolean</ReturnType>
132132
</ReturnValue>
133133
<Docs>
134-
<summary>Sets or gets a Boolean value that signifies whether the script engine produces debug information when the Compile method is called.</summary>
134+
<summary>Gets or sets a Boolean value that signifies whether the script engine produces debug information when the Compile method is called.</summary>
135135
<value>
136136
<see langword="true" /> to produce debug information; otherwise, <see langword="false" />.</value>
137137
<remarks>To be added.</remarks>
@@ -378,7 +378,7 @@
378378
<ReturnType>System.String</ReturnType>
379379
</ReturnValue>
380380
<Docs>
381-
<summary>Sets or gets the display name of the script engine.</summary>
381+
<summary>Gets or sets the display name of the script engine.</summary>
382382
<value>The name of the engine.</value>
383383
<remarks>To be added.</remarks>
384384
</Docs>
@@ -441,7 +441,7 @@
441441
<ReturnType>System.String</ReturnType>
442442
</ReturnValue>
443443
<Docs>
444-
<summary>Sets or gets a script engine's root moniker.</summary>
444+
<summary>Gets or sets a script engine's root moniker.</summary>
445445
<value>The root moniker of the engine.</value>
446446
<remarks>To be added.</remarks>
447447
</Docs>
@@ -462,7 +462,7 @@
462462
<ReturnType>System.String</ReturnType>
463463
</ReturnValue>
464464
<Docs>
465-
<summary>Sets or gets the root namespace used by the script engine.</summary>
465+
<summary>Gets or sets the root namespace used by the script engine.</summary>
466466
<value>The namespace of the engine.</value>
467467
<remarks>To be added.</remarks>
468468
</Docs>
@@ -580,7 +580,7 @@
580580
<ReturnType>Microsoft.JScript.Vsa.IJSVsaSite</ReturnType>
581581
</ReturnValue>
582582
<Docs>
583-
<summary>Sets or gets the host-implemented IJSVsaSite object that is used by the script engine to communicate with the host.</summary>
583+
<summary>Gets or sets the host-implemented IJSVsaSite object that is used by the script engine to communicate with the host.</summary>
584584
<value>The host-implemented object.</value>
585585
<remarks>To be added.</remarks>
586586
</Docs>

xml/Microsoft.JScript.Vsa/IJSVsaItem.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
<ReturnType>System.String</ReturnType>
114114
</ReturnValue>
115115
<Docs>
116-
<summary>Sets or gets the name of the item.</summary>
116+
<summary>Gets or sets the name of the item.</summary>
117117
<value>The string literal name of the item.</value>
118118
<remarks>To be added.</remarks>
119119
</Docs>

xml/Microsoft.Vsa/IVsaCodeItem.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ Removing an event source does not remove the underlying event handler from sourc
198198
<ReturnType>System.String</ReturnType>
199199
</ReturnValue>
200200
<Docs>
201-
<summary>Sets or gets the text of a specified code item, including auto-generated code, if any.</summary>
201+
<summary>Gets or sets the text of a specified code item, including auto-generated code, if any.</summary>
202202
<value>The source text of the code item.</value>
203203
<remarks>
204204
<format type="text/markdown"><![CDATA[

xml/Microsoft.Vsa/IVsaItem.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
<ReturnType>System.String</ReturnType>
116116
</ReturnValue>
117117
<Docs>
118-
<summary>Sets or gets the name of the item.</summary>
118+
<summary>Gets or sets the name of the item.</summary>
119119
<value>The string literal name of the item.</value>
120120
<remarks>To be added.</remarks>
121121
</Docs>

0 commit comments

Comments
 (0)
0