Skip to content
Draft
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
24 changes: 12 additions & 12 deletions xml/System.Formats.Asn1/ValueAsnReader.xml
Original file line number Diff line number Diff line change
Expand Up @@ -831,18 +831,18 @@
</exception>
<exception cref="T:System.ArgumentException">
<paramref name="flagsEnumType" /> is not an enum type.
-or-
<paramref name="flagsEnumType" /> was not declared with <see cref="T:System.FlagsAttribute" />
-or-
<paramref name="expectedTag" />.<see cref="P:System.Formats.Asn1.Asn1Tag.TagClass" /> is
<see cref="F:System.Formats.Asn1.TagClass.Universal" />, but
<paramref name="expectedTag" />.<see cref="P:System.Formats.Asn1.Asn1Tag.TagValue" /> is not correct for
the method.
</exception>

-or-

<paramref name="flagsEnumType" /> was not declared with <see cref="T:System.FlagsAttribute" />

-or-

<paramref name="expectedTag" />.<see cref="P:System.Formats.Asn1.Asn1Tag.TagClass" /> is
<see cref="F:System.Formats.Asn1.TagClass.Universal" />, but
<paramref name="expectedTag" />.<see cref="P:System.Formats.Asn1.Asn1Tag.TagValue" /> is not correct for
the method.
</exception>
Comment on lines 832 to +845
Copy link

Copilot AI May 1, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These whitespace-only changes are inside a mixed-content XML element (<exception> contains text + child elements), so indentation/blank-line edits change the actual text nodes and can affect generated documentation output and cause noisy diffs. If the intent is to separate paragraphs/alternatives, prefer explicit markup (e.g., <para>) rather than relying on blank lines/indentation, and avoid introducing truly empty lines (like line 834/836/840) unless they’re intentionally part of the rendered output.

Copilot uses AI. Check for mistakes.
<exception cref="T:System.ArgumentNullException">
<paramref name="flagsEnumType" /> is <see langword="null" /></exception>
<altmember cref="M:System.Formats.Asn1.ValueAsnReader.ReadNamedBitListValue``1(System.Nullable{System.Formats.Asn1.Asn1Tag})" />
Expand Down
Loading