We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Space is not preserved between contiguous "see" elements.
To Reproduce
public class Test { /// <summary> /// Summary text. /// </summary> /// <returns>A <see cref="Test"/> <see cref="Array"/> containing etc.</returns> public static Test[] Create() { return [new(), new(), new()]; } }
Expected behavior There should be a space if there is one present in the containing element, as in the above example.
Context (please complete the following information):
The text was updated successfully, but these errors were encountered:
Reported issue will be resolved after PR(#10390) is merged.
It seems this temporary workaround code removing extra spaces
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Space is not preserved between contiguous "see" elements.
To Reproduce
Expected behavior
There should be a space if there is one present in the containing element, as in the above example.
Context (please complete the following information):
The text was updated successfully, but these errors were encountered: