Skip to content

Commit d3609d3

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

File tree

461 files changed

+446873
-63680
lines changed

Some content is hidden

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

461 files changed

+446873
-63680
lines changed

xml/Microsoft.Extensions.HttpClient.SocketHandling/HttpClientSocketHandlingExtensions.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<param name="builder">The <see cref="T:Microsoft.Extensions.DependencyInjection.IHttpClientBuilder" />.</param>
4949
<summary>
5050
Adds a delegate that will set <see cref="T:System.Net.Http.SocketsHttpHandler" /> as the primary <see cref="T:System.Net.Http.HttpMessageHandler" />
51-
for a named HttpClient.
51+
for a named <see cref="N:Microsoft.Extensions.HttpClient" />.
5252
</summary>
5353
<returns>The given <see cref="T:Microsoft.Extensions.DependencyInjection.IHttpClientBuilder" /> instance to allow method chaining.</returns>
5454
<remarks>To be added.</remarks>
@@ -78,7 +78,7 @@
7878
<param name="configure">Configure using a <see cref="T:Microsoft.Extensions.HttpClient.SocketHandling.SocketsHttpHandlerBuilder" /> instance.</param>
7979
<summary>
8080
Adds a delegate that will set <see cref="T:System.Net.Http.SocketsHttpHandler" /> as the primary <see cref="T:System.Net.Http.HttpMessageHandler" />
81-
for a named HttpClient.
81+
for a named <see cref="N:Microsoft.Extensions.HttpClient" />.
8282
</summary>
8383
<returns>The given <see cref="T:Microsoft.Extensions.DependencyInjection.IHttpClientBuilder" /> instance to allow method chaining.</returns>
8484
<remarks>To be added.</remarks>

xml/Microsoft.Extensions.HttpClient.SocketHandling/SocketsHttpHandlerBuilder.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
<param name="section">Configuration for <see cref="T:Microsoft.Extensions.HttpClient.SocketHandling.SocketsHttpHandlerOptions" />.</param>
163163
<summary>
164164
Adds a delegate that will set <see cref="T:System.Net.Http.SocketsHttpHandler" /> as the primary <see cref="T:System.Net.Http.HttpMessageHandler" />
165-
for a named HttpClient and will use <see cref="T:Microsoft.Extensions.Configuration.IConfigurationSection" /> to configure it.
165+
for a named <see cref="N:Microsoft.Extensions.HttpClient" /> and will use <see cref="T:Microsoft.Extensions.Configuration.IConfigurationSection" /> to configure it.
166166
</summary>
167167
<returns>The <see cref="T:Microsoft.Extensions.HttpClient.SocketHandling.SocketsHttpHandlerBuilder" />.</returns>
168168
<remarks>To be added.</remarks>
@@ -190,7 +190,7 @@
190190
<param name="configure">Configuration for <see cref="T:Microsoft.Extensions.HttpClient.SocketHandling.SocketsHttpHandlerOptions" />.</param>
191191
<summary>
192192
Adds a delegate that will set <see cref="T:System.Net.Http.SocketsHttpHandler" /> as the primary <see cref="T:System.Net.Http.HttpMessageHandler" />
193-
for a named HttpClient and will use the delegate to configure it.
193+
for a named <see cref="N:Microsoft.Extensions.HttpClient" /> and will use the delegate to configure it.
194194
</summary>
195195
<returns>The <see cref="T:Microsoft.Extensions.HttpClient.SocketHandling.SocketsHttpHandlerBuilder" />.</returns>
196196
<remarks>To be added.</remarks>

xml/Microsoft.Extensions.VectorData/IVectorStore.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@
119119
To successfully request a collection, either <typeparamref name="TRecord" /> must be annotated with attributes that define the schema of
120120
the record type, or <paramref name="vectorStoreRecordDefinition" /> must be provided.
121121
</remarks>
122+
<altmember cref="T:Microsoft.Extensions.VectorData.VectorStoreRecordDataAttribute" />
122123
<altmember cref="T:Microsoft.Extensions.VectorData.VectorStoreRecordVectorAttribute" />
123124
<altmember cref="T:Microsoft.Extensions.VectorData.VectorStoreRecordKeyAttribute" />
124-
<altmember cref="T:Microsoft.Extensions.VectorData.VectorStoreRecordDataAttribute" />
125125
</Docs>
126126
</Member>
127127
<Member MemberName="GetService">
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"Assembly": "Microsoft.Bcl.TimeProvider",
3+
"GUID": "CCC75D11735B43FA98D044F844E9FB54FFFFFFFF",
4+
"Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=",
5+
"Types": [
6+
{
7+
"Members": [
8+
{
9+
"DocsId": "M:System.Threading.Tasks.TimeProviderTaskExtensions.Delay(System.TimeProvider,System.TimeSpan,System.Threading.CancellationToken)",
10+
"SourceLink": "https://github.com/dotnet/dotnet/blob/c22dcd0c7a78d095a94d20e59ec0271b9924c82c/src/runtime/src/libraries/Microsoft.Bcl.TimeProvider/src/System/Threading/Tasks/TimeProviderTaskExtensions.cs#L52C13-L52C71"
11+
},
12+
{
13+
"DocsId": "M:System.Threading.Tasks.TimeProviderTaskExtensions.WaitAsync(System.Threading.Tasks.Task,System.TimeSpan,System.TimeProvider,System.Threading.CancellationToken)",
14+
"SourceLink": "https://github.com/dotnet/dotnet/blob/c22dcd0c7a78d095a94d20e59ec0271b9924c82c/src/runtime/src/libraries/Microsoft.Bcl.TimeProvider/src/System/Threading/Tasks/TimeProviderTaskExtensions.cs#L133C13-L133C77"
15+
},
16+
{
17+
"DocsId": "M:System.Threading.Tasks.TimeProviderTaskExtensions.WaitAsync``1(System.Threading.Tasks.Task{``0},System.TimeSpan,System.TimeProvider,System.Threading.CancellationToken)",
18+
"SourceLink": "https://github.com/dotnet/dotnet/blob/c22dcd0c7a78d095a94d20e59ec0271b9924c82c/src/runtime/src/libraries/Microsoft.Bcl.TimeProvider/src/System/Threading/Tasks/TimeProviderTaskExtensions.cs#L222C16-L222C72"
19+
},
20+
{
21+
"DocsId": "M:System.Threading.Tasks.TimeProviderTaskExtensions.CreateCancellationTokenSource(System.TimeProvider,System.TimeSpan)",
22+
"SourceLink": "https://github.com/dotnet/dotnet/blob/c22dcd0c7a78d095a94d20e59ec0271b9924c82c/src/runtime/src/libraries/Microsoft.Bcl.TimeProvider/src/System/Threading/Tasks/TimeProviderTaskExtensions.cs#L250C13-L250C69"
23+
}
24+
],
25+
"DocsId": "T:System.Threading.Tasks.TimeProviderTaskExtensions",
26+
"SourceLink": "https://github.com/dotnet/dotnet/blob/c22dcd0c7a78d095a94d20e59ec0271b9924c82c/src/runtime/src/libraries/Microsoft.Bcl.TimeProvider/src/System/Threading/Tasks/TimeProviderTaskExtensions.cs"
27+
}
28+
]
29+
}

0 commit comments

Comments
 (0)