From 6264f72d88f8738075b7b74ce913d790478b6966 Mon Sep 17 00:00:00 2001 From: "docsreference@microsoft.com" Date: Wed, 14 May 2025 08:06:41 +0000 Subject: [PATCH] CI Update Build.Reason:PullRequest by Fuquan Li (INFOSYS LIMITED) Build.Url:https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=531048&view=results source_repo.branch:master source_repo.url:https://apidrop.visualstudio.com/_git/binaries --- .../HybridCache.xml | 2 +- .../ServiceCollectionDescriptorExtensions.xml | 2 +- .../MetricsBuilderExtensions.xml | 2 +- ...yncProcessingPipelineBuilderExtensions.xml | 2 +- .../CommandLineBuilderExtensions.xml | 6 +- xml/System.Numerics.Tensors/Tensor.xml | 16 +- xml/System.Reflection/TypeExtensions.xml | 413 ++++++------------ 7 files changed, 150 insertions(+), 293 deletions(-) diff --git a/xml/Microsoft.Extensions.Caching.Hybrid/HybridCache.xml b/xml/Microsoft.Extensions.Caching.Hybrid/HybridCache.xml index 1f0cc01dcbf..d1b3cfa57fa 100644 --- a/xml/Microsoft.Extensions.Caching.Hybrid/HybridCache.xml +++ b/xml/Microsoft.Extensions.Caching.Hybrid/HybridCache.xml @@ -181,8 +181,8 @@ The type of additional state required by . The type of the data being considered. The key of the entry to look for or create. - Provides the underlying data service if the data is not available in the cache. The state required for . + Provides the underlying data service if the data is not available in the cache. Additional options for this cache entry. The tags to associate with this cache item. The used to propagate notifications that the operation should be canceled. diff --git a/xml/Microsoft.Extensions.DependencyInjection.Extensions/ServiceCollectionDescriptorExtensions.xml b/xml/Microsoft.Extensions.DependencyInjection.Extensions/ServiceCollectionDescriptorExtensions.xml index e456bc7e2ea..795c26da8fb 100644 --- a/xml/Microsoft.Extensions.DependencyInjection.Extensions/ServiceCollectionDescriptorExtensions.xml +++ b/xml/Microsoft.Extensions.DependencyInjection.Extensions/ServiceCollectionDescriptorExtensions.xml @@ -649,8 +649,8 @@ The type of the service to add. The . - The factory that creates the service. The service key. + The factory that creates the service. Adds the specified as a service using the factory specified in diff --git a/xml/Microsoft.Extensions.Diagnostics.Metrics/MetricsBuilderExtensions.xml b/xml/Microsoft.Extensions.Diagnostics.Metrics/MetricsBuilderExtensions.xml index 6de8ce1c81a..867156001e0 100644 --- a/xml/Microsoft.Extensions.Diagnostics.Metrics/MetricsBuilderExtensions.xml +++ b/xml/Microsoft.Extensions.Diagnostics.Metrics/MetricsBuilderExtensions.xml @@ -48,8 +48,8 @@ - The implementation type of the listener. The . + The implementation type of the listener. Registers a new instance. diff --git a/xml/System.Cloud.Messaging/AsyncProcessingPipelineBuilderExtensions.xml b/xml/System.Cloud.Messaging/AsyncProcessingPipelineBuilderExtensions.xml index 60eef9af905..dc3231818cf 100644 --- a/xml/System.Cloud.Messaging/AsyncProcessingPipelineBuilderExtensions.xml +++ b/xml/System.Cloud.Messaging/AsyncProcessingPipelineBuilderExtensions.xml @@ -563,9 +563,9 @@ Type of implementation. - The pipeline name. The builder for async processing pipeline. The name with which the is registered with. + The pipeline name. The implementation factory for . Configures the for the async processing pipeline with the provided name and implementation factory. diff --git a/xml/System.CommandLine.Builder/CommandLineBuilderExtensions.xml b/xml/System.CommandLine.Builder/CommandLineBuilderExtensions.xml index 673d5a45ee6..a2f951f6144 100644 --- a/xml/System.CommandLine.Builder/CommandLineBuilderExtensions.xml +++ b/xml/System.CommandLine.Builder/CommandLineBuilderExtensions.xml @@ -40,9 +40,9 @@ + A command line builder. A delegate that will be invoked before a call to a command handler. A value indicating the order in which the added delegate will be invoked relative to others in the pipeline. - A command line builder. Adds a middleware delegate to the invocation pipeline called before a command handler is invoked. @@ -545,8 +545,8 @@ - The exit code to use when parser errors occur. A command line builder. + The exit code to use when parser errors occur. Configures the command line to write error information to standard error when there are errors parsing command line input. @@ -692,8 +692,8 @@ - One or more aliases to use instead of the default to signal that version information should be displayed. A command line builder. + One or more aliases to use instead of the default to signal that version information should be displayed. To be added. To be added. To be added. diff --git a/xml/System.Numerics.Tensors/Tensor.xml b/xml/System.Numerics.Tensors/Tensor.xml index 077c0189107..5c5903dbc5f 100644 --- a/xml/System.Numerics.Tensors/Tensor.xml +++ b/xml/System.Numerics.Tensors/Tensor.xml @@ -3911,8 +3911,8 @@ To be added. - The tensors must have the same shape, except in the dimension corresponding to axis (the first, by default). The axis along which the tensors will be joined. If axis is -1, arrays are flattened before use. Default is 0. + The tensors must have the same shape, except in the dimension corresponding to axis (the first, by default). Join a sequence of tensors along an existing axis. @@ -3977,8 +3977,8 @@ To be added. - The tensors must have the same shape, except in the dimension corresponding to axis (the first, by default). The axis along which the tensors will be joined. If axis is -1, arrays are flattened before use. Default is 0. + The tensors must have the same shape, except in the dimension corresponding to axis (the first, by default). Join a sequence of tensors along an existing axis. @@ -9181,8 +9181,8 @@ To be added. - First to compare. Value to compare against. + First to compare. Compares the elements of two to see if any elements of are greater than . If the shapes are not the same, the tensors are broadcasted to the smallest broadcastable size before they are compared. @@ -9968,8 +9968,8 @@ To be added. - First to compare. Value to compare against. + First to compare. Compares the elements of two to see if any elements of are greater than . If the shapes are not the same, the tensors are broadcasted to the smallest broadcastable size before they are compared. @@ -11581,8 +11581,8 @@ To be added. - First value to compare. Second value to compare against. + First value to compare. Compares the elements of two to see if all elements of are less than . If the shapes are not the same, the tensors are broadcasted to the smallest broadcastable size before they are compared. @@ -12368,8 +12368,8 @@ To be added. - First value to compare. Second value to compare against. + First value to compare. Compares the elements of two to see if all elements of are less than . If the shapes are not the same, the tensors are broadcasted to the smallest broadcastable size before they are compared. @@ -18559,8 +18559,8 @@ To be added. The tensor, represented as a span. - The destination tensor, represented as a span. The degree of the root to be computed, represented as a scalar. + The destination tensor, represented as a span. Computes the element-wise n-th root of the values in the specified tensor. To be added. To be added. @@ -20846,8 +20846,8 @@ To be added. - Input . Index of where the new dimension will be. + Input . Join multiple along a new dimension. The axis parameter specifies the index of the new dimension. All tensors must have the same shape. diff --git a/xml/System.Reflection/TypeExtensions.xml b/xml/System.Reflection/TypeExtensions.xml index f7de3a89670..19626f04754 100644 --- a/xml/System.Reflection/TypeExtensions.xml +++ b/xml/System.Reflection/TypeExtensions.xml @@ -88,43 +88,22 @@ - - - - - - + + + + + + Method System.Reflection.TypeExtensions - 4.0.0.0 - 4.1.0.0 - 4.1.2.0 - 5.0.0.0 - 6.0.0.0 - 7.0.0.0 - 8.0.0.0 - 9.0.0.0 - 10.0.0.0 + 4.1.5.0 - - - [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] - [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] - - - System.Reflection.ConstructorInfo[] + System.Reflection.ConstructorInfo[] - - - - [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicConstructors)] - [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicConstructors)>] - - - + To be added. @@ -134,44 +113,23 @@ - - - - - - + + + + + + Method System.Reflection.TypeExtensions - 4.0.0.0 - 4.1.0.0 - 4.1.2.0 - 5.0.0.0 - 6.0.0.0 - 7.0.0.0 - 8.0.0.0 - 9.0.0.0 - 10.0.0.0 + 4.1.5.0 - - - [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] - [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] - - - System.Reflection.ConstructorInfo[] + System.Reflection.ConstructorInfo[] - - - - [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicConstructors | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicConstructors)] - [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicConstructors | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicConstructors)>] - - - - + + To be added. @@ -508,22 +466,36 @@ - - - - - - + + + + + + Method System.Reflection.TypeExtensions - 4.1.5.0 + 4.0.0.0 + 4.1.0.0 + 4.1.2.0 + 5.0.0.0 + 6.0.0.0 + 7.0.0.0 + 8.0.0.0 + 9.0.0.0 + 10.0.0.0 + + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] + [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] + + - System.Type[] + System.Type[] - + To be added. @@ -558,44 +530,23 @@ - - - - - - + + + + + + Method System.Reflection.TypeExtensions - 4.0.0.0 - 4.1.0.0 - 4.1.2.0 - 5.0.0.0 - 6.0.0.0 - 7.0.0.0 - 8.0.0.0 - 9.0.0.0 - 10.0.0.0 + 4.1.5.0 - - - [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] - [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] - - - System.Reflection.MemberInfo[] + System.Reflection.MemberInfo[] - - - - [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicConstructors | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicEvents | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicFields | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicMethods | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicNestedTypes | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicProperties)] - [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicConstructors | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicEvents | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicFields | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicMethods | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicNestedTypes | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicProperties)>] - - - - + + To be added. @@ -606,45 +557,24 @@ - - - - - - + + + + + + Method System.Reflection.TypeExtensions - 4.0.0.0 - 4.1.0.0 - 4.1.2.0 - 5.0.0.0 - 6.0.0.0 - 7.0.0.0 - 8.0.0.0 - 9.0.0.0 - 10.0.0.0 + 4.1.5.0 - - - [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] - [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] - - - System.Reflection.MemberInfo[] + System.Reflection.MemberInfo[] - - - - [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.All)] - [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.All)>] - - - - - + + + To be added. @@ -702,44 +632,23 @@ - - - - - - + + + + + + Method System.Reflection.TypeExtensions - 4.0.0.0 - 4.1.0.0 - 4.1.2.0 - 5.0.0.0 - 6.0.0.0 - 7.0.0.0 - 8.0.0.0 - 9.0.0.0 - 10.0.0.0 + 4.1.5.0 - - - [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] - [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] - - - System.Reflection.MemberInfo[] + System.Reflection.MemberInfo[] - - - - [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.All)] - [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.All)>] - - - - + + To be added. @@ -750,45 +659,23 @@ - - - - - - - + + + + + + Method System.Reflection.TypeExtensions - 4.0.0.0 - 4.1.0.0 - 4.1.2.0 - 5.0.0.0 - 6.0.0.0 - 7.0.0.0 - 8.0.0.0 - 9.0.0.0 - 10.0.0.0 + 4.1.5.0 - - - [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] - [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] - - - System.Reflection.MethodInfo + System.Reflection.MethodInfo - - - - [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicMethods)] - [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicMethods)>] - - - - + + To be added. @@ -799,46 +686,24 @@ - - - - - - - + + + + + + Method System.Reflection.TypeExtensions - 4.0.0.0 - 4.1.0.0 - 4.1.2.0 - 5.0.0.0 - 6.0.0.0 - 7.0.0.0 - 8.0.0.0 - 9.0.0.0 - 10.0.0.0 + 4.1.5.0 - - - [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] - [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] - - - System.Reflection.MethodInfo + System.Reflection.MethodInfo - - - - [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicMethods | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicMethods)] - [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicMethods | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicMethods)>] - - - - - + + + To be added. @@ -1008,22 +873,43 @@ - - - - - - + + + + + + Method System.Reflection.TypeExtensions - 4.1.5.0 + 4.0.0.0 + 4.1.0.0 + 4.1.2.0 + 5.0.0.0 + 6.0.0.0 + 7.0.0.0 + 8.0.0.0 + 9.0.0.0 + 10.0.0.0 + + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] + [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] + + - System.Reflection.PropertyInfo[] + System.Reflection.PropertyInfo[] - + + + + [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicProperties)] + [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicProperties)>] + + + To be added. @@ -1159,53 +1045,24 @@ - - - - - - - + + + + + + Method System.Reflection.TypeExtensions - 4.0.0.0 - 4.1.0.0 - 4.1.2.0 - 5.0.0.0 - 6.0.0.0 - 7.0.0.0 - 8.0.0.0 - 9.0.0.0 - 10.0.0.0 + 4.1.5.0 - - - [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] - [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] - - - System.Reflection.PropertyInfo + System.Reflection.PropertyInfo - - - - [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicProperties)] - [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicProperties)>] - - - - - - - - [System.Runtime.CompilerServices.Nullable(2)] - [<System.Runtime.CompilerServices.Nullable(2)>] - - - + + + To be added.