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

Bullet lists from C# doc comments are not rendered correctly #71

Open
tg73 opened this issue Sep 13, 2023 · 2 comments
Open

Bullet lists from C# doc comments are not rendered correctly #71

tg73 opened this issue Sep 13, 2023 · 2 comments

Comments

@tg73
Copy link

tg73 commented Sep 13, 2023

Or at least, not here: https://doc.metalama.net/api/metalama_framework_code_iattributedata

I see this (Edge on Windows, same in Chrome):
image

The source code has this:

    /// <remarks>
    /// Values of <see cref="ConstructorArguments"/> and <see cref="NamedArguments"/> are represented as:
    /// <list type="bullet">
    /// <item>Primitive types as themselves (e.g. int as int, string as string).</item>
    /// <item>Enums as their underlying type.</item>
    /// <item><see cref="System.Type"/> as <see cref="IType"/>.</item>
    /// <item>Arrays as <c>IReadOnlyList&lt;object&gt;</c>.</item>
    /// </list>
    /// </remarks>
@PostSharpBot
Copy link
Member

Hello @tg73, thank you for submitting this issue. We will try to get back to you as soon as possible.
Note to the PostSharp team, this ticket is being tracked in our dashboard under ID TP-33771.

@gfraiteur
Copy link
Member

Thank you for reporting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants