[TEST]: Removed Indentation#12583
Draft
davidle-ms wants to merge 4 commits into
Draft
Conversation
Co-authored-by: Copilot <copilot@github.com>
Comment on lines
+832
to
+845
| <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> |
There was a problem hiding this comment.
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Just for testing purposes.