Skip to content
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

Finding a null followed by a see cref ports them without space #133

Open
carlossanlop opened this issue Oct 10, 2022 · 0 comments
Open

Finding a null followed by a see cref ports them without space #133

carlossanlop opened this issue Oct 10, 2022 · 0 comments
Labels
port-to-docs Issues related to the PortToDocs tool.

Comments

@carlossanlop
Copy link
Member

Example: https://github.com/dotnet/dotnet-api-docs/pull/8478/files#r991548195

Actual:

<see langword="null" /><see cref="F:Microsoft.Extensions.Options.Options.DefaultName" />

Expected:

<see langword="null" /> <see cref="F:Microsoft.Extensions.Options.Options.DefaultName" />
@carlossanlop carlossanlop added the port-to-docs Issues related to the PortToDocs tool. label Oct 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
port-to-docs Issues related to the PortToDocs tool.
Projects
None yet
Development

No branches or pull requests

1 participant