Skip to content

Commit e793dd8

Browse files
authored
CI Update (#12561)
1 parent f235258 commit e793dd8

1,331 files changed

Lines changed: 85245 additions & 50138 deletions

File tree

Some content is hidden

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

xml/Microsoft.Extensions.Caching.Hybrid/HybridCache.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,8 +452,8 @@
452452
<typeparam name="TState">The type of additional state required by <paramref name="factory" />.</typeparam>
453453
<typeparam name="T">The type of the data being considered.</typeparam>
454454
<param name="key">The key of the entry to look for or create.</param>
455-
<param name="factory">Provides the underlying data service if the data is not available in the cache.</param>
456455
<param name="state">The state required for <paramref name="factory" />.</param>
456+
<param name="factory">Provides the underlying data service if the data is not available in the cache.</param>
457457
<param name="options">Additional options for this cache entry.</param>
458458
<param name="tags">The tags to associate with this cache item.</param>
459459
<param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken" /> used to propagate notifications that the operation should be canceled.</param>

xml/Microsoft.Extensions.DependencyInjection.Extensions/ServiceCollectionDescriptorExtensions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,8 +656,8 @@
656656
<Docs>
657657
<typeparam name="TService">The type of the service to add.</typeparam>
658658
<param name="services">The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" />.</param>
659-
<param name="implementationFactory">The factory that creates the service.</param>
660659
<param name="serviceKey">The service key.</param>
660+
<param name="implementationFactory">The factory that creates the service.</param>
661661
<summary>
662662
Adds the specified <typeparamref name="TService" /> as a <see cref="F:Microsoft.Extensions.DependencyInjection.ServiceLifetime.Scoped" /> service
663663
using the factory specified in <paramref name="implementationFactory" />

xml/Microsoft.Extensions.DependencyInjection/HealthChecksBuilderAddCheckExtensions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,8 +481,8 @@
481481
is <c>null</c>, then <see cref="F:Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus.Unhealthy" /> will be reported.
482482
</param>
483483
<param name="tags">A list of tags that can be used to filter health checks.</param>
484-
<param name="args">Additional arguments to provide to the constructor.</param>
485484
<param name="timeout">A <see cref="T:System.TimeSpan" /> representing the timeout of the check.</param>
485+
<param name="args">Additional arguments to provide to the constructor.</param>
486486
<summary>
487487
Adds a new type activated health check with the specified name and implementation.
488488
</summary>

xml/Microsoft.Extensions.DependencyInjection/HealthChecksBuilderDelegateExtensions.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
<Docs>
6262
<param name="builder">The <see cref="T:Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder" />.</param>
6363
<param name="name">The name of the health check.</param>
64-
<param name="tags">A list of tags that can be used to filter health checks.</param>
6564
<param name="check">A delegate that provides the health check implementation.</param>
65+
<param name="tags">A list of tags that can be used to filter health checks.</param>
6666
<summary>
6767
Adds a new health check with the specified name and implementation.
6868
</summary>
@@ -94,8 +94,8 @@
9494
<Docs>
9595
<param name="builder">The <see cref="T:Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder" />.</param>
9696
<param name="name">The name of the health check.</param>
97-
<param name="tags">A list of tags that can be used to filter health checks.</param>
9897
<param name="check">A delegate that provides the health check implementation.</param>
98+
<param name="tags">A list of tags that can be used to filter health checks.</param>
9999
<summary>
100100
Adds a new health check with the specified name and implementation.
101101
</summary>
@@ -134,8 +134,8 @@
134134
<Docs>
135135
<param name="builder">The <see cref="T:Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder" />.</param>
136136
<param name="name">The name of the health check.</param>
137-
<param name="tags">A list of tags that can be used to filter health checks.</param>
138137
<param name="check">A delegate that provides the health check implementation.</param>
138+
<param name="tags">A list of tags that can be used to filter health checks.</param>
139139
<param name="timeout">An optional <see cref="T:System.TimeSpan" /> representing the timeout of the check.</param>
140140
<summary>
141141
Adds a new health check with the specified name and implementation.
@@ -175,8 +175,8 @@
175175
<Docs>
176176
<param name="builder">The <see cref="T:Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder" />.</param>
177177
<param name="name">The name of the health check.</param>
178-
<param name="tags">A list of tags that can be used to filter health checks.</param>
179178
<param name="check">A delegate that provides the health check implementation.</param>
179+
<param name="tags">A list of tags that can be used to filter health checks.</param>
180180
<param name="timeout">An optional <see cref="T:System.TimeSpan" /> representing the timeout of the check.</param>
181181
<summary>
182182
Adds a new health check with the specified name and implementation.
@@ -209,8 +209,8 @@
209209
<Docs>
210210
<param name="builder">The <see cref="T:Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder" />.</param>
211211
<param name="name">The name of the health check.</param>
212-
<param name="tags">A list of tags that can be used to filter health checks.</param>
213212
<param name="check">A delegate that provides the health check implementation.</param>
213+
<param name="tags">A list of tags that can be used to filter health checks.</param>
214214
<summary>
215215
Adds a new health check with the specified name and implementation.
216216
</summary>
@@ -249,8 +249,8 @@
249249
<Docs>
250250
<param name="builder">The <see cref="T:Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder" />.</param>
251251
<param name="name">The name of the health check.</param>
252-
<param name="tags">A list of tags that can be used to filter health checks.</param>
253252
<param name="check">A delegate that provides the health check implementation.</param>
253+
<param name="tags">A list of tags that can be used to filter health checks.</param>
254254
<summary>
255255
Adds a new health check with the specified name and implementation.
256256
</summary>
@@ -289,8 +289,8 @@
289289
<Docs>
290290
<param name="builder">The <see cref="T:Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder" />.</param>
291291
<param name="name">The name of the health check.</param>
292-
<param name="tags">A list of tags that can be used to filter health checks.</param>
293292
<param name="check">A delegate that provides the health check implementation.</param>
293+
<param name="tags">A list of tags that can be used to filter health checks.</param>
294294
<param name="timeout">An optional <see cref="T:System.TimeSpan" /> representing the timeout of the check.</param>
295295
<summary>
296296
Adds a new health check with the specified name and implementation.
@@ -330,8 +330,8 @@
330330
<Docs>
331331
<param name="builder">The <see cref="T:Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder" />.</param>
332332
<param name="name">The name of the health check.</param>
333-
<param name="tags">A list of tags that can be used to filter health checks.</param>
334333
<param name="check">A delegate that provides the health check implementation.</param>
334+
<param name="tags">A list of tags that can be used to filter health checks.</param>
335335
<param name="timeout">An optional <see cref="T:System.TimeSpan" /> representing the timeout of the check.</param>
336336
<summary>
337337
Adds a new health check with the specified name and implementation.

xml/Microsoft.Extensions.Diagnostics.Metrics/MetricsBuilderExtensions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
<Parameter Name="listener" Type="Microsoft.Extensions.Diagnostics.Metrics.IMetricsListener" />
5252
</Parameters>
5353
<Docs>
54-
<param name="listener">The implementation type of the listener.</param>
5554
<param name="builder">The <see cref="T:Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder" />.</param>
55+
<param name="listener">The implementation type of the listener.</param>
5656
<summary>
5757
Registers a new <see cref="T:Microsoft.Extensions.Diagnostics.Metrics.IMetricsListener" /> instance.
5858
</summary>

xml/SourceLinkInformation/net-10.0-pp/Microsoft.Bcl.Cryptography.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"Assembly": "Microsoft.Bcl.Cryptography",
33
"GUID": "006EFD73B6C7406980169E96F2388E81FFFFFFFF",
4-
"Tag": "sOuFXp/LX61mtz1UPvAyMe3FBigrguL1VKxSEdcXi8c=",
4+
"Tag": "jePnxf5I+uU6BmQgNQl1w6+2f354wx4eFL9uonOi2D8=",
55
"Types": [
66
{
77
"Members": [
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"Assembly": "Microsoft.Bcl.Memory",
3+
"GUID": "A8B821BA31C34BD99650BF56A6E5E221FFFFFFFF",
4+
"Tag": "jePnxf5I+uU6BmQgNQl1w6+2f354wx4eFL9uonOi2D8=",
5+
"Types": []
6+
}

xml/SourceLinkInformation/net-10.0-pp/Microsoft.Bcl.TimeProvider.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"Assembly": "Microsoft.Bcl.TimeProvider",
33
"GUID": "AD65017AD8754641BDC66A9F31CC4C1EFFFFFFFF",
4-
"Tag": "sOuFXp/LX61mtz1UPvAyMe3FBigrguL1VKxSEdcXi8c=",
4+
"Tag": "jePnxf5I+uU6BmQgNQl1w6+2f354wx4eFL9uonOi2D8=",
55
"Types": [
66
{
77
"Members": [

xml/SourceLinkInformation/net-10.0-pp/Microsoft.Extensions.AI.Abstractions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"Assembly": "Microsoft.Extensions.AI.Abstractions",
33
"GUID": "F15438A3C9B54622B9C290C82615B809FFFFFFFF",
4-
"Tag": "sOuFXp/LX61mtz1UPvAyMe3FBigrguL1VKxSEdcXi8c=",
4+
"Tag": "jePnxf5I+uU6BmQgNQl1w6+2f354wx4eFL9uonOi2D8=",
55
"Types": [
66
{
77
"Members": [

xml/SourceLinkInformation/net-10.0-pp/Microsoft.Extensions.AI.AzureAIInference.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"Assembly": "Microsoft.Extensions.AI.AzureAIInference",
33
"GUID": "581E40EB23294372B6DA353D39B8C3E0FFFFFFFF",
4-
"Tag": "sOuFXp/LX61mtz1UPvAyMe3FBigrguL1VKxSEdcXi8c=",
4+
"Tag": "jePnxf5I+uU6BmQgNQl1w6+2f354wx4eFL9uonOi2D8=",
55
"Types": [
66
{
77
"Members": [

0 commit comments

Comments
 (0)