Skip to content

Run pipeline to add missing source link json files #11322

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<param name="builder">The <see cref="T:Microsoft.Extensions.DependencyInjection.IHttpClientBuilder" />.</param>
<summary>
Adds a delegate that will set <see cref="T:System.Net.Http.SocketsHttpHandler" /> as the primary <see cref="T:System.Net.Http.HttpMessageHandler" />
for a named HttpClient.
for a named <see cref="N:Microsoft.Extensions.HttpClient" />.
</summary>
<returns>The given <see cref="T:Microsoft.Extensions.DependencyInjection.IHttpClientBuilder" /> instance to allow method chaining.</returns>
<remarks>To be added.</remarks>
Expand Down Expand Up @@ -78,7 +78,7 @@
<param name="configure">Configure using a <see cref="T:Microsoft.Extensions.HttpClient.SocketHandling.SocketsHttpHandlerBuilder" /> instance.</param>
<summary>
Adds a delegate that will set <see cref="T:System.Net.Http.SocketsHttpHandler" /> as the primary <see cref="T:System.Net.Http.HttpMessageHandler" />
for a named HttpClient.
for a named <see cref="N:Microsoft.Extensions.HttpClient" />.
</summary>
<returns>The given <see cref="T:Microsoft.Extensions.DependencyInjection.IHttpClientBuilder" /> instance to allow method chaining.</returns>
<remarks>To be added.</remarks>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
<param name="section">Configuration for <see cref="T:Microsoft.Extensions.HttpClient.SocketHandling.SocketsHttpHandlerOptions" />.</param>
<summary>
Adds a delegate that will set <see cref="T:System.Net.Http.SocketsHttpHandler" /> as the primary <see cref="T:System.Net.Http.HttpMessageHandler" />
for a named HttpClient and will use <see cref="T:Microsoft.Extensions.Configuration.IConfigurationSection" /> to configure it.
for a named <see cref="N:Microsoft.Extensions.HttpClient" /> and will use <see cref="T:Microsoft.Extensions.Configuration.IConfigurationSection" /> to configure it.
</summary>
<returns>The <see cref="T:Microsoft.Extensions.HttpClient.SocketHandling.SocketsHttpHandlerBuilder" />.</returns>
<remarks>To be added.</remarks>
Expand Down Expand Up @@ -190,7 +190,7 @@
<param name="configure">Configuration for <see cref="T:Microsoft.Extensions.HttpClient.SocketHandling.SocketsHttpHandlerOptions" />.</param>
<summary>
Adds a delegate that will set <see cref="T:System.Net.Http.SocketsHttpHandler" /> as the primary <see cref="T:System.Net.Http.HttpMessageHandler" />
for a named HttpClient and will use the delegate to configure it.
for a named <see cref="N:Microsoft.Extensions.HttpClient" /> and will use the delegate to configure it.
</summary>
<returns>The <see cref="T:Microsoft.Extensions.HttpClient.SocketHandling.SocketsHttpHandlerBuilder" />.</returns>
<remarks>To be added.</remarks>
Expand Down
2 changes: 1 addition & 1 deletion xml/Microsoft.Extensions.VectorData/IVectorStore.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@
To successfully request a collection, either <typeparamref name="TRecord" /> must be annotated with attributes that define the schema of
the record type, or <paramref name="vectorStoreRecordDefinition" /> must be provided.
</remarks>
<altmember cref="T:Microsoft.Extensions.VectorData.VectorStoreRecordDataAttribute" />
<altmember cref="T:Microsoft.Extensions.VectorData.VectorStoreRecordVectorAttribute" />
<altmember cref="T:Microsoft.Extensions.VectorData.VectorStoreRecordKeyAttribute" />
<altmember cref="T:Microsoft.Extensions.VectorData.VectorStoreRecordDataAttribute" />
</Docs>
</Member>
<Member MemberName="GetService">
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"Assembly": "Microsoft.Bcl.TimeProvider",
"GUID": "CCC75D11735B43FA98D044F844E9FB54FFFFFFFF",
"Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=",
"Types": [
{
"Members": [
{
"DocsId": "M:System.Threading.Tasks.TimeProviderTaskExtensions.Delay(System.TimeProvider,System.TimeSpan,System.Threading.CancellationToken)",
"SourceLink": "https://github.com/dotnet/dotnet/blob/c22dcd0c7a78d095a94d20e59ec0271b9924c82c/src/runtime/src/libraries/Microsoft.Bcl.TimeProvider/src/System/Threading/Tasks/TimeProviderTaskExtensions.cs#L52C13-L52C71"
},
{
"DocsId": "M:System.Threading.Tasks.TimeProviderTaskExtensions.WaitAsync(System.Threading.Tasks.Task,System.TimeSpan,System.TimeProvider,System.Threading.CancellationToken)",
"SourceLink": "https://github.com/dotnet/dotnet/blob/c22dcd0c7a78d095a94d20e59ec0271b9924c82c/src/runtime/src/libraries/Microsoft.Bcl.TimeProvider/src/System/Threading/Tasks/TimeProviderTaskExtensions.cs#L133C13-L133C77"
},
{
"DocsId": "M:System.Threading.Tasks.TimeProviderTaskExtensions.WaitAsync``1(System.Threading.Tasks.Task{``0},System.TimeSpan,System.TimeProvider,System.Threading.CancellationToken)",
"SourceLink": "https://github.com/dotnet/dotnet/blob/c22dcd0c7a78d095a94d20e59ec0271b9924c82c/src/runtime/src/libraries/Microsoft.Bcl.TimeProvider/src/System/Threading/Tasks/TimeProviderTaskExtensions.cs#L222C16-L222C72"
},
{
"DocsId": "M:System.Threading.Tasks.TimeProviderTaskExtensions.CreateCancellationTokenSource(System.TimeProvider,System.TimeSpan)",
"SourceLink": "https://github.com/dotnet/dotnet/blob/c22dcd0c7a78d095a94d20e59ec0271b9924c82c/src/runtime/src/libraries/Microsoft.Bcl.TimeProvider/src/System/Threading/Tasks/TimeProviderTaskExtensions.cs#L250C13-L250C69"
}
],
"DocsId": "T:System.Threading.Tasks.TimeProviderTaskExtensions",
"SourceLink": "https://github.com/dotnet/dotnet/blob/c22dcd0c7a78d095a94d20e59ec0271b9924c82c/src/runtime/src/libraries/Microsoft.Bcl.TimeProvider/src/System/Threading/Tasks/TimeProviderTaskExtensions.cs"
}
]
}
Loading
Loading