Skip to content

Commit 957eb31

Browse files
authored
CI Update - clean up invalid XML doc files (#11607)
1 parent 4f76115 commit 957eb31

File tree

7 files changed

+376
-232
lines changed

7 files changed

+376
-232
lines changed

xml/Microsoft.Extensions.DependencyInjection/FromKeyedServicesAttribute.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
Indicates that the parameter should be bound using the keyed service registered with the specified key.
3131
</summary>
3232
<remarks>To be added.</remarks>
33-
<altmember cref="T:Microsoft.Extensions.DependencyInjection.ServiceKeyLookupMode" />
3433
<altmember cref="T:Microsoft.Extensions.DependencyInjection.ServiceKeyAttribute" />
34+
<altmember cref="T:Microsoft.Extensions.DependencyInjection.ServiceKeyLookupMode" />
3535
</Docs>
3636
<Members>
3737
<Member MemberName=".ctor">

xml/Microsoft.Extensions.VectorData/VectorStore.xml

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

xml/System.Formats.Asn1/AsnDecoder.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
<paramref name="unusedBitCount" /> value will be copied into the return value
134134
as unset bits, irrespective of their value in the encoded representation.
135135
</remarks>
136-
<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})" />
136+
<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})" />
137137
<exception cref="T:System.ArgumentOutOfRangeException">
138138
<paramref name="ruleSet" /> is not defined.
139139
</exception>
@@ -154,7 +154,7 @@
154154
<paramref name="expectedTag" />.<see cref="P:System.Formats.Asn1.Asn1Tag.TagValue" /> is not correct for
155155
the method.
156156
</exception>
157-
<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})" />
157+
<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})" />
158158
</Docs>
159159
</Member>
160160
<Member MemberName="ReadBoolean">
@@ -276,8 +276,8 @@
276276
The decoded value.
277277
</returns>
278278
<remarks>To be added.</remarks>
279+
<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@)" />
279280
<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})" />
280-
<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@)" />
281281
<exception cref="T:System.ArgumentOutOfRangeException">
282282
<paramref name="ruleSet" /> is not defined.
283283

@@ -306,7 +306,7 @@
306306
<paramref name="expectedTag" />.<see cref="P:System.Formats.Asn1.Asn1Tag.TagValue" /> is not the same as
307307
<paramref name="encodingType" />.
308308
</exception>
309-
<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@)" />
309+
<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@)" />
310310
</Docs>
311311
</Member>
312312
<Member MemberName="ReadEncodedValue">
@@ -1308,7 +1308,7 @@
13081308
An array containing the contents of the Octet String value.
13091309
</returns>
13101310
<remarks>To be added.</remarks>
1311-
<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})" />
1311+
<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})" />
13121312
<exception cref="T:System.ArgumentOutOfRangeException">
13131313
<paramref name="ruleSet" /> is not defined.
13141314
</exception>
@@ -1329,7 +1329,7 @@
13291329
<paramref name="expectedTag" />.<see cref="P:System.Formats.Asn1.Asn1Tag.TagValue" /> is not correct for
13301330
the method.
13311331
</exception>
1332-
<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})" />
1332+
<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})" />
13331333
</Docs>
13341334
</Member>
13351335
<Member MemberName="ReadSequence">
@@ -1681,7 +1681,7 @@
16811681
<paramref name="unusedBitCount" /> value will be copied into <paramref name="destination" />
16821682
as unset bits, irrespective of their value in the encoded representation.
16831683
</remarks>
1684-
<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})" />
1684+
<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})" />
16851685
<exception cref="T:System.ArgumentOutOfRangeException">
16861686
<paramref name="ruleSet" /> is not defined.
16871687
</exception>
@@ -1706,7 +1706,7 @@
17061706

17071707
<paramref name="destination" /> overlaps <paramref name="source" />.
17081708
</exception>
1709-
<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})" />
1709+
<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})" />
17101710
</Docs>
17111711
</Member>
17121712
<Member MemberName="TryReadCharacterString">
@@ -1766,7 +1766,7 @@
17661766
<see langword="false" /> and the reader does not advance.
17671767
</returns>
17681768
<remarks>To be added.</remarks>
1769-
<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})" />
1769+
<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@)" />
17701770
<exception cref="T:System.ArgumentOutOfRangeException">
17711771
<paramref name="ruleSet" /> is not defined.
17721772

@@ -1795,7 +1795,7 @@
17951795
<paramref name="expectedTag" />.<see cref="P:System.Formats.Asn1.Asn1Tag.TagValue" /> is not the same as
17961796
<paramref name="encodingType" />.
17971797
</exception>
1798-
<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@)" />
1798+
<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})" />
17991799
</Docs>
18001800
</Member>
18011801
<Member MemberName="TryReadCharacterStringBytes">
@@ -1851,8 +1851,8 @@
18511851
<remarks>
18521852
This method does not determine if the string used only characters defined by the encoding.
18531853
</remarks>
1854+
<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})" />
18541855
<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})" />
1855-
<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@)" />
18561856
<exception cref="T:System.ArgumentOutOfRangeException">
18571857
<paramref name="ruleSet" /> is not defined.
18581858
</exception>
@@ -1877,7 +1877,7 @@
18771877

18781878
<paramref name="destination" /> overlaps <paramref name="source" />.
18791879
</exception>
1880-
<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})" />
1880+
<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@)" />
18811881
</Docs>
18821882
</Member>
18831883
<Member MemberName="TryReadEncodedValue">
@@ -2150,7 +2150,7 @@
21502150
otherwise, <see langword="false" />.
21512151
</returns>
21522152
<remarks>To be added.</remarks>
2153-
<altmember cref="M:System.Formats.Asn1.AsnDecoder.ReadOctetString(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})" />
2153+
<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})" />
21542154
<exception cref="T:System.ArgumentOutOfRangeException">
21552155
<paramref name="ruleSet" /> is not defined.
21562156
</exception>
@@ -2175,7 +2175,7 @@
21752175

21762176
<paramref name="destination" /> overlaps <paramref name="source" />.
21772177
</exception>
2178-
<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})" />
2178+
<altmember cref="M:System.Formats.Asn1.AsnDecoder.ReadOctetString(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})" />
21792179
</Docs>
21802180
</Member>
21812181
<Member MemberName="TryReadPrimitiveBitString">

0 commit comments

Comments
 (0)