It looks like there should be some list elements here, but they contain no text.
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
Thanks for letting us know about this issue @JesseTG.
It seems that the content is in the source code. Not sure if it's an issue in our reflection tool or the tags being used. Need to investigate.
/cc @BillWagner @dendeli-msft @joelmartinez
See also dotnet/csharplang#1765 This will need to get fixed in the source at this time. /cc @sharwell
@BillWagner it should be possible to update the documentation generation tool to allow this case without waiting for the language or compiler. This is the behavior already used by the IDE itself as well as tools like Sandcastle Help File Builder.
@dendeli-msft @joelmartinez Can you comment on Sam's suggestion?
Opened PR to fix this in the Roslyn source code in the meantime: https://github.com/dotnet/roslyn/pull/36386
@mairaw this looks like a ECMA2YAML bug. Please open a bug for us to investigate 😄
Will do. Thanks @dendeli-msft!
This has been fixed in dotnet/roslyn#36386 and delivered in the latest doc update.