Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dab7f1f

Browse filesBrowse files
gewarrendocsreference@microsoft.com
and
docsreference@microsoft.com
authored
CI Update - .NET 10 Preview 5 core and desktop (#11438)
* 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 * reset tensor files * vector fixes * reset range and index --------- Co-authored-by: docsreference@microsoft.com <docsreference@microsoft.com>
1 parent 05c7719 commit dab7f1f
Copy full SHA for dab7f1f

File tree

Expand file treeCollapse file tree

48 files changed

+5722
-1411
lines changed
Filter options

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree

48 files changed

+5722
-1411
lines changed

‎xml/FrameworksIndex/net-10.0.xml

Copy file name to clipboardExpand all lines: xml/FrameworksIndex/net-10.0.xml
+179-34Lines changed: 179 additions & 34 deletions
Large diffs are not rendered by default.

‎xml/FrameworksIndex/windowsdesktop-10.0.xml

Copy file name to clipboardExpand all lines: xml/FrameworksIndex/windowsdesktop-10.0.xml
+5Lines 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

Copy file name to clipboardExpand all lines: xml/Microsoft.Extensions.VectorData/VectorStore.xml
+1-1Lines 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

Copy file name to clipboardExpand all lines: xml/System.Collections.Immutable/ImmutableDictionary.xml
+12-12Lines 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

Copy file name to clipboardExpand all lines: xml/System.Collections.Immutable/ImmutableDictionary`2.xml
+4-4Lines 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

Copy file name to clipboardExpand all lines: xml/System.Data/SqlDbType.xml
+26Lines 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)" />

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.