Skip to content

Commit aacbe68

Browse files
authored
CI Update (dotnet#1410)
1 parent 944a9f5 commit aacbe68

File tree

140 files changed

+4586
-692
lines changed

Some content is hidden

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

140 files changed

+4586
-692
lines changed

xml/FrameworksIndex/netframework-4.8.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142138,6 +142138,7 @@
142138142138
<Member Id="M:System.Windows.Forms.DataGridViewTextBoxEditingControl.CreateAccessibilityInstance" />
142139142139
<Member Id="M:System.Windows.Forms.DataGridViewTextBoxEditingControl.EditingControlWantsInputKey(System.Windows.Forms.Keys,System.Boolean)" />
142140142140
<Member Id="M:System.Windows.Forms.DataGridViewTextBoxEditingControl.GetEditingControlFormattedValue(System.Windows.Forms.DataGridViewDataErrorContexts)" />
142141+
<Member Id="M:System.Windows.Forms.DataGridViewTextBoxEditingControl.OnGotFocus(System.EventArgs)" />
142141142142
<Member Id="M:System.Windows.Forms.DataGridViewTextBoxEditingControl.OnMouseWheel(System.Windows.Forms.MouseEventArgs)" />
142142142143
<Member Id="M:System.Windows.Forms.DataGridViewTextBoxEditingControl.OnTextChanged(System.EventArgs)" />
142143142144
<Member Id="M:System.Windows.Forms.DataGridViewTextBoxEditingControl.PrepareEditingControlForEdit(System.Boolean)" />
@@ -147887,6 +147888,7 @@
147887147888
<Member Id="M:System.Windows.Forms.ToolStrip.ProcessCmdKey(System.Windows.Forms.Message@,System.Windows.Forms.Keys)" />
147888147889
<Member Id="M:System.Windows.Forms.ToolStrip.ProcessDialogKey(System.Windows.Forms.Keys)" />
147889147890
<Member Id="M:System.Windows.Forms.ToolStrip.ProcessMnemonic(System.Char)" />
147891+
<Member Id="M:System.Windows.Forms.ToolStrip.RescaleConstantsForDpi(System.Int32,System.Int32)" />
147890147892
<Member Id="M:System.Windows.Forms.ToolStrip.ResetMinimumSize" />
147891147893
<Member Id="M:System.Windows.Forms.ToolStrip.RestoreFocus" />
147892147894
<Member Id="M:System.Windows.Forms.ToolStrip.Select(System.Boolean,System.Boolean)" />
@@ -149001,6 +149003,7 @@
149001149003
<Member Id="M:System.Windows.Forms.ToolStripRenderer.OnRenderToolStripPanelBackground(System.Windows.Forms.ToolStripPanelRenderEventArgs)" />
149002149004
<Member Id="M:System.Windows.Forms.ToolStripRenderer.OnRenderToolStripStatusLabelBackground(System.Windows.Forms.ToolStripItemRenderEventArgs)" />
149003149005
<Member Id="M:System.Windows.Forms.ToolStripRenderer.ScaleArrowOffsetsIfNeeded" />
149006+
<Member Id="M:System.Windows.Forms.ToolStripRenderer.ScaleArrowOffsetsIfNeeded(System.Int32)" />
149004149007
</Type>
149005149008
<Type Name="System.Windows.Forms.ToolStripRenderEventArgs" Id="T:System.Windows.Forms.ToolStripRenderEventArgs">
149006149009
<Member Id="M:System.Windows.Forms.ToolStripRenderEventArgs.#ctor(System.Drawing.Graphics,System.Windows.Forms.ToolStrip)" />

xml/Microsoft.Build.Tasks.Deployment.Bootstrapper/IBuildResults.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,11 @@
150150
</ReturnValue>
151151
<Docs>
152152
<summary>Gets a value that indicates whether the bootstrapper build was successful.</summary>
153-
<value><see langword="true" /> if the bootstrapper build was successful; otherwise, <see langword="false" />.</value>
153+
<value>
154+
<see langword="true" /> if the bootstrapper build was successful; otherwise, <see langword="false" />.</value>
154155
<remarks>To be added.</remarks>
155156
<forInternalUseOnly />
156157
</Docs>
157158
</Member>
158159
</Members>
159-
</Type>
160+
</Type>

xml/Microsoft.Build.Tasks.Deployment.ManifestUtilities/AssemblyIdentity.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1044,4 +1044,4 @@
10441044
</Docs>
10451045
</Member>
10461046
</Members>
1047-
</Type>
1047+
</Type>

xml/Microsoft.Build.Tasks.Hosting/IVbcHostObject2.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@
6161
<Docs>
6262
<param name="moduleAssemblyName">A string representing the name of the module file.</param>
6363
<summary>Specifies the name of the module file.</summary>
64-
<returns><see langword="true" /> if the method was successful; otherwise, <see langword="false" />.</returns>
64+
<returns>
65+
<see langword="true" /> if the method was successful; otherwise, <see langword="false" />.</returns>
6566
<remarks>To be added.</remarks>
6667
</Docs>
6768
</Member>
@@ -87,7 +88,8 @@
8788
<param name="optionInfer">
8889
<see langword="true" /> to require the explicit declaration of variable types; otherwise, <see langword="false" />.</param>
8990
<summary>Specifies a value indicating whether variable types must be explicitly declared.</summary>
90-
<returns><see langword="true" /> if the method was successful; otherwise, <see langword="false" />.</returns>
91+
<returns>
92+
<see langword="true" /> if the method was successful; otherwise, <see langword="false" />.</returns>
9193
<remarks>To be added.</remarks>
9294
</Docs>
9395
</Member>

xml/Microsoft.Build.Tasks.Hosting/IVbcHostObject3.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@
5757
<Docs>
5858
<param name="languageVersion">The language version.</param>
5959
<summary>Sets the language version.</summary>
60-
<returns><see langword="true" /> if the language version is set; otherwise, <see langword="false" />.</returns>
60+
<returns>
61+
<see langword="true" /> if the language version is set; otherwise, <see langword="false" />.</returns>
6162
<remarks>To be added.</remarks>
6263
</Docs>
6364
</Member>

xml/Microsoft.Build.Tasks.Hosting/IVbcHostObject4.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@
6060
<Docs>
6161
<param name="VBRuntime">The name of the Visual Basic Runtime Library.</param>
6262
<summary>Defines an interface for the Vbc task to communicate with the IDE. In particular, the Vbc task will delegate the actual compilation to the IDE, rather than shelling out to the command line compiler.</summary>
63-
<returns><see langword="true" /> if the method succeeds; otherwise, <see langword="false" />.</returns>
63+
<returns>
64+
<see langword="true" /> if the method succeeds; otherwise, <see langword="false" />.</returns>
6465
<remarks>To be added.</remarks>
6566
</Docs>
6667
</Member>

xml/Microsoft.Build.Tasks.Xaml/CompilationPass2Task.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,8 @@
185185
</ReturnValue>
186186
<Docs>
187187
<summary>Gets or sets whether the task is in process of compiling XAML markup.</summary>
188-
<value><see langword="true" /> if the task is in the process of compiling XAML markup; otherwise, <see langword="false" />.</value>
188+
<value>
189+
<see langword="true" /> if the task is in the process of compiling XAML markup; otherwise, <see langword="false" />.</value>
189190
<remarks>To be added.</remarks>
190191
</Docs>
191192
</Member>
@@ -358,4 +359,4 @@
358359
</Docs>
359360
</Member>
360361
</Members>
361-
</Type>
362+
</Type>

xml/Microsoft.Build.Tasks.Xaml/PartialClassGenerationTask.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,8 @@
232232
</ReturnValue>
233233
<Docs>
234234
<summary>Gets or sets whether the compilation of XAML markup is in process.</summary>
235-
<value><see langword="true" /> if the compilation of XAML markup is in process; otherwise, <see langword="false" />.</value>
235+
<value>
236+
<see langword="true" /> if the compilation of XAML markup is in process; otherwise, <see langword="false" />.</value>
236237
<remarks>To be added.</remarks>
237238
</Docs>
238239
</Member>

xml/Microsoft.Build.Tasks/Csc.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,8 @@
224224
</ReturnValue>
225225
<Docs>
226226
<summary>Gets or sets a value that indicates whether the <c>Csc</c> task should cause an exception at run time for integer arithmetic that overflows the bounds of the data type.</summary>
227-
<value><see langword="true" /> if the <c>Csc</c> task should cause an exception at run time for integer arithmetic that overflows the bounds of the data type; otherwise, <see langword="false" />.</value>
227+
<value>
228+
<see langword="true" /> if the <c>Csc</c> task should cause an exception at run time for integer arithmetic that overflows the bounds of the data type; otherwise, <see langword="false" />.</value>
228229
<remarks>
229230
<format type="text/markdown"><![CDATA[
230231

xml/Microsoft.Build.Tasks/GenerateBootstrapper.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@
145145
</ReturnValue>
146146
<Docs>
147147
<summary>Gets or sets whether a component runs with elevated permissions when it is installed on a target computer.</summary>
148-
<value><see langword="true" /> if the installed component runs with elevated permissions; otherwise <see langword="false" />.</value>
148+
<value>
149+
<see langword="true" /> if the installed component runs with elevated permissions; otherwise <see langword="false" />.</value>
149150
<remarks>
150151
<format type="text/markdown"><![CDATA[
151152

0 commit comments

Comments
 (0)