Skip to content

Commit 4ca4180

Browse files
CI Update
Build.Reason:Manual by Gang Zhang Build.Url:https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=540495&view=results source_repo.branch:net10-pre5 source_repo.url:https://apidrop.visualstudio.com/_git/binaries
1 parent 05c7719 commit 4ca4180

File tree

53 files changed

+5820
-1541
lines changed

Some content is hidden

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

53 files changed

+5820
-1541
lines changed

xml/FrameworksIndex/net-10.0.xml

Lines changed: 179 additions & 34 deletions
Large diffs are not rendered by default.

xml/FrameworksIndex/windowsdesktop-10.0.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12350,10 +12350,12 @@
1235012350
<Member Id="M:System.Security.Cryptography.Pkcs.CmsSigner.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType,System.Security.Cryptography.X509Certificates.X509Certificate2)" />
1235112351
<Member Id="M:System.Security.Cryptography.Pkcs.CmsSigner.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType,System.Security.Cryptography.X509Certificates.X509Certificate2,System.Security.Cryptography.AsymmetricAlgorithm)" />
1235212352
<Member Id="M:System.Security.Cryptography.Pkcs.CmsSigner.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType,System.Security.Cryptography.X509Certificates.X509Certificate2,System.Security.Cryptography.RSA,System.Security.Cryptography.RSASignaturePadding)" />
12353+
<Member Id="M:System.Security.Cryptography.Pkcs.CmsSigner.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType,System.Security.Cryptography.X509Certificates.X509Certificate2,System.Security.Cryptography.SlhDsa)" />
1235312354
<Member Id="M:System.Security.Cryptography.Pkcs.CmsSigner.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2)" />
1235412355
<Member Id="P:System.Security.Cryptography.Pkcs.CmsSigner.Certificate" />
1235512356
<Member Id="P:System.Security.Cryptography.Pkcs.CmsSigner.Certificates" />
1235612357
<Member Id="P:System.Security.Cryptography.Pkcs.CmsSigner.DigestAlgorithm" />
12358+
<Member Id="P:System.Security.Cryptography.Pkcs.CmsSigner.HasPrivateKey" />
1235712359
<Member Id="P:System.Security.Cryptography.Pkcs.CmsSigner.IncludeOption" />
1235812360
<Member Id="P:System.Security.Cryptography.Pkcs.CmsSigner.PrivateKey" />
1235912361
<Member Id="P:System.Security.Cryptography.Pkcs.CmsSigner.SignaturePadding" />
@@ -35817,6 +35819,9 @@
3581735819
<Member Id="P:System.Windows.Forms.HtmlWindowCollection.System#Collections#ICollection#IsSynchronized" />
3581835820
<Member Id="P:System.Windows.Forms.HtmlWindowCollection.System#Collections#ICollection#SyncRoot" />
3581935821
</Type>
35822+
<Type Name="System.Windows.Forms.IAsyncDropTarget" Id="T:System.Windows.Forms.IAsyncDropTarget">
35823+
<Member Id="M:System.Windows.Forms.IAsyncDropTarget.OnAsyncDragDrop(System.Windows.Forms.DragEventArgs)" />
35824+
</Type>
3582035825
<Type Name="System.Windows.Forms.IBindableComponent" Id="T:System.Windows.Forms.IBindableComponent">
3582135826
<Member Id="P:System.Windows.Forms.IBindableComponent.BindingContext" />
3582235827
<Member Id="P:System.Windows.Forms.IBindableComponent.DataBindings" />

xml/Microsoft.Extensions.VectorData/VectorStore.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,9 @@
214214
To successfully request a collection, either <typeparamref name="TRecord" /> must be annotated with attributes that define the schema of
215215
the record type, or <paramref name="definition" /> must be provided.
216216
</remarks>
217+
<altmember cref="T:Microsoft.Extensions.VectorData.VectorStoreVectorAttribute" />
217218
<altmember cref="T:Microsoft.Extensions.VectorData.VectorStoreKeyAttribute" />
218219
<altmember cref="T:Microsoft.Extensions.VectorData.VectorStoreDataAttribute" />
219-
<altmember cref="T:Microsoft.Extensions.VectorData.VectorStoreVectorAttribute" />
220220
</Docs>
221221
</Member>
222222
<Member MemberName="GetDynamicCollection">

xml/System.Collections.Immutable/ImmutableDictionary.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -657,25 +657,25 @@
657657
<TypeParameter Name="TKey" />
658658
<TypeParameter Name="TValue">
659659
<Attributes>
660-
<Attribute FrameworkAlternate="net-10.0-pp;net-8.0-pp;net-9.0-pp">
660+
<Attribute FrameworkAlternate="net-10.0;net-10.0-pp;net-8.0-pp;net-9.0-pp">
661661
<AttributeName Language="C#">[System.Runtime.CompilerServices.Nullable(2)]</AttributeName>
662662
<AttributeName Language="F#">[&lt;System.Runtime.CompilerServices.Nullable(2)&gt;]</AttributeName>
663663
</Attribute>
664664
</Attributes>
665665
</TypeParameter>
666666
</TypeParameters>
667667
<Parameters>
668-
<Parameter Name="items" Type="System.ReadOnlySpan&lt;System.Collections.Generic.KeyValuePair&lt;TKey,TValue&gt;&gt;" Index="0" FrameworkAlternate="net-10.0-pp;net-8.0-pp;net-9.0-pp;netframework-4.6.2-pp;netstandard-2.0-pp">
668+
<Parameter Name="items" Type="System.ReadOnlySpan&lt;System.Collections.Generic.KeyValuePair&lt;TKey,TValue&gt;&gt;" Index="0" FrameworkAlternate="net-10.0-pp;net-8.0-pp;net-9.0-pp;netframework-4.6.2-pp;netstandard-2.0-pp;net-10.0">
669669
<Attributes>
670-
<Attribute FrameworkAlternate="net-10.0-pp;net-8.0-pp;net-9.0-pp">
670+
<Attribute FrameworkAlternate="net-10.0;net-10.0-pp;net-8.0-pp;net-9.0-pp">
671671
<AttributeName Language="C#">[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 0, 1, 1 })]</AttributeName>
672672
<AttributeName Language="F#">[&lt;System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 0, 1, 1 })&gt;]</AttributeName>
673673
</Attribute>
674-
<Attribute FrameworkAlternate="net-10.0-pp;net-9.0-pp">
674+
<Attribute FrameworkAlternate="net-10.0;net-10.0-pp;net-9.0-pp">
675675
<AttributeName Language="C#">[System.Runtime.CompilerServices.ParamCollection]</AttributeName>
676676
<AttributeName Language="F#">[&lt;System.Runtime.CompilerServices.ParamCollection&gt;]</AttributeName>
677677
</Attribute>
678-
<Attribute FrameworkAlternate="net-10.0-pp;net-8.0-pp;net-9.0-pp">
678+
<Attribute FrameworkAlternate="net-10.0;net-10.0-pp;net-8.0-pp;net-9.0-pp">
679679
<AttributeName Language="C#">[System.Runtime.CompilerServices.ScopedRef]</AttributeName>
680680
<AttributeName Language="F#">[&lt;System.Runtime.CompilerServices.ScopedRef&gt;]</AttributeName>
681681
</Attribute>
@@ -710,33 +710,33 @@
710710
<TypeParameter Name="TKey" />
711711
<TypeParameter Name="TValue">
712712
<Attributes>
713-
<Attribute FrameworkAlternate="net-10.0-pp;net-8.0-pp;net-9.0-pp">
713+
<Attribute FrameworkAlternate="net-10.0;net-10.0-pp;net-8.0-pp;net-9.0-pp">
714714
<AttributeName Language="C#">[System.Runtime.CompilerServices.Nullable(2)]</AttributeName>
715715
<AttributeName Language="F#">[&lt;System.Runtime.CompilerServices.Nullable(2)&gt;]</AttributeName>
716716
</Attribute>
717717
</Attributes>
718718
</TypeParameter>
719719
</TypeParameters>
720720
<Parameters>
721-
<Parameter Name="keyComparer" Type="System.Collections.Generic.IEqualityComparer&lt;TKey&gt;" Index="0" FrameworkAlternate="net-10.0-pp;net-8.0-pp;net-9.0-pp;netframework-4.6.2-pp;netstandard-2.0-pp">
721+
<Parameter Name="keyComparer" Type="System.Collections.Generic.IEqualityComparer&lt;TKey&gt;" Index="0" FrameworkAlternate="net-10.0-pp;net-8.0-pp;net-9.0-pp;netframework-4.6.2-pp;netstandard-2.0-pp;net-10.0">
722722
<Attributes>
723-
<Attribute FrameworkAlternate="net-10.0-pp;net-8.0-pp;net-9.0-pp">
723+
<Attribute FrameworkAlternate="net-10.0;net-10.0-pp;net-8.0-pp;net-9.0-pp">
724724
<AttributeName Language="C#">[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1 })]</AttributeName>
725725
<AttributeName Language="F#">[&lt;System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1 })&gt;]</AttributeName>
726726
</Attribute>
727727
</Attributes>
728728
</Parameter>
729-
<Parameter Name="items" Type="System.ReadOnlySpan&lt;System.Collections.Generic.KeyValuePair&lt;TKey,TValue&gt;&gt;" Index="1" FrameworkAlternate="net-10.0-pp;net-8.0-pp;net-9.0-pp;netframework-4.6.2-pp;netstandard-2.0-pp">
729+
<Parameter Name="items" Type="System.ReadOnlySpan&lt;System.Collections.Generic.KeyValuePair&lt;TKey,TValue&gt;&gt;" Index="1" FrameworkAlternate="net-10.0-pp;net-8.0-pp;net-9.0-pp;netframework-4.6.2-pp;netstandard-2.0-pp;net-10.0">
730730
<Attributes>
731-
<Attribute FrameworkAlternate="net-10.0-pp;net-8.0-pp;net-9.0-pp">
731+
<Attribute FrameworkAlternate="net-10.0;net-10.0-pp;net-8.0-pp;net-9.0-pp">
732732
<AttributeName Language="C#">[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 0, 1, 1 })]</AttributeName>
733733
<AttributeName Language="F#">[&lt;System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 0, 1, 1 })&gt;]</AttributeName>
734734
</Attribute>
735-
<Attribute FrameworkAlternate="net-10.0-pp;net-9.0-pp">
735+
<Attribute FrameworkAlternate="net-10.0;net-10.0-pp;net-9.0-pp">
736736
<AttributeName Language="C#">[System.Runtime.CompilerServices.ParamCollection]</AttributeName>
737737
<AttributeName Language="F#">[&lt;System.Runtime.CompilerServices.ParamCollection&gt;]</AttributeName>
738738
</Attribute>
739-
<Attribute FrameworkAlternate="net-10.0-pp;net-8.0-pp;net-9.0-pp">
739+
<Attribute FrameworkAlternate="net-10.0;net-10.0-pp;net-8.0-pp;net-9.0-pp">
740740
<AttributeName Language="C#">[System.Runtime.CompilerServices.ScopedRef]</AttributeName>
741741
<AttributeName Language="F#">[&lt;System.Runtime.CompilerServices.ScopedRef&gt;]</AttributeName>
742742
</Attribute>

xml/System.Collections.Immutable/ImmutableDictionary`2.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,14 @@
7878
<AttributeName Language="C#">[System.Diagnostics.DebuggerTypeProxy(typeof(System.Collections.Immutable.ImmutableDictionaryDebuggerProxy&lt;,&gt;))]</AttributeName>
7979
<AttributeName Language="F#">[&lt;System.Diagnostics.DebuggerTypeProxy(typeof(System.Collections.Immutable.ImmutableDictionaryDebuggerProxy&lt;,&gt;))&gt;]</AttributeName>
8080
</Attribute>
81+
<Attribute FrameworkAlternate="net-10.0;net-10.0-pp;net-8.0-pp;net-9.0-pp">
82+
<AttributeName Language="C#">[System.Runtime.CompilerServices.CollectionBuilder(typeof(System.Collections.Immutable.ImmutableDictionary), "CreateRangeWithOverwrite")]</AttributeName>
83+
<AttributeName Language="F#">[&lt;System.Runtime.CompilerServices.CollectionBuilder(typeof(System.Collections.Immutable.ImmutableDictionary), "CreateRangeWithOverwrite")&gt;]</AttributeName>
84+
</Attribute>
8185
<Attribute FrameworkAlternate="net-10.0;net-10.0-pp;net-8.0;net-8.0-pp;net-9.0;net-9.0-pp">
8286
<AttributeName Language="C#">[System.Runtime.CompilerServices.Nullable(0)]</AttributeName>
8387
<AttributeName Language="F#">[&lt;System.Runtime.CompilerServices.Nullable(0)&gt;]</AttributeName>
8488
</Attribute>
85-
<Attribute FrameworkAlternate="net-10.0-pp;net-8.0-pp;net-9.0-pp">
86-
<AttributeName Language="C#">[System.Runtime.CompilerServices.CollectionBuilder(typeof(System.Collections.Immutable.ImmutableDictionary), "CreateRangeWithOverwrite")]</AttributeName>
87-
<AttributeName Language="F#">[&lt;System.Runtime.CompilerServices.CollectionBuilder(typeof(System.Collections.Immutable.ImmutableDictionary), "CreateRangeWithOverwrite")&gt;]</AttributeName>
88-
</Attribute>
8989
</Attributes>
9090
<Docs>
9191
<typeparam name="TKey">The type of the keys in the dictionary.</typeparam>

xml/System.Data/SqlDbType.xml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1427,6 +1427,32 @@
14271427
<see cref="T:System.Object" />. A special data type that can contain numeric, string, binary, or date data as well as the SQL Server values Empty and Null, which is assumed if no other type is declared.</summary>
14281428
</Docs>
14291429
</Member>
1430+
<Member MemberName="Vector">
1431+
<MemberSignature Language="C#" Value="Vector" />
1432+
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype System.Data.SqlDbType Vector = int32(36)" />
1433+
<MemberSignature Language="DocId" Value="F:System.Data.SqlDbType.Vector" />
1434+
<MemberSignature Language="VB.NET" Value="Vector" />
1435+
<MemberSignature Language="F#" Value="Vector = 36" Usage="System.Data.SqlDbType.Vector" />
1436+
<MemberSignature Language="C++ CLI" Value="Vector" />
1437+
<MemberType>Field</MemberType>
1438+
<AssemblyInfo>
1439+
<AssemblyName>System.Data.Common</AssemblyName>
1440+
<AssemblyVersion>10.0.0.0</AssemblyVersion>
1441+
</AssemblyInfo>
1442+
<AssemblyInfo>
1443+
<AssemblyName>netstandard</AssemblyName>
1444+
</AssemblyInfo>
1445+
<AssemblyInfo>
1446+
<AssemblyName>System.Data.SqlClient</AssemblyName>
1447+
</AssemblyInfo>
1448+
<ReturnValue>
1449+
<ReturnType>System.Data.SqlDbType</ReturnType>
1450+
</ReturnValue>
1451+
<MemberValue>36</MemberValue>
1452+
<Docs>
1453+
<summary>To be added.</summary>
1454+
</Docs>
1455+
</Member>
14301456
<Member MemberName="Xml">
14311457
<MemberSignature Language="C#" Value="Xml" />
14321458
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype System.Data.SqlDbType Xml = int32(25)" />

xml/System.Numerics.Tensors/ReadOnlyTensorSpan`1.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@
716716
<param name="destination">To be added.</param>
717717
<summary>To be added.</summary>
718718
<remarks>To be added.</remarks>
719-
<inheritdoc cref="M:System.Numerics.Tensors.IReadOnlyTensor`2.CopyTo(System.Numerics.Tensors.TensorSpan{`1}@|System.Runtime.InteropServices.InAttribute)" />
719+
<inheritdoc cref="M:System.Numerics.Tensors.IReadOnlyTensor`2.CopyTo(System.Numerics.Tensors.TensorSpan{`1}@)" />
720720
</Docs>
721721
</Member>
722722
<Member MemberName="Empty">
@@ -1579,7 +1579,7 @@
15791579
<summary>To be added.</summary>
15801580
<returns>To be added.</returns>
15811581
<remarks>To be added.</remarks>
1582-
<inheritdoc cref="M:System.Numerics.Tensors.IReadOnlyTensor`2.TryCopyTo(System.Numerics.Tensors.TensorSpan{`1}@|System.Runtime.InteropServices.InAttribute)" />
1582+
<inheritdoc cref="M:System.Numerics.Tensors.IReadOnlyTensor`2.TryCopyTo(System.Numerics.Tensors.TensorSpan{`1}@)" />
15831583
</Docs>
15841584
</Member>
15851585
<Member MemberName="TryFlattenTo">

xml/System.Numerics.Tensors/TensorSpan`1.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@
816816
<param name="destination">To be added.</param>
817817
<summary>To be added.</summary>
818818
<remarks>To be added.</remarks>
819-
<inheritdoc cref="M:System.Numerics.Tensors.IReadOnlyTensor`2.CopyTo(System.Numerics.Tensors.TensorSpan{`1}@|System.Runtime.InteropServices.InAttribute)" />
819+
<inheritdoc cref="M:System.Numerics.Tensors.IReadOnlyTensor`2.CopyTo(System.Numerics.Tensors.TensorSpan{`1}@)" />
820820
</Docs>
821821
</Member>
822822
<Member MemberName="Empty">
@@ -1750,7 +1750,7 @@
17501750
<summary>To be added.</summary>
17511751
<returns>To be added.</returns>
17521752
<remarks>To be added.</remarks>
1753-
<inheritdoc cref="M:System.Numerics.Tensors.IReadOnlyTensor`2.TryCopyTo(System.Numerics.Tensors.TensorSpan{`1}@|System.Runtime.InteropServices.InAttribute)" />
1753+
<inheritdoc cref="M:System.Numerics.Tensors.IReadOnlyTensor`2.TryCopyTo(System.Numerics.Tensors.TensorSpan{`1}@)" />
17541754
</Docs>
17551755
</Member>
17561756
<Member MemberName="TryFlattenTo">

xml/System.Numerics.Tensors/Tensor`1.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@
489489
<param name="destination">To be added.</param>
490490
<summary>To be added.</summary>
491491
<remarks>To be added.</remarks>
492-
<inheritdoc cref="M:System.Numerics.Tensors.IReadOnlyTensor`2.CopyTo(System.Numerics.Tensors.TensorSpan{`1}@|System.Runtime.InteropServices.InAttribute)" />
492+
<inheritdoc cref="M:System.Numerics.Tensors.IReadOnlyTensor`2.CopyTo(System.Numerics.Tensors.TensorSpan{`1}@)" />
493493
</Docs>
494494
</Member>
495495
<Member MemberName="Empty">
@@ -1440,7 +1440,7 @@
14401440
<MemberSignature Language="C++ CLI" Value=" virtual void System.Numerics.Tensors.IReadOnlyTensor&lt;System.Numerics.Tensors.Tensor&lt;T&gt;,T&gt;.CopyTo(System::Numerics::Tensors::TensorSpan&lt;T&gt; ^ destination) = System::Numerics::Tensors::IReadOnlyTensor&lt;System::Numerics::Tensors::Tensor&lt;T&gt; ^, T&gt;::CopyTo;" />
14411441
<MemberType>Method</MemberType>
14421442
<Implements>
1443-
<InterfaceMember>M:System.Numerics.Tensors.IReadOnlyTensor`2.CopyTo(System.Numerics.Tensors.TensorSpan{`1}@|System.Runtime.InteropServices.InAttribute)</InterfaceMember>
1443+
<InterfaceMember>M:System.Numerics.Tensors.IReadOnlyTensor`2.CopyTo(System.Numerics.Tensors.TensorSpan{`1}@)</InterfaceMember>
14441444
</Implements>
14451445
<AssemblyInfo>
14461446
<AssemblyName>System.Numerics.Tensors</AssemblyName>
@@ -1626,7 +1626,7 @@
16261626
<MemberSignature Language="C++ CLI" Value=" virtual bool System.Numerics.Tensors.IReadOnlyTensor&lt;System.Numerics.Tensors.Tensor&lt;T&gt;,T&gt;.TryCopyTo(System::Numerics::Tensors::TensorSpan&lt;T&gt; ^ destination) = System::Numerics::Tensors::IReadOnlyTensor&lt;System::Numerics::Tensors::Tensor&lt;T&gt; ^, T&gt;::TryCopyTo;" />
16271627
<MemberType>Method</MemberType>
16281628
<Implements>
1629-
<InterfaceMember>M:System.Numerics.Tensors.IReadOnlyTensor`2.TryCopyTo(System.Numerics.Tensors.TensorSpan{`1}@|System.Runtime.InteropServices.InAttribute)</InterfaceMember>
1629+
<InterfaceMember>M:System.Numerics.Tensors.IReadOnlyTensor`2.TryCopyTo(System.Numerics.Tensors.TensorSpan{`1}@)</InterfaceMember>
16301630
</Implements>
16311631
<AssemblyInfo>
16321632
<AssemblyName>System.Numerics.Tensors</AssemblyName>
@@ -2079,7 +2079,7 @@
20792079
<summary>To be added.</summary>
20802080
<returns>To be added.</returns>
20812081
<remarks>To be added.</remarks>
2082-
<inheritdoc cref="M:System.Numerics.Tensors.IReadOnlyTensor`2.TryCopyTo(System.Numerics.Tensors.TensorSpan{`1}@|System.Runtime.InteropServices.InAttribute)" />
2082+
<inheritdoc cref="M:System.Numerics.Tensors.IReadOnlyTensor`2.TryCopyTo(System.Numerics.Tensors.TensorSpan{`1}@)" />
20832083
</Docs>
20842084
</Member>
20852085
<Member MemberName="TryFlattenTo">

0 commit comments

Comments
 (0)