Skip to content

CI Update - clean up invalid XML doc files #11607

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

Merged
merged 2 commits into from
Jul 25, 2025
Merged
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
Indicates that the parameter should be bound using the keyed service registered with the specified key.
</summary>
<remarks>To be added.</remarks>
<altmember cref="T:Microsoft.Extensions.DependencyInjection.ServiceKeyLookupMode" />
<altmember cref="T:Microsoft.Extensions.DependencyInjection.ServiceKeyAttribute" />
<altmember cref="T:Microsoft.Extensions.DependencyInjection.ServiceKeyLookupMode" />
</Docs>
<Members>
<Member MemberName=".ctor">
Expand Down
2 changes: 1 addition & 1 deletion xml/Microsoft.Extensions.VectorData/VectorStore.xml
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,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="definition" /> must be provided.
</remarks>
<altmember cref="T:Microsoft.Extensions.VectorData.VectorStoreKeyAttribute" />
<altmember cref="T:Microsoft.Extensions.VectorData.VectorStoreDataAttribute" />
<altmember cref="T:Microsoft.Extensions.VectorData.VectorStoreVectorAttribute" />
<altmember cref="T:Microsoft.Extensions.VectorData.VectorStoreKeyAttribute" />
</Docs>
</Member>
<Member MemberName="GetDynamicCollection">
Expand Down
28 changes: 14 additions & 14 deletions xml/System.Formats.Asn1/AsnDecoder.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<paramref name="unusedBitCount" /> value will be copied into the return value
as unset bits, irrespective of their value in the encoded representation.
</remarks>
<altmember cref="M:System.Formats.Asn1.AsnDecoder.TryReadBitString(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Int32@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})" />
<altmember cref="M:System.Formats.Asn1.AsnDecoder.TryReadPrimitiveBitString(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.ReadOnlySpan{System.Byte}@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})" />
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="ruleSet" /> is not defined.
</exception>
Expand All @@ -154,7 +154,7 @@
<paramref name="expectedTag" />.<see cref="P:System.Formats.Asn1.Asn1Tag.TagValue" /> is not correct for
the method.
</exception>
<altmember cref="M:System.Formats.Asn1.AsnDecoder.TryReadPrimitiveBitString(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.ReadOnlySpan{System.Byte}@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})" />
<altmember cref="M:System.Formats.Asn1.AsnDecoder.TryReadBitString(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Int32@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})" />
</Docs>
</Member>
<Member MemberName="ReadBoolean">
Expand Down Expand Up @@ -276,8 +276,8 @@
The decoded value.
</returns>
<remarks>To be added.</remarks>
<altmember cref="M:System.Formats.Asn1.AsnDecoder.TryReadCharacterStringBytes(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Formats.Asn1.Asn1Tag,System.Int32@,System.Int32@)" />
<altmember cref="M:System.Formats.Asn1.AsnDecoder.TryReadCharacterString(System.ReadOnlySpan{System.Byte},System.Span{System.Char},System.Formats.Asn1.AsnEncodingRules,System.Formats.Asn1.UniversalTagNumber,System.Int32@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})" />
<altmember cref="M:System.Formats.Asn1.AsnDecoder.TryReadPrimitiveCharacterStringBytes(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Formats.Asn1.Asn1Tag,System.ReadOnlySpan{System.Byte}@,System.Int32@)" />
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="ruleSet" /> is not defined.

Expand Down Expand Up @@ -306,7 +306,7 @@
<paramref name="expectedTag" />.<see cref="P:System.Formats.Asn1.Asn1Tag.TagValue" /> is not the same as
<paramref name="encodingType" />.
</exception>
<altmember cref="M:System.Formats.Asn1.AsnDecoder.TryReadCharacterStringBytes(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Formats.Asn1.Asn1Tag,System.Int32@,System.Int32@)" />
<altmember cref="M:System.Formats.Asn1.AsnDecoder.TryReadPrimitiveCharacterStringBytes(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Formats.Asn1.Asn1Tag,System.ReadOnlySpan{System.Byte}@,System.Int32@)" />
</Docs>
</Member>
<Member MemberName="ReadEncodedValue">
Expand Down Expand Up @@ -1308,7 +1308,7 @@
An array containing the contents of the Octet String value.
</returns>
<remarks>To be added.</remarks>
<altmember cref="M:System.Formats.Asn1.AsnDecoder.TryReadOctetString(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})" />
<altmember cref="M:System.Formats.Asn1.AsnDecoder.TryReadPrimitiveOctetString(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.ReadOnlySpan{System.Byte}@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})" />
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="ruleSet" /> is not defined.
</exception>
Expand All @@ -1329,7 +1329,7 @@
<paramref name="expectedTag" />.<see cref="P:System.Formats.Asn1.Asn1Tag.TagValue" /> is not correct for
the method.
</exception>
<altmember cref="M:System.Formats.Asn1.AsnDecoder.TryReadPrimitiveOctetString(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.ReadOnlySpan{System.Byte}@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})" />
<altmember cref="M:System.Formats.Asn1.AsnDecoder.TryReadOctetString(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})" />
</Docs>
</Member>
<Member MemberName="ReadSequence">
Expand Down Expand Up @@ -1681,7 +1681,7 @@
<paramref name="unusedBitCount" /> value will be copied into <paramref name="destination" />
as unset bits, irrespective of their value in the encoded representation.
</remarks>
<altmember cref="M:System.Formats.Asn1.AsnDecoder.ReadBitString(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})" />
<altmember cref="M:System.Formats.Asn1.AsnDecoder.TryReadPrimitiveBitString(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.ReadOnlySpan{System.Byte}@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})" />
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="ruleSet" /> is not defined.
</exception>
Expand All @@ -1706,7 +1706,7 @@

<paramref name="destination" /> overlaps <paramref name="source" />.
</exception>
<altmember cref="M:System.Formats.Asn1.AsnDecoder.TryReadPrimitiveBitString(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.ReadOnlySpan{System.Byte}@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})" />
<altmember cref="M:System.Formats.Asn1.AsnDecoder.ReadBitString(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})" />
</Docs>
</Member>
<Member MemberName="TryReadCharacterString">
Expand Down Expand Up @@ -1766,7 +1766,7 @@
<see langword="false" /> and the reader does not advance.
</returns>
<remarks>To be added.</remarks>
<altmember cref="M:System.Formats.Asn1.AsnDecoder.ReadCharacterString(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Formats.Asn1.UniversalTagNumber,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})" />
<altmember cref="M:System.Formats.Asn1.AsnDecoder.TryReadPrimitiveCharacterStringBytes(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Formats.Asn1.Asn1Tag,System.ReadOnlySpan{System.Byte}@,System.Int32@)" />
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="ruleSet" /> is not defined.

Expand Down Expand Up @@ -1795,7 +1795,7 @@
<paramref name="expectedTag" />.<see cref="P:System.Formats.Asn1.Asn1Tag.TagValue" /> is not the same as
<paramref name="encodingType" />.
</exception>
<altmember cref="M:System.Formats.Asn1.AsnDecoder.TryReadPrimitiveCharacterStringBytes(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Formats.Asn1.Asn1Tag,System.ReadOnlySpan{System.Byte}@,System.Int32@)" />
<altmember cref="M:System.Formats.Asn1.AsnDecoder.ReadCharacterString(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Formats.Asn1.UniversalTagNumber,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})" />
</Docs>
</Member>
<Member MemberName="TryReadCharacterStringBytes">
Expand Down Expand Up @@ -1851,8 +1851,8 @@
<remarks>
This method does not determine if the string used only characters defined by the encoding.
</remarks>
<altmember cref="M:System.Formats.Asn1.AsnDecoder.ReadCharacterString(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Formats.Asn1.UniversalTagNumber,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})" />
<altmember cref="M:System.Formats.Asn1.AsnDecoder.TryReadCharacterString(System.ReadOnlySpan{System.Byte},System.Span{System.Char},System.Formats.Asn1.AsnEncodingRules,System.Formats.Asn1.UniversalTagNumber,System.Int32@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})" />
<altmember cref="M:System.Formats.Asn1.AsnDecoder.TryReadPrimitiveCharacterStringBytes(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Formats.Asn1.Asn1Tag,System.ReadOnlySpan{System.Byte}@,System.Int32@)" />
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="ruleSet" /> is not defined.
</exception>
Expand All @@ -1877,7 +1877,7 @@

<paramref name="destination" /> overlaps <paramref name="source" />.
</exception>
<altmember cref="M:System.Formats.Asn1.AsnDecoder.ReadCharacterString(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Formats.Asn1.UniversalTagNumber,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})" />
<altmember cref="M:System.Formats.Asn1.AsnDecoder.TryReadPrimitiveCharacterStringBytes(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Formats.Asn1.Asn1Tag,System.ReadOnlySpan{System.Byte}@,System.Int32@)" />
</Docs>
</Member>
<Member MemberName="TryReadEncodedValue">
Expand Down Expand Up @@ -2150,7 +2150,7 @@
otherwise, <see langword="false" />.
</returns>
<remarks>To be added.</remarks>
<altmember cref="M:System.Formats.Asn1.AsnDecoder.ReadOctetString(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})" />
<altmember cref="M:System.Formats.Asn1.AsnDecoder.TryReadPrimitiveOctetString(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.ReadOnlySpan{System.Byte}@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})" />
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="ruleSet" /> is not defined.
</exception>
Expand All @@ -2175,7 +2175,7 @@

<paramref name="destination" /> overlaps <paramref name="source" />.
</exception>
<altmember cref="M:System.Formats.Asn1.AsnDecoder.TryReadPrimitiveOctetString(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.ReadOnlySpan{System.Byte}@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})" />
<altmember cref="M:System.Formats.Asn1.AsnDecoder.ReadOctetString(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})" />
</Docs>
</Member>
<Member MemberName="TryReadPrimitiveBitString">
Expand Down
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy