Skip to content

Commit 98aa588

Browse files
CI Update
Build.Reason:Manual by Genevieve Warren Build.Url:https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=578473&view=results source_repo.branch:master source_repo.url:https://apidrop.visualstudio.com/_git/binaries
1 parent f321970 commit 98aa588

File tree

201 files changed

+80649
-70448
lines changed

Some content is hidden

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

201 files changed

+80649
-70448
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,8 +449,8 @@
449449
<typeparam name="TState">The type of additional state required by <paramref name="factory" />.</typeparam>
450450
<typeparam name="T">The type of the data being considered.</typeparam>
451451
<param name="key">The key of the entry to look for or create.</param>
452-
<param name="factory">Provides the underlying data service if the data is not available in the cache.</param>
453452
<param name="state">The state required for <paramref name="factory" />.</param>
453+
<param name="factory">Provides the underlying data service if the data is not available in the cache.</param>
454454
<param name="options">Additional options for this cache entry.</param>
455455
<param name="tags">The tags to associate with this cache item.</param>
456456
<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
@@ -649,8 +649,8 @@
649649
<Docs>
650650
<typeparam name="TService">The type of the service to add.</typeparam>
651651
<param name="services">The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" />.</param>
652-
<param name="implementationFactory">The factory that creates the service.</param>
653652
<param name="serviceKey">The service key.</param>
653+
<param name="implementationFactory">The factory that creates the service.</param>
654654
<summary>
655655
Adds the specified <typeparamref name="TService" /> as a <see cref="F:Microsoft.Extensions.DependencyInjection.ServiceLifetime.Scoped" /> service
656656
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
@@ -478,8 +478,8 @@
478478
is <c>null</c>, then <see cref="F:Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus.Unhealthy" /> will be reported.
479479
</param>
480480
<param name="tags">A list of tags that can be used to filter health checks.</param>
481-
<param name="args">Additional arguments to provide to the constructor.</param>
482481
<param name="timeout">A <see cref="T:System.TimeSpan" /> representing the timeout of the check.</param>
482+
<param name="args">Additional arguments to provide to the constructor.</param>
483483
<summary>
484484
Adds a new type activated health check with the specified name and implementation.
485485
</summary>

xml/Microsoft.Extensions.DependencyInjection/HealthChecksBuilderDelegateExtensions.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
<Docs>
5959
<param name="builder">The <see cref="T:Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder" />.</param>
6060
<param name="name">The name of the health check.</param>
61-
<param name="tags">A list of tags that can be used to filter health checks.</param>
6261
<param name="check">A delegate that provides the health check implementation.</param>
62+
<param name="tags">A list of tags that can be used to filter health checks.</param>
6363
<summary>
6464
Adds a new health check with the specified name and implementation.
6565
</summary>
@@ -91,8 +91,8 @@
9191
<Docs>
9292
<param name="builder">The <see cref="T:Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder" />.</param>
9393
<param name="name">The name of the health check.</param>
94-
<param name="tags">A list of tags that can be used to filter health checks.</param>
9594
<param name="check">A delegate that provides the health check implementation.</param>
95+
<param name="tags">A list of tags that can be used to filter health checks.</param>
9696
<summary>
9797
Adds a new health check with the specified name and implementation.
9898
</summary>
@@ -131,8 +131,8 @@
131131
<Docs>
132132
<param name="builder">The <see cref="T:Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder" />.</param>
133133
<param name="name">The name of the health check.</param>
134-
<param name="tags">A list of tags that can be used to filter health checks.</param>
135134
<param name="check">A delegate that provides the health check implementation.</param>
135+
<param name="tags">A list of tags that can be used to filter health checks.</param>
136136
<param name="timeout">An optional <see cref="T:System.TimeSpan" /> representing the timeout of the check.</param>
137137
<summary>
138138
Adds a new health check with the specified name and implementation.
@@ -172,8 +172,8 @@
172172
<Docs>
173173
<param name="builder">The <see cref="T:Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder" />.</param>
174174
<param name="name">The name of the health check.</param>
175-
<param name="tags">A list of tags that can be used to filter health checks.</param>
176175
<param name="check">A delegate that provides the health check implementation.</param>
176+
<param name="tags">A list of tags that can be used to filter health checks.</param>
177177
<param name="timeout">An optional <see cref="T:System.TimeSpan" /> representing the timeout of the check.</param>
178178
<summary>
179179
Adds a new health check with the specified name and implementation.
@@ -206,8 +206,8 @@
206206
<Docs>
207207
<param name="builder">The <see cref="T:Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder" />.</param>
208208
<param name="name">The name of the health check.</param>
209-
<param name="tags">A list of tags that can be used to filter health checks.</param>
210209
<param name="check">A delegate that provides the health check implementation.</param>
210+
<param name="tags">A list of tags that can be used to filter health checks.</param>
211211
<summary>
212212
Adds a new health check with the specified name and implementation.
213213
</summary>
@@ -246,8 +246,8 @@
246246
<Docs>
247247
<param name="builder">The <see cref="T:Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder" />.</param>
248248
<param name="name">The name of the health check.</param>
249-
<param name="tags">A list of tags that can be used to filter health checks.</param>
250249
<param name="check">A delegate that provides the health check implementation.</param>
250+
<param name="tags">A list of tags that can be used to filter health checks.</param>
251251
<summary>
252252
Adds a new health check with the specified name and implementation.
253253
</summary>
@@ -286,8 +286,8 @@
286286
<Docs>
287287
<param name="builder">The <see cref="T:Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder" />.</param>
288288
<param name="name">The name of the health check.</param>
289-
<param name="tags">A list of tags that can be used to filter health checks.</param>
290289
<param name="check">A delegate that provides the health check implementation.</param>
290+
<param name="tags">A list of tags that can be used to filter health checks.</param>
291291
<param name="timeout">An optional <see cref="T:System.TimeSpan" /> representing the timeout of the check.</param>
292292
<summary>
293293
Adds a new health check with the specified name and implementation.
@@ -327,8 +327,8 @@
327327
<Docs>
328328
<param name="builder">The <see cref="T:Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder" />.</param>
329329
<param name="name">The name of the health check.</param>
330-
<param name="tags">A list of tags that can be used to filter health checks.</param>
331330
<param name="check">A delegate that provides the health check implementation.</param>
331+
<param name="tags">A list of tags that can be used to filter health checks.</param>
332332
<param name="timeout">An optional <see cref="T:System.TimeSpan" /> representing the timeout of the check.</param>
333333
<summary>
334334
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
@@ -48,8 +48,8 @@
4848
<Parameter Name="listener" Type="Microsoft.Extensions.Diagnostics.Metrics.IMetricsListener" />
4949
</Parameters>
5050
<Docs>
51-
<param name="listener">The implementation type of the listener.</param>
5251
<param name="builder">The <see cref="T:Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder" />.</param>
52+
<param name="listener">The implementation type of the listener.</param>
5353
<summary>
5454
Registers a new <see cref="T:Microsoft.Extensions.Diagnostics.Metrics.IMetricsListener" /> instance.
5555
</summary>

0 commit comments

Comments
 (0)