Skip to content

Commit 61840f6

Browse files
authored
CI Update - .NET 8 Preview 6 (dotnet#9140)
1 parent cef06e1 commit 61840f6

File tree

802 files changed

+47842
-11495
lines changed

Some content is hidden

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

802 files changed

+47842
-11495
lines changed

xml/FrameworksIndex/dotnet-plat-ext-6.0.xml

Lines changed: 2401 additions & 21 deletions
Large diffs are not rendered by default.

xml/FrameworksIndex/dotnet-plat-ext-7.0.xml

Lines changed: 2440 additions & 11 deletions
Large diffs are not rendered by default.

xml/FrameworksIndex/dotnet-plat-ext-8.0.xml

Lines changed: 1257 additions & 156 deletions
Large diffs are not rendered by default.

xml/FrameworksIndex/net-8.0.xml

Lines changed: 523 additions & 8 deletions
Large diffs are not rendered by default.

xml/FrameworksIndex/windowsdesktop-8.0.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31159,6 +31159,8 @@
3115931159
<Member Id="M:System.Windows.Forms.ContextMenuStrip.#ctor" />
3116031160
<Member Id="M:System.Windows.Forms.ContextMenuStrip.#ctor(System.ComponentModel.IContainer)" />
3116131161
<Member Id="M:System.Windows.Forms.ContextMenuStrip.Dispose(System.Boolean)" />
31162+
<Member Id="M:System.Windows.Forms.ContextMenuStrip.OnClosed(System.Windows.Forms.ToolStripDropDownClosedEventArgs)" />
31163+
<Member Id="M:System.Windows.Forms.ContextMenuStrip.OnOpened(System.EventArgs)" />
3116231164
<Member Id="M:System.Windows.Forms.ContextMenuStrip.SetVisibleCore(System.Boolean)" />
3116331165
<Member Id="P:System.Windows.Forms.ContextMenuStrip.SourceControl" />
3116431166
</Type>

xml/Microsoft.Extensions.AmbientMetadata/ApplicationMetadata.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
</ReturnValue>
6161
<Docs>
6262
<summary>
63-
Gets or sets a value that represents the application's name.
63+
Gets or sets the application's name.
6464
</summary>
6565
<value>To be added.</value>
6666
<remarks>To be added.</remarks>
@@ -83,7 +83,7 @@
8383
</ReturnValue>
8484
<Docs>
8585
<summary>
86-
Gets or sets a value that represents the application's build version.
86+
Gets or sets the application's build version.
8787
</summary>
8888
<value>To be added.</value>
8989
<remarks>To be added.</remarks>
@@ -106,7 +106,7 @@
106106
</ReturnValue>
107107
<Docs>
108108
<summary>
109-
Gets or sets a value that represents the deployment ring from where the application is running.
109+
Gets or sets the deployment ring from where the application is running.
110110
</summary>
111111
<value>To be added.</value>
112112
<remarks>To be added.</remarks>
@@ -135,7 +135,7 @@
135135
</ReturnValue>
136136
<Docs>
137137
<summary>
138-
Gets or sets a value that represents the application's environment name, such as Development, Staging, Production.
138+
Gets or sets the application's environment name, such as Development, Staging, or Production.
139139
</summary>
140140
<value>To be added.</value>
141141
<remarks>To be added.</remarks>

xml/Microsoft.Extensions.AmbientMetadata/ApplicationMetadataExtensions.xml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@
5757
</summary>
5858
<returns>The value of <paramref name="services" />&gt;.</returns>
5959
<remarks>To be added.</remarks>
60-
<exception cref="T:System.ArgumentNullException">If <paramref name="section" /> or <paramref name="section" /> are <see langword="null" />.</exception>
60+
<exception cref="T:System.ArgumentNullException">
61+
<paramref name="section" /> or <paramref name="section" /> is <see langword="null" />.</exception>
6162
</Docs>
6263
</Member>
6364
<Member MemberName="AddApplicationMetadata">
@@ -87,7 +88,8 @@
8788
</summary>
8889
<returns>The value of <paramref name="services" />&gt;.</returns>
8990
<remarks>To be added.</remarks>
90-
<exception cref="T:System.ArgumentNullException">If <paramref name="services" /> or <paramref name="configure" /> are <see langword="null" />.</exception>
91+
<exception cref="T:System.ArgumentNullException">
92+
<paramref name="services" /> or <paramref name="configure" /> is <see langword="null" />.</exception>
9193
</Docs>
9294
</Member>
9395
<Member MemberName="AddApplicationMetadata">
@@ -118,8 +120,10 @@
118120
</summary>
119121
<returns>The value of <paramref name="builder" />&gt;.</returns>
120122
<remarks>To be added.</remarks>
121-
<exception cref="T:System.ArgumentNullException">If <paramref name="builder" /> or <paramref name="hostEnvironment" /> is <see langword="null" />.</exception>
122-
<exception cref="T:System.ArgumentException">If <paramref name="sectionName" /> is either <see langword="null" />, empty or whitespace.</exception>
123+
<exception cref="T:System.ArgumentNullException">
124+
<paramref name="builder" /> or <paramref name="hostEnvironment" /> is <see langword="null" />.</exception>
125+
<exception cref="T:System.ArgumentException">
126+
<paramref name="sectionName" /> is either <see langword="null" />, empty or whitespace.</exception>
123127
</Docs>
124128
</Member>
125129
<Member MemberName="UseApplicationMetadata">
@@ -158,8 +162,10 @@
158162
</summary>
159163
<returns>The value of <paramref name="builder" />&gt;.</returns>
160164
<remarks>To be added.</remarks>
161-
<exception cref="T:System.ArgumentNullException">If <paramref name="builder" /> is <see langword="null" />.</exception>
162-
<exception cref="T:System.ArgumentException">If <paramref name="sectionName" /> is either <see langword="null" />, empty or whitespace.</exception>
165+
<exception cref="T:System.ArgumentNullException">
166+
<paramref name="builder" /> is <see langword="null" />.</exception>
167+
<exception cref="T:System.ArgumentException">
168+
<paramref name="sectionName" /> is either <see langword="null" />, empty or whitespace.</exception>
163169
</Docs>
164170
</Member>
165171
</Members>

xml/Microsoft.Extensions.AsyncState/AsyncStateExtensions.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@
8080
</summary>
8181
<returns>The value of <paramref name="services" />.</returns>
8282
<remarks>To be added.</remarks>
83-
<exception cref="T:System.ArgumentNullException">If <paramref name="services" /> is <see langword="null" />.</exception>
83+
<exception cref="T:System.ArgumentNullException">
84+
<paramref name="services" /> is <see langword="null" />.</exception>
8485
</Docs>
8586
</Member>
8687
</Members>

xml/Microsoft.Extensions.AsyncState/AsyncStateToken.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</Attributes>
2626
<Docs>
2727
<summary>
28-
Async state token representing a registered context wihtin the asynchornous state.
28+
Async state token representing a registered context within the asynchronous state.
2929
</summary>
3030
<remarks>To be added.</remarks>
3131
</Docs>
@@ -57,7 +57,7 @@
5757
Determines whether this async state token and a specified async state token are identical.
5858
</summary>
5959
<returns>
60-
<see langword="true" /> If the two async state tokens are identical; otherwise, <see langword="false" />.</returns>
60+
<see langword="true" /> if the two async state tokens are identical; otherwise, <see langword="false" />.</returns>
6161
<remarks>To be added.</remarks>
6262
</Docs>
6363
</Member>
@@ -85,7 +85,7 @@
8585
Determines whether the specified object is equal to the current async state token.
8686
</summary>
8787
<returns>
88-
<see langword="true" /> If the specified object is identical to the current async state token; otherwise, <see langword="false" />.</returns>
88+
<see langword="true" /> if the specified object is identical to the current async state token; otherwise, <see langword="false" />.</returns>
8989
<remarks>To be added.</remarks>
9090
</Docs>
9191
</Member>

xml/Microsoft.Extensions.AsyncState/IAsyncLocalContext`1.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
<AttributeName Language="C#">[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]</AttributeName>
2727
<AttributeName Language="F#">[&lt;System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)&gt;]</AttributeName>
2828
</Attribute>
29+
<Attribute>
30+
<AttributeName Language="C#">[System.Diagnostics.CodeAnalysis.Experimental("TBD", UrlFormat="TBD")]</AttributeName>
31+
<AttributeName Language="F#">[&lt;System.Diagnostics.CodeAnalysis.Experimental("TBD", UrlFormat="TBD")&gt;]</AttributeName>
32+
</Attribute>
2933
</Attributes>
3034
<Docs>
3135
<typeparam name="T">The type of the asynchronous state.</typeparam>

0 commit comments

Comments
 (0)