Skip to content

Commit bd423f4

Browse files
CI Update
Build.Reason:Manual by Fuquan Li (INFOSYS LIMITED) Build.Url:https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=492993&view=results source_repo.branch:master source_repo.url:https://apidrop.visualstudio.com/_git/binaries
1 parent 601c540 commit bd423f4

File tree

6 files changed

+149
-229
lines changed

6 files changed

+149
-229
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@
180180
<typeparam name="TState">The type of additional state required by <paramref name="factory" />.</typeparam>
181181
<typeparam name="T">The type of the data being considered.</typeparam>
182182
<param name="key">The key of the entry to look for or create.</param>
183-
<param name="factory">Provides the underlying data service if the data is not available in the cache.</param>
184183
<param name="state">The state required for <paramref name="factory" />.</param>
184+
<param name="factory">Provides the underlying data service if the data is not available in the cache.</param>
185185
<param name="options">Additional options for this cache entry.</param>
186186
<param name="tags">The tags to associate with this cache item.</param>
187187
<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
@@ -648,8 +648,8 @@
648648
<Docs>
649649
<typeparam name="TService">The type of the service to add.</typeparam>
650650
<param name="services">The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" />.</param>
651-
<param name="implementationFactory">The factory that creates the service.</param>
652651
<param name="serviceKey">The service key.</param>
652+
<param name="implementationFactory">The factory that creates the service.</param>
653653
<summary>
654654
Adds the specified <typeparamref name="TService" /> as a <see cref="F:Microsoft.Extensions.DependencyInjection.ServiceLifetime.Scoped" /> service
655655
using the factory specified in <paramref name="implementationFactory" />

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
<Parameter Name="listener" Type="Microsoft.Extensions.Diagnostics.Metrics.IMetricsListener" />
4848
</Parameters>
4949
<Docs>
50-
<param name="listener">The implementation type of the listener.</param>
5150
<param name="builder">The <see cref="T:Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder" />.</param>
51+
<param name="listener">The implementation type of the listener.</param>
5252
<summary>
5353
Registers a new <see cref="T:Microsoft.Extensions.Diagnostics.Metrics.IMetricsListener" /> instance.
5454
</summary>

xml/System.Diagnostics.Metrics/Meter.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1945,7 +1945,6 @@ Example uses for `ObservableUpDownCounter`: the process heap size or the approxi
19451945
19461946
]]></format>
19471947
</remarks>
1948-
19491948
</Docs>
19501949
</Member>
19511950
<Member MemberName="CreateObservableUpDownCounter&lt;T&gt;">
@@ -2039,7 +2038,6 @@ Example uses for ObservableUpDownCounter: the process heap size or the approxima
20392038
20402039
]]></format>
20412040
</remarks>
2042-
20432041
</Docs>
20442042
</Member>
20452043
<Member MemberName="CreateObservableUpDownCounter&lt;T&gt;">

xml/System.Diagnostics.Metrics/ObservableUpDownCounter`1.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ This class supports only the following generic parameter types: <xref:System.Byt
7777
7878
]]></format>
7979
</remarks>
80-
8180
</Docs>
8281
</Member>
8382
</Members>

0 commit comments

Comments
 (0)